diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-27 04:17:46 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-27 04:17:46 +0000 |
commit | fa1f3f61f12961ae93d8985954fdde652c86490f (patch) | |
tree | 096d3b1f21fe0ab9a0efaeaaed49b12d997ed102 /scripts/mk-images.ia64 | |
parent | a4692d2a021a2add9a2252d49022b04e024607d9 (diff) | |
download | anaconda-fa1f3f61f12961ae93d8985954fdde652c86490f.tar.gz anaconda-fa1f3f61f12961ae93d8985954fdde652c86490f.tar.xz anaconda-fa1f3f61f12961ae93d8985954fdde652c86490f.zip |
no wonder it's so borken
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r-- | scripts/mk-images.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64 index 40bddf304..136829c60 100644 --- a/scripts/mk-images.ia64 +++ b/scripts/mk-images.ia64 @@ -32,7 +32,7 @@ makebootdisk --kernelto $TOPDESTPATH/kernels/vmlinuz \ --initrdflags '--initrdto $TOPDESTPATH/images/ramdisk.img \ --initrdsize 8192 \ --loaderbin loader \ - --modules "nfs fat vfat $USBMODS $NETMODULES $SCSIMODULES $IDEMODULES"' + --modules "nfs fat vfat cramfs $USBMODS $NETMODULES $SCSIMODULES $IDEMODULES"' makeinstimage "netstg" "$SECSTAGE $SCSIMODULES $IDEMODULES" makeinstimage "hdstg" "$SECSTAGE $NETMODULES $IDEMODULES" |