From 1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 27 Apr 2000 12:58:18 +0000 Subject: *** empty log message *** --- tools/make_mdkinst_stage2 | 5 +++++ tools/sparc/e2fsck.shared | Bin 0 -> 125624 bytes 2 files changed, 5 insertions(+) create mode 100755 tools/sparc/e2fsck.shared diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 4c7023f77..f480634b2 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -29,6 +29,11 @@ $SUDO rm -rf $STAGE2TMP install -d $STAGE2TMP $SUDO cp -a $DEST/* $STAGE2TMP +#mkdir -p $MNTPOINT 2>/dev/null +#for i in $MNTPOINT $STAGE2; do $SUDO umount $i 2>/dev/null ; done +#dd if=/dev/zero of=$STAGE2 bs=1k count=24000 +#$MKE2FS -N 1000 $STAGE2 +#$SUDO mount -t ext2 $STAGE2 $MNTPOINT -o loop # hack to reduce the STAGE2 image (do not edit without modifying in DrakX) # be sure to keep the biggest server rm -f $STAGE2TMP/usr/X11R6/bin/XF86_{VGA16,3DLabs,TGA,S3} diff --git a/tools/sparc/e2fsck.shared b/tools/sparc/e2fsck.shared new file mode 100755 index 000000000..b423986e5 Binary files /dev/null and b/tools/sparc/e2fsck.shared differ -- cgit v1.2.1