diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-27 12:58:18 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-27 12:58:18 +0000 |
commit | 1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88 (patch) | |
tree | 0fd18b59940644fac8df98f681d72775ce65daae | |
parent | 530d0e93a3d8e9b59495d2da676f142ab3136862 (diff) | |
download | drakx-1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88.tar drakx-1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88.tar.gz drakx-1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88.tar.bz2 drakx-1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88.tar.xz drakx-1eb2d3f0fd5aedfa3780e5439366bc1e6e331e88.zip |
*** empty log message ***
-rwxr-xr-x | tools/make_mdkinst_stage2 | 5 | ||||
-rwxr-xr-x | tools/sparc/e2fsck.shared | bin | 0 -> 125624 bytes |
2 files changed, 5 insertions, 0 deletions
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 Binary files differnew file mode 100755 index 000000000..b423986e5 --- /dev/null +++ b/tools/sparc/e2fsck.shared |