The Noid Linux live image maker
|
10 anni fa | |
---|---|---|
data | 10 anni fa | |
dracut | 10 anni fa | |
grub | 10 anni fa | |
isolinux | 10 anni fa | |
keys | 11 anni fa | |
.gitignore | 10 anni fa | |
COPYING | 10 anni fa | |
Makefile | 11 anni fa | |
README.md | 10 anni fa | |
build-arm-images.sh.in | 10 anni fa | |
build-rootfs.sh.in | 10 anni fa | |
build-x86-images.sh.in | 10 anni fa | |
installer.sh.in | 10 anni fa | |
mkimage.sh.in | 10 anni fa | |
mklive.sh.in | 10 anni fa | |
mkrootfs.sh.in | 10 anni fa |
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 an x86 live image with runit and keyboard set to 'fr':
# ./mklive.sh -k fr
Build an x86 live image with systemd and some optional packages:
# ./mklive.sh -b base-system-systemd -p 'vim rtorrent'
See the usage output for more information :-)