josacar

VirtIO Debian kFreeBSD

Mar 13th, 2012
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. VirtIO (KVM) modules under Debian/kFreeBSD 9
  2.  
  3. # wget ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/kuriyama/virtio-0.228301.tar.gz
  4. # tar -xvjf virtio-kmod-0.227652.tbz
  5. # cp modules/*.ko /lib/modules/9.0-1-amd64/
  6. # sed -i.bak -e 's|/dev/ada?/|/dev/vtbd/|' /etc/fstab
  7. # cd /etc/grub.d
  8. # wget http://pastebin.com/download.php?i=az7gX6Re -O 10_kfreebsd.patch
  9. # patch -p1 < 10_kfreebsd.patch
  10. # update-grub
  11. # reboot
Add Comment
Please, Sign In to add comment