From f9e053632628137665b2549494924770a2363ea4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 2 Apr 2001 14:22:03 +0000 Subject: change a bit because packdrake seems to parse the filename in some cases --- update_kernel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_kernel b/update_kernel index 242452a8e..bff761ca1 100755 --- a/update_kernel +++ b/update_kernel @@ -32,7 +32,8 @@ function create_modules() { /sbin/depmod -F $kernel_path/boot/System.map* -e *.o | perl -pe 's/\\\n//' \ | perl -ne 's/\.o//g; s/[ \t]+/ /g; print if /: /' > modules.dep perl -pi -e 's/((plip|ppa|imm): parport)/$1 parport_pc/' modules.dep - ls *.o | packdrake -b9s "../modules.cz-$kern" 400000 + ls *.o | packdrake -b9s "modules.cz" 400000 + mv modules.cz ../modules.cz-$kern create_marfile network_modules.mar $NETWORK_MODULES $GENERIC_MODULES create_marfile cdrom_modules.mar $CDROM_MODULES $GENERIC_MODULES create_marfile hd_modules.mar $HD_MODULES $GENERIC_MODULES -- cgit v1.2.1