summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-14 23:43:25 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-14 23:43:25 +0000
commit816611491e0184792a6d481faed41557bfefb707 (patch)
tree1e8972ad55f45ddd2e3e48c5c3ac628ccb5a2db9 /update_kernel
parent0b53ba66063c183f5bd5587c89c125024002c62b (diff)
downloaddrakx-backup-do-not-use-816611491e0184792a6d481faed41557bfefb707.tar
drakx-backup-do-not-use-816611491e0184792a6d481faed41557bfefb707.tar.gz
drakx-backup-do-not-use-816611491e0184792a6d481faed41557bfefb707.tar.bz2
drakx-backup-do-not-use-816611491e0184792a6d481faed41557bfefb707.tar.xz
drakx-backup-do-not-use-816611491e0184792a6d481faed41557bfefb707.zip
no_comment
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel3
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 ;