Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
i am trying to get my kickstart client to eject the cdrom after the installation.
the problem is after installation the cdrom is still in the cdrom drive and the system reboots and the installation proccess begins again...
i know i can change the boot sequence or configure the kickstart script to not reboot...
but it have to be possible to eject the cdrom.
i have tried the following
here is a part from the configuration file
Code:
#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5 --enablenis --nisdomain=q --nisserver=10.0.0.1
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all --initlabel
# Use graphical install
text
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# Use NFS installation media
nfs --server=10.0.0.1 --dir=/data/fedora-mirror/core/5/i386/os
# Network information
network --bootproto=dhcp --device=eth0 --onboot=yes
# Reboot after installation
reboot
but after serveral times testing and searching i did not find a solution...
maybe the forum users can help me...
i know that i can disable the reboot but there have to be a solution to eject the cdrom... its one of those 1U cdrom's that dont move back inside at boot time...
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe