The Noid Linux live image maker
|
hace 2 años | |
---|---|---|
data | hace 4 años | |
dracut | hace 2 años | |
grub | hace 10 años | |
hooks | hace 6 años | |
isolinux | hace 10 años | |
keys | hace 10 años | |
packer | hace 2 años | |
pxelinux.cfg | hace 7 años | |
.dockerignore | hace 5 años | |
.gitignore | hace 6 años | |
COPYING | hace 10 años | |
Dockerfile | hace 2 años | |
Makefile | hace 2 años | |
README.md | hace 4 años | |
build-x86-images.sh.in | hace 4 años | |
installer.sh.in | hace 2 años | |
lib.sh.in | hace 2 años | |
mkimage.sh.in | hace 3 años | |
mklive.sh.in | hace 2 años | |
mknet.sh.in | hace 6 años | |
mkplatformfs.sh.in | hace 3 años | |
mkrootfs.sh.in | hace 4 años | |
release.sh.in | hace 3 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)
mkplatformfs (The Void Linux filesystem tool to produce a rootfs for a particular platform)
mkrootfs (The Void Linux rootfs maker for ARM platforms)
mknet (Script to generate netboot tarballs for Void)
Type
$ make
and then see the usage output:
$ ./mklive.sh -h
$ ./mkrootfs.sh -h
$ ./mkimage.sh -h
Build a native live image 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 :-)