I'm
having a problem getting some customized rpms installed during
%post
Is there
a way to mount the cdrom in the post install?
I've
looked at using:
#
updfstab
# mount -t iso9660 /dev/cdrom /mnt/cdrom
# mount -t iso9660 /dev/cdrom /mnt/cdrom
# cp
/mnt/cdrom/extras/*.rpm /mnt/sysimage/root/rpm
Can this command be
run in chroot?
I'm trying to copy
some rpms out of /extras/*.rpm on my AS3 kickstart cd.
Any help on this
would be great. Thanks.
.