diff options
-rwxr-xr-x | update_kernel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update_kernel b/update_kernel index 71ecc113f..636efcabd 100755 --- a/update_kernel +++ b/update_kernel @@ -82,5 +82,4 @@ rm -rf modules ; install -d modules # v=kernel-2.2.17-BOOT3.tar.bz2 # scp kenobi:~chmou/work/kernel/archive/$v /tmp # cd ~/gi/kernel ; rm -rf * ; tar xfI /tmp/$v -# cd ~/gi ; ./update_kernel ; rm -f network.rdz ; ./make_boot_img network.rdz network ; scp vmlinuz network.rdz kenobi:/tftpboot -# cp -f ~/gi/modules/modules.cz /export/Mandrake/mdkinst/lib/modules.cz +# cd ~/gi ; ./update_kernel ; rm -f network.rdz ; ./make_boot_img network.rdz network ; scp vmlinuz network.rdz kenobi:/tftpboot ; cp -f ~/gi/modules/modules.cz /export/Mandrake/mdkinst/lib/modules.cz |