Public bug reported:
When installing nvidia-96 on a chrooted lucid system, update-initramfs
is called with host kernel version instead of chroot kernel version.
Current chroot kernel version is correctly identified, but an error in a
variable name prevents the configuration to be successful:
if [ -n "$NEWEST_KERNEL" ] && [ ${CURRENT_KERNEL} !=
${NEWEST_KERNEL} ]; then
update-initramfs -u -k $CURRENT_KERNEL
fi
should read:
if [ -n "$NEWEST_KERNEL" ] && [ ${CURRENT_KERNEL} !=
${NEWEST_KERNEL} ]; then
update-initramfs -u -k $NEWEST_KERNEL
fi
** Affects: nvidia-graphics-drivers (Ubuntu)
Importance: High
Assignee: Alberto Milone (albertomilone)
Status: Triaged
--
build fails in chrooted system
https://bugs.launchpad.net/bugs/556653
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.
_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help : https://help.launchpad.net/ListHelp