Hi,
I'm wondering how I can install centos using a kickstarter file under bhyve.
The way I would normally do it is bake the ks.cfg into the iso file and edit isolinux.cfg adding
Since bhyve uses grub2 and I have no idea how to do this. Grub2 doesn't have the append command and everything I have tried has failed.
Thanks in advance.
I'm wondering how I can install centos using a kickstarter file under bhyve.
The way I would normally do it is bake the ks.cfg into the iso file and edit isolinux.cfg adding
Code:
append initrd=initrd.img inst.stage2=hd:LABEL=CentOS-7 inst.ks=cdrom:/dev/cdrom:/ks.cfg
Thanks in advance.