diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-14 23:43:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-14 23:43:25 +0000 |
commit | 816611491e0184792a6d481faed41557bfefb707 (patch) | |
tree | 1e8972ad55f45ddd2e3e48c5c3ac628ccb5a2db9 /update_kernel | |
parent | 0b53ba66063c183f5bd5587c89c125024002c62b (diff) | |
download | drakx-816611491e0184792a6d481faed41557bfefb707.tar drakx-816611491e0184792a6d481faed41557bfefb707.tar.gz drakx-816611491e0184792a6d481faed41557bfefb707.tar.bz2 drakx-816611491e0184792a6d481faed41557bfefb707.tar.xz drakx-816611491e0184792a6d481faed41557bfefb707.zip |
no_comment
Diffstat (limited to 'update_kernel')
-rwxr-xr-x | update_kernel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel index 7bf747e64..d377d5259 100755 --- a/update_kernel +++ b/update_kernel @@ -1,7 +1,7 @@ #!/bin/bash KERNEL_VERSION="*BOOT" -KERNEL_VERSION="2.2.12chmouBOOT" +KERNEL_VERSION="2.2.13-BOOTchmou2" SCSI_DRIVERS=" 53c7,8xx.o AM53C974.o BusLogic.o NCR53c406a.o advansys.o aha152x.o @@ -38,6 +38,7 @@ HD_MODULES=" $MISCMODULES $FSMODULES $SCSI_DRIVERS $BLOCK_DRIVERS" cp -f /boot/vmlinuz-$KERNEL_VERSION vmlinuz +/usr/sbin/rdev -v vmlinuz 785 rm -rf modules ; install -d modules (cd modules ; |