[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
trying to mount the dvd during post install.
- From: "John Brussard" <jbrussard netnumber net>
- To: "'Discussion list about Kickstart'" <kickstart-list redhat com>
- Subject: trying to mount the dvd during post install.
- Date: Tue, 29 Aug 2006 11:09:06 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]