From 989f1150a37765385b92d9d561b2a2a0c9be4984 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Nov 1999 14:30:50 +0000 Subject: no_comment --- Makefile | 2 +- perl-install/Makefile | 8 ++++---- update_kernel | 8 ++++++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ff30ac19b..8a15e3227 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DIRS = install install/installinit mouseconfig perl-install ddcprobe lnx4win .PHONY: dirs $(FLOPPY_IMG) install: build - mkdir /export/images 2>/dev/null ; true + mkdir -p /export/images 2>/dev/null ||: cp -f $(BOOT_IMG) /export/images make -C perl-install full_stage2 diff --git a/perl-install/Makefile b/perl-install/Makefile index ecd29a7d1..20792080b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -81,7 +81,7 @@ install_pms: $(DIRS) cp *.rc $(DESTREP4PMS) install -d $(DESTREP4PMS)/po - cp -f po/*.po* $(DESTREP4PMS)/po || true + cp -f po/*.po* $(DESTREP4PMS)/po ||: ln -sf perl-install/install2 $(DEST)/usr/bin ln -sf perl-install/commands $(DEST)/usr/bin chmod a+x $(DESTREP4PMS)/install2 @@ -152,7 +152,7 @@ get_needed_files: $(DIRS) else \ cp -f ../modules/modules.cpio.bz2 $(DEST)/lib/; \ install -d $(DEST)/lib/modules; \ - cp -f ../modules/pristine/* $(DEST)/lib/modules || true; \ + cp -f ../modules/pristine/* $(DEST)/lib/modules ||: ; \ fi ln -s install2 $(DEST)/usr/bin/runinstall2 @@ -181,8 +181,8 @@ stage2: install -d $(STAGE2TMP) $(SUDO) cp -a $(DEST)/* $(STAGE2TMP) - $(SUDO) umount /mnt/stage2 ; true - dd if=/dev/zero of=$(STAGE2) bs=1M count=16 + $(SUDO) umount /mnt/stage2 ||: + dd if=/dev/zero of=$(STAGE2) bs=1M count=15 $(MKE2FS) -N 1000 $(STAGE2) $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop diff --git a/update_kernel b/update_kernel index a735830bf..b5de4cadc 100755 --- a/update_kernel +++ b/update_kernel @@ -29,7 +29,7 @@ PCMCIA_DRIVERS=" ibmtr_cs.o ide_cs.o iflash2+_mtd.o iflash2_mtd.o netwave_cs.o nmclan_cs.o parport_cs.o pcnet_cs.o qlogic_cs.o - smc91c92_cs.o sram_mtd.o tulip_cb.o wavelan_cs.o xirc2ps_cs.o + smc91c92_cs.o sram_mtd.o tulip_cb.o xirc2ps_cs.o ftl_cs.o memory_cb.o memory_cs.o serial_cb.o serial_cs.o 8390.o @@ -52,6 +52,7 @@ LOCAL_MODULES="$MISCMODULES $FSMODULES $SCSI_DRIVERS $CD_DRIVERS $BLOCK_DRIVERS CDROM_MODULES="$MISCMODULES $FSMODULES $SCSI_DRIVERS $CD_DRIVERS isofs.o" HD_MODULES="$MISCMODULES $FSMODULES $SCSI_DRIVERS $BLOCK_DRIVERS" PCMCIA_MODULES="$PCMCIA_DRIVERS $MISCMODULES $FSMODULES" +LNX4WIN_MODULES="$FSMODULES loop.o isofs.o $SCSI_DRIVERS" PCMCIA_INSTALLMODULES="pcmcia_core.o tcic.o ds.o i82365.o" @@ -69,7 +70,7 @@ rm -rf install_pcmcia_modules ; install -d install_pcmcia_modules cp -f `find ../"$KERNEL_BOOT_PATH"/lib/modules/ -name "*.o"` . mkdir pristine ; cp $PRISTINE_MODULES pristine /sbin/depmod -m ../System.map -i -e *.o | grep ': ' | sed 's/\.o//g' > modules.dep - ls *.o | ../perl-install/build_archive modules 400000 + ls *.o | ../build_archive modules 400000 ls *.o | cpio --quiet -H crc -o | bzip2 -9> modules.cpio.bz2 ls $NETWORK_MODULES | cpio --quiet -H crc -o | gzip -9 > network_modules.cgz ls $LOCAL_MODULES | cpio --quiet -H crc -o | gzip -9 > local_modules.cgz @@ -77,5 +78,8 @@ rm -rf install_pcmcia_modules ; install -d install_pcmcia_modules ls $HD_MODULES | cpio --quiet -H crc -o | gzip -9 > hd_modules.cgz ls $PCMCIA_MODULES | cpio --quiet -H crc -o | gzip -9 > pcmcia_modules.cgz cp $PCMCIA_INSTALLMODULES ../install_pcmcia_modules/ + cp -f $LNX4WIN_MODULES modules.dep ../lnx4win/initrd/modules rm -f $NETWORK_MODULES $CDROM_MODULES $HD_MODULES $PCMCIA_MODULES $PCMCIA_INSTALLMODULES nls_*.o # leave in the directory non-install1 used modules ) + +cp -f vmlinuz /export/lnx4win -- cgit v1.2.1