diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-09 13:17:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-09 13:17:29 +0000 |
commit | 29dbc8c49c643d5d18f64907ca9d5104ad9cf08e (patch) | |
tree | 0d11cf6e3600aa14de7e50b5f01480c2132fdd1c /update_kernel | |
parent | ee4ba937cf28b777ba9faa252ddc5379cef82cb8 (diff) | |
download | drakx-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar drakx-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.gz drakx-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.bz2 drakx-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.tar.xz drakx-29dbc8c49c643d5d18f64907ca9d5104ad9cf08e.zip |
no_comment
Diffstat (limited to 'update_kernel')
-rwxr-xr-x | update_kernel | 2 |
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 |