Page 1 of 1

Kickstart Ubuntu 12.04

Posted: 20 Mar 2014, 11:50
by elgxl
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

Re: Kickstart Ubuntu 12.04

Posted: 22 Mar 2014, 21:34
by RaveMaker
Edit the menu file and add

Code: Select all

ks=http://10.0.0.1/er/ubuntu/ks.cfg
Reaplce 10.0.0.1 with your erpxe server

Create a folder under /tftpboot/er/shares/ called ubuntu and place ks.cfg in it.