Hi, cookers...
First of all, congrats for the 8.0 release. As somebody says, it's time to
find a hole somewhere to grab 8.0.
And yes, think I got a bug now that 8.0 iso out. installkernel removes
links for System.map and config, but does not create the new ones. Patch
inlined:
--- installkernel.org Thu Apr 19 23:40:11 2001
+++ installkernel Thu Apr 19 23:40:48 2001
@@ -57,10 +57,12 @@
if [[ -z $NOCONFIG ]];then
if [[ -n $config ]];then
cat $config > $boot/config-$version
+ ln -sf config-$version $boot/config
fi
fi
cat $boot_image > $boot/vmlinuz-$version
cp -f $map_file $boot/System.map-$version
+ ln -sf System.map-$version $boot/System.map
}
function do_link () {
--
J.A. Magallon # Let the source
mailto:[EMAIL PROTECTED] # be with you, Luke...
Linux werewolf 2.4.3-ac9 #1 SMP Wed Apr 18 10:35:48 CEST 2001 i686