20 Jun 2012 15:05
Need help with an Ubuntu ks.cfg
I'm trying to automate the installation of my Ubuntu workstation images using kickstart but I seem to be missing something because when I boot off of the ISO I've created it only boots to the initramfs prompt and won't go any further. I'm not using PXE boot for this, I simply wanted to automate the process of answering the install questions automagically and using a local mirror for packages instead of having to update manually after installation completes. Any help figuring out where I've gone wrong would be greatly appreciated. This is my first kickstart file under Ubuntu.
My ks.cfg file is below:
install
reboot
text
lang en_US.UTF-8
url --url http://www.gtlib.gatech.edu/pub/ubuntu/
keyboard us
root --disabled
user adminuser --fullname "Admin User" --iscrypted MY3ncryptedP <at> sswordLOLOLOL
authconfig --enabledsahdow --enabledmd5
timezone --utc America/New_York
bootloader --location=mbr --append="quiet" --md5pass MY <at> ws0megrubp <at> 55!
%packages
<at> openssh-server
<at> print-server
<at> ubuntu-desktop
libnss-ldapd
libpam-ldapd
nss-updatedb
libnss-db
libpam-ccreds
nslcd
nscd
%pre
%post
_______________________________________________ Ale mailing list Ale@... http://mail.ale.org/mailman/listinfo/ale See JOBS, ANNOUNCE and SCHOOLS lists at http://mail.ale.org/mailman/listinfo
RSS Feed