Closed OndrejHome closed 6 years ago
libguestfs-tools
- so installing it should be as simple as apt-get install libguestfs-tools
- seems that we miss the selinux-relabel
support here, using a image for libguestfs from other system with support for this works as workaroundInstallation of fast-vm under Debian:
# apt-get install gdebi-core
# wget https://www.famera.cz/large_data/files/fast-vm_1.3.1_all.deb
# gdebi fast-vm_1.3.1_all.deb
gdebi
is used to resolve and install dependencies properly. In future having a repository might be a better approach so the updates can be delivered.
libguestfs-tools
can also used the pre-compiled appliance that seems to work properly here with minor changes to system before it can be used (exporting ENV variable).
Basically this is now only missing the documentation in user guide.
Ready for 1.4 release.
released in 1.4
Proof of concept on Debian 9.3:
apt-get install libvirt-daemon libvirt-clients libvirt-daemon-system pv ovmf bash-completion dnsmasq-utils make curl sudo thin-provisioning-tools gawk
make install
installation works - will need a DEB package#!/bin/sh
to#!/bin/bash
in/usr/bin/fast-vm
for proper operationawk '{ s=substr($0, 0, 5); print s; }'
on https://github.com/OndrejHome/fast-vm/blob/master/fast-vm#L83 - seems to disappear whengawk
is installed, need to further checkapt-get install libguestfs-tools
Things that needs to be done:
#!/bin/sh
fails and fix places where neededOutlook is optimistic.