Displaying 1 result from an estimated 1 matches for "vmdebootstrap".
Did you mean:
debootstrap
2017 Sep 28
1
Using libguestfs to sandbox VM builds
Hi
Debian has a couple of tools like fai-diskimage and vmdebootstrap, to
build VM images, but they require being root, as these loopmounts
partitions on which deboostrap is executed. Maybe installing grub2 needs
access to block devices too.
I was thinking of using libguestfs to sandbox those processes, by
passing a build VM as a disk image and my build directory as...