diff options
author | Erik Troan <ewt@redhat.com> | 2000-10-04 21:00:43 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-10-04 21:00:43 +0000 |
commit | 7be1b8faf9784ab102670645819e2f9ae5986ab4 (patch) | |
tree | 715f25531e3b936b56b02f3604e6ce1038afa6c1 /scripts/mk-images.i386 | |
parent | 63b68390c88de1ea8084dade2ef14a839b3c9c70 (diff) | |
download | anaconda-7be1b8faf9784ab102670645819e2f9ae5986ab4.tar.gz anaconda-7be1b8faf9784ab102670645819e2f9ae5986ab4.tar.xz anaconda-7be1b8faf9784ab102670645819e2f9ae5986ab4.zip |
merged japanese changes
Diffstat (limited to 'scripts/mk-images.i386')
-rw-r--r-- | scripts/mk-images.i386 | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index f62220561..6c58da3e2 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -117,38 +117,38 @@ done rm -f $TOPDESTPATH/images/initrd-pcmcia.img -# --- Japanese -- disabled for now. -# BOOTLANG="ja_JP" -# BOOTDIR="ja" - -# # hack hack hack - we are *out* of space -# NETWORKMODULES="$COMMONMODULES 3c509 3c59x 3c90x 8390 ac3200 at1700 de4x5 -# de600 de620 depca e1000 eepro100 hp-plus hp hp100 -# ne ne2k-pci ni52 old_tulip pcnet32 rtl8139 tlan tulip -# via-rhine -# nfs vfat" - -# makebootdisk --bootdisksize 1440 \ -# --imagename ja/boot.img \ -# --initrdflags '--japanese -# --initrdsize 2100 \ -# --loaderbin loader-local-kon \ -# --modules "$LOCALMODULES"' - -# makebootdisk --bootdisksize 1440 \ -# --imagename ja/bootnet.img \ -# --initrdflags '--japanese -# --initrdsize 2100 \ -# --loaderbin loader-network-kon \ -# --modules "$NETWORKMODULES"' - -# makebootdisk --imagename ja/pcmcia.img \ -# --bootdisksize 1440 \ -# --initrdflags '--japanese -# --pcmcia \ -# --initrdsize 2100 \ -# --loaderbin loader-pcmcia-kon \ -# --modules "$PCMCIAMODULES nfs vfat"' +# --- Japanese +BOOTLANG="ja_JP" +BOOTDIR="ja" + +# hack hack hack - we are *out* of space +NETWORKMODULES="$COMMONMODULES 3c509 3c59x 3c90x 8390 ac3200 at1700 de4x5 + de600 de620 depca e1000 eepro100 hp-plus hp hp100 + ne ne2k-pci ni52 old_tulip pcnet32 rtl8139 tlan tulip + via-rhine + nfs vfat" + +makebootdisk --bootdisksize 1440 \ + --imagename ja/boot.img \ + --initrdflags '--japanese + --initrdsize 2600 \ + --loaderbin loader-local-kon \ + --modules "$LOCALMODULES"' + +makebootdisk --bootdisksize 1440 \ + --imagename ja/bootnet.img \ + --initrdflags '--japanese + --initrdsize 2600 \ + --loaderbin loader-network-kon \ + --modules "$NETWORKMODULES"' + +makebootdisk --imagename ja/pcmcia.img \ + --bootdisksize 1440 \ + --initrdflags '--japanese + --pcmcia \ + --initrdsize 2600 \ + --loaderbin loader-pcmcia-kon \ + --modules "$PCMCIAMODULES nfs vfat"' makedriverdisk "Supplemental Drivers" "drivers" "+scsi +net +cdrom" @@ -157,5 +157,5 @@ makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd pari makemainmodules "=scsi =net $SECSTAGE" makeinstimage --size1 3100 --size2 4096 "netstg" "=scsi $SECSTAGE" -makeinstimage --size1 2900 --size2 4096 "hdstg" "=net $SECSTAGE" +makeinstimage --size1 3100 --size2 4096 "hdstg" "=net $SECSTAGE" makemainimage "stage2" |