Hi there.  I just had this issue when updating my 10.10 UNE install.  So
it should be marked for Meerkat as well.

I fixed it using the sequence below:
sudo -i

# create a target mount point
mkdir /mnt/target

# mount root
mount /dev/sda5 /mnt/target

# into Meerkat
chroot /mnt/target/

# update
dpkg --configure -a

# done
reboot

which is basically the sequence found in this post:
http://ubuntuforums.org/showpost.php?p=8079302&postcount=12

-- 
udevadm trigger is not permitted while udev is unconfigured
https://bugs.launchpad.net/bugs/358654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to