Initial commit

`gentoo-img` is a script to convert a Gentoo stage3/4 tarball into a
virtual machine image. It supports GPT disk partitions and LVM volumes,
and allows executing custom scripts inside the image for additional
configuration.
This commit is contained in:
2016-12-19 14:10:57 -06:00
commit 7b936510c2
4 changed files with 675 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/build/
/dist/
*.egg-info/
__pycache__/
*.py[co]
*.img
*.qcow2
*.tar*