CVS: moonbase/kernel/linux-stable BUILD,1.11,1.12
Niki Guldbrand
niki at lunar-linux.org
Fri Dec 5 11:02:18 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8967/linux-stable
Modified Files:
BUILD
Log Message:
Made all the kernel modules remove the symlink to from $VERSION to
$VERSION-EXTRAVERSION befor attemptin to create a new one.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-stable/BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BUILD 17 Oct 2003 18:16:35 -0000 1.11
+++ BUILD 5 Dec 2003 11:02:15 -0000 1.12
@@ -54,6 +54,7 @@
cp arch/i386/boot/bzImage /boot/${VERSION}-stable &&
# link the modules so depmod can find them!
+ rm /lib/modules/$VERSION &&
ln -f -s /lib/modules/$VERSION-stable /lib/modules/$VERSION
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list