Displaying 1 result from an estimated 1 matches for "zfsonlinux_6_all".
2015 Oct 23
0
IRC question: How to install a kernel module using virt-customize
...swer depends on the guest and the kernel module.
For example if it was a Debian guest and you wanted to install the ZFS
dkms package, then following the instructions here:
  http://zfsonlinux.org/debian.html
you could do this:
  $ wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_6_all.deb
  $ virt-customize -a debian-8.img \
      --install lsb-release \
      --upload zfsonlinux_6_all.deb:/tmp \
      --run-command 'dpkg -i /tmp/zfsonlinux_6_all.deb' \
      --update \
      --install debian-zfs
  [   0.0] Examining the guest ...
  [  15.2] Setting a random seed
  [  15...