diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-16 03:06:13 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-16 03:06:13 +0000 |
commit | 4ef473fa393f8e8a18bc3ff1d25d51d7d90d56e7 (patch) | |
tree | a74a0bb4f4ea93c1ccc4d84bc55ca98966e24f50 /scripts | |
parent | 1af3cd07c18de6b7998db5f4929e5eea2cad1afa (diff) | |
download | anaconda-4ef473fa393f8e8a18bc3ff1d25d51d7d90d56e7.tar.gz anaconda-4ef473fa393f8e8a18bc3ff1d25d51d7d90d56e7.tar.xz anaconda-4ef473fa393f8e8a18bc3ff1d25d51d7d90d56e7.zip |
include the cramfs module for x86_64anaconda-8.0.93-7
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.x86_64 b/scripts/mk-images.x86_64 index 62e9c0cdf..445d85669 100644 --- a/scripts/mk-images.x86_64 +++ b/scripts/mk-images.x86_64 @@ -39,7 +39,7 @@ SCSIMODS="sd_mod sr_mod" FSMODS="msdos vfat ext3 reiserfs" SECSTAGE="agpgart raid0 raid1 raid5 lvm-mod $FSMODS $IDEMODS $SCSIMODS $LATEUSBMODS st parport_pc parport" -COMMONMODULES="vfat loop $USBMODS" +COMMONMODULES="vfat loop cramfs $USBMODS" LOCALMODULES="$COMMONMODULES aic7xxx megaraid ncr53c8xx sym53c8xx $IDEMODS $SCSIMODS" NETWORKMODULES="$COMMONMODULES nfs 3c59x |