[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Kickstart not rebooting on completion
- From: Pablo Bernasconi <bernasconi pablo gmail com>
- To: kickstart-list redhat com
- Subject: Re: Kickstart not rebooting on completion
- Date: Thu, 2 Jul 2009 13:08:58 -0300
Hi Tom,
Try this:
# Kickstart file automatically generated by anaconda - with some additions by Matt.
#version=F11
install
text
cdrom
lang en_AU.UTF-8
keyboard us
network --device=eth0 --bootproto=dhcp --hostname=snotrod
xconfig --startxonboot
rootpw --iscrypted <SOME_ENCRYPTED_TEXT>
firewall --disabled
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
selinux --permissive
timezone --utc Australia/Sydney
bootloader --location=mbr --driveorder=sda --append="quiet reboot=bios"
autopart
clearpart --all
#reboot --eject
reboot
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]