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:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/build/
|
||||
/dist/
|
||||
*.egg-info/
|
||||
__pycache__/
|
||||
*.py[co]
|
||||
*.img
|
||||
*.qcow2
|
||||
*.tar*
|
||||
Reference in New Issue
Block a user