Kickstart Ubuntu 12.04

Post Reply
elgxl
Posts: 1
Joined: 19 Mar 2014, 18:04

Kickstart Ubuntu 12.04

Post by elgxl » 20 Mar 2014, 11:50

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

RaveMaker
Posts: 204
Joined: 21 Mar 2013, 20:11

Re: Kickstart Ubuntu 12.04

Post by RaveMaker » 22 Mar 2014, 21:34

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.

Post Reply