On Thu, Mar 13, 2008 at 03:49:35PM +0000, Colin Watson wrote:
>  * Type the following into the terminal window, replacing DEVICE with
>    the device name you found above:
>      sudo mount DEVICE /mnt
>      sudo mount --bind /dev /mnt/dev
>      sudo mount --bind /proc /mnt/proc
>      sudo cp libc6_*.deb /mnt/tmp/
>      # replace 'i386' with 'amd64' if you are running the 64-bit PC edition
>      sudo chroot /mnt dpkg -i /tmp/libc6_2.7-5ubuntu2_i386.deb
>      # this step may return some errors; don't worry about them
>      sudo chroot /mnt dpkg --configure -a

At this point you may also need to regenerate the initramfs, as follows:

       sudo chroot /mnt update-initramfs -u

>      sudo umount /mnt/proc
>      sudo umount /mnt/dev
>      sudo umount /mnt

I've updated the instructions on
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/201673 accordingly.

-- 
Colin Watson                                       [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

-- 
ubuntu-devel-announce mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce

Reply via email to