summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-12 17:06:38 +0000
committerMatt Wilson <msw@redhat.com>2000-07-12 17:06:38 +0000
commit6d2eefdf42db61bdea893978511c1d150d66df3c (patch)
treeb2bd7f8637f8f511e38d6ca3f2d96cbf5788762d /scripts/mk-images
parenta4c57012d5978ce151534325ea32175fb29cda6d (diff)
downloadanaconda-6d2eefdf42db61bdea893978511c1d150d66df3c.tar.gz
anaconda-6d2eefdf42db61bdea893978511c1d150d66df3c.tar.xz
anaconda-6d2eefdf42db61bdea893978511c1d150d66df3c.zip
fix for the way RPM works now, add +cdrom to drivers.img
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 8a2894a2b..820148385 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -705,7 +705,7 @@ makedriverdisk () {
rpm2cpio $kpackage | (cd $KERNELROOT; cpio --quiet -iumd)
if [ ! -z $ppackage ]; then
- rpm2cpio $ppackage | (cd $KERNELROOT; cpio --quiet -iumd etc/pcmcia/*)
+ rpm2cpio $ppackage | (cd $KERNELROOT; cpio --quiet -iumd etc/pcmcia/* ./etc/pcmcia/*)
fi
if [ ! -d "$KERNELROOT/lib/modules/$version/scsi" ]; then