summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-09 19:40:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-09 19:40:27 +0000
commitf5ff534e1fb2a92f5b410e0bc7078fa6c5184c94 (patch)
treed4de967d7daf3cff4537b96d85bb3ecd3f827666 /tools
parent1313ed80fd4e23ecfb15a6873264d01ea9618aef (diff)
downloaddrakx-backup-do-not-use-f5ff534e1fb2a92f5b410e0bc7078fa6c5184c94.tar
drakx-backup-do-not-use-f5ff534e1fb2a92f5b410e0bc7078fa6c5184c94.tar.gz
drakx-backup-do-not-use-f5ff534e1fb2a92f5b410e0bc7078fa6c5184c94.tar.bz2
drakx-backup-do-not-use-f5ff534e1fb2a92f5b410e0bc7078fa6c5184c94.tar.xz
drakx-backup-do-not-use-f5ff534e1fb2a92f5b410e0bc7078fa6c5184c94.zip
fix the stage2 too big (was keeping too many modules.cz)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_mdkinst_stage22
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2
index 226201f60..03ee227e9 100755
--- a/tools/make_mdkinst_stage2
+++ b/tools/make_mdkinst_stage2
@@ -38,7 +38,7 @@ $SUDO cp -a $DEST/* $STAGE2TMP
# 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}
-rm -f `ls --sort=size $STAGE2TMP/lib/modules.cz-2.2* | perl -ne 'print if $i++'`
+rm -f `ls --sort=size $STAGE2TMP/lib/modules.cz-* | perl -ne 'print if $i++'`
rm -f $STAGE2TMP/$REP4PMS/po/DrakX.pot
#for i in /usr/share/locale; do \
# name=`basename $i` ; \