trying to mount the dvd during post install.

John Brussard jbrussard at netnumber.net
Tue Aug 29 15:09:06 UTC 2006


Hi all,

After the Kickstart is complete and the %post install is running, I am
unable to mount the dvd and copy extra files from the dvd to the system.

The %post makes the /mnt/dvdrom directory but does not mount the /dev/dvd
and copy the customer files, IT DOES however continue on with the %post.

Any ideas?


%post
groupadd oinstall
groupadd dba
.
.
.
mkdir /var/spool/rpms/
mkdir /mnt/dvdrom
mount -oro /dev/dvd /mnt/dvdrom
cp /mnt/dvdrom/custom_files/* /var/spool/rpms/
chkconfig --del autofs
chkconfig --del atd
chkconfig --del anacron
.
.
.



Thanks in advance for your assistance.

John 




More information about the Kickstart-list mailing list