In bash

sudo -i
cat >> /etc/apt/preferences << EOF
Package: *
Pin: release a=maverick-security
Pin-Priority: 990

Package: *
Pin: release a=maverick-updates
Pin-Priority: 900

Package: *
Pin: release a=maverick-proposed
Pin-Priority: 400
EOF

echo "deb http://archive.ubuntu.com/ubuntu/ maverick-proposed restricted
main multiverse universe" > /etc/apt/sources.list.d/proposed.list

apt-get update
apt-get install linux-image-2.6.35-28-server
# or apt-get install linux-image-2.6.35-28-generic if you are testing a Desktop 
not a server
reboot

Is that really so hard?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/579276

Title:
  Lost network in KVM VM / virtio_net page allocation failure

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

Reply via email to