The Noid Linux live image maker
|
hace 10 años | |
---|---|---|
data | hace 10 años | |
dracut | hace 10 años | |
grub | hace 10 años | |
isolinux | hace 10 años | |
keys | hace 10 años | |
.gitignore | hace 10 años | |
COPYING | hace 10 años | |
Makefile | hace 11 años | |
README.md | hace 10 años | |
build-arm-images.sh.in | hace 10 años | |
build-rootfs.sh.in | hace 10 años | |
build-x86-images.sh.in | hace 10 años | |
installer.sh.in | hace 10 años | |
mkimage.sh.in | hace 10 años | |
mklive.sh.in | hace 10 años | |
mkrootfs.sh.in | hace 10 años |
This repository contains utilities for Void Linux:
mklive (The Void Linux live image maker for x86)
mkimage (The Void Linux image maker for ARM platforms)
mkrootfs (The Void Linux rootfs maker for ARM platforms)
Type
$ make
and then see the usage output:
$ ./mklive.sh -h
$ ./mkrootfs.sh -h
$ ./mkimage.sh -h
Build a native live image with runit and keyboard set to 'fr':
# ./mklive.sh -k fr
Build an i686 (on x86_64) live image with some additional packages:
# ./mklive.sh -a i686 -p 'vim rtorrent'
Build an x86_64 musl live image with packages stored in a local repository:
# ./mklive.sh -a x86_64-musl -r /path/to/host/binpkgs
See the usage output for more information :-)