Hi,
I would like to create a Ubuntu 12.04 untended installation using Kickstart.
How can I do it?
How i point it to read the kc.conf file?
Thanks
Eran
Kickstart Ubuntu 12.04
Re: Kickstart Ubuntu 12.04
Edit the menu file and add
Reaplce 10.0.0.1 with your erpxe server
Create a folder under /tftpboot/er/shares/ called ubuntu and place ks.cfg in it.
Code: Select all
ks=http://10.0.0.1/er/ubuntu/ks.cfg
Create a folder under /tftpboot/er/shares/ called ubuntu and place ks.cfg in it.