Howto create installation image.

Artem Bityutskiy dedekind1 at gmail.com
Wed Jul 19 16:32:23 UTC 2017


On Wed, 2017-07-19 at 22:47 +0800, Madper wrote:
> Hey guys,
> 
> I'm trying to port centos7 to our arm64 server. My goal is creating
> an installation image which execs anaconda directly after boot. 
> Currently, I'm using `livemedia-creator --make-iso --no-virt --ks
> centos.ks`[1] on an arm64 centos docker. The livemedia-creator is
> cloned from lorax git tree.(rhel7-branch)

Hi,

I successfully used lorax.

I used it in Fedora, but you can build CentOS images in Fedora if you
point loarax to Centos repos.

I used something like this:

lorax -p CentOS -v 7 -r 7 -s URL1 -s URL2 results

where
* URL1 - the base CentOS7 repo
* URL2 - the updates repo

HTH,
Artem.




More information about the Kickstart-list mailing list