summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-09 13:17:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-09 13:17:29 +0000
commit29dbc8c49c643d5d18f64907ca9d5104ad9cf08e (patch)
tree0d11cf6e3600aa14de7e50b5f01480c2132fdd1c /update_kernel
parentee4ba937cf28b777ba9faa252ddc5379cef82cb8 (diff)
downloaddrakx-backup-do-not-use-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar
drakx-backup-do-not-use-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.gz
drakx-backup-do-not-use-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.bz2
drakx-backup-do-not-use-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.xz
drakx-backup-do-not-use-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.zip
no_comment
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel
index 65b78ed56..e550c638d 100755
--- a/update_kernel
+++ b/update_kernel
@@ -42,7 +42,7 @@ rm -rf modules ; install -d modules
cp -f `find ../"$KERNEL_BOOT_PATH"/lib/modules/ -name "*.o"` .
/sbin/depmod -m ../System.map -i -e *.o | grep ': ' | sed 's/\.o//g' > modules.dep
perl -pi -e 's/((plip|ppa|imm): parport)/$1 parport_pc/' modules.dep
- ls *.o | ../tools/build_archive modules.cz2 400000
+ ls *.o | build_archive modules.cz2 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 $CDROM_MODULES | cpio --quiet -H crc -o | gzip -9 > cdrom_modules.cgz