diff options
author | Francois Pons <fpons@mandriva.com> | 2000-02-10 18:59:34 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-02-10 18:59:34 +0000 |
commit | 011cd29962ce3251d3d2816334a62846b5554ce6 (patch) | |
tree | d0b0dba387bf30ed694edcdaa460b571676541ae /update_kernel | |
parent | ed7a5159df93917b8e6a17e9db3686d58c2ef9ab (diff) | |
download | drakx-011cd29962ce3251d3d2816334a62846b5554ce6.tar drakx-011cd29962ce3251d3d2816334a62846b5554ce6.tar.gz drakx-011cd29962ce3251d3d2816334a62846b5554ce6.tar.bz2 drakx-011cd29962ce3251d3d2816334a62846b5554ce6.tar.xz drakx-011cd29962ce3251d3d2816334a62846b5554ce6.zip |
*** empty log message ***
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 e1ae2eb37..0cc5f920a 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 400000 + ls *.o | ../tools/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 |