← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 556653] [NEW] build fails in chrooted system

 

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.



Follow ups

References