Hi,
I've been "hit" by this bug in update-menu-lst when /boot is a separate
partition.
I tested and propose the following modification (line 69) which tests if
the "boot device" identified is same as the "root device", we can assume
the path to be "/boot" otherwise, the path should be "/"
# where grub looks for the kernels at boot time
if [ "${root_device}" == "${boot_device}" ]
then
kernel_dir=/boot
else
kernel_dir=/
fi
--
Dominique Rousseau
Neuronnexion, Prestataire Internet & Intranet
21 rue Frédéric Petit - 80000 Amiens
tel: 03 22 71 61 90 - fax: 03 22 71 61 99 - http://www.neuronnexion.coop
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]