The Noid Linux live image maker
|
пре 4 година | |
---|---|---|
data | пре 4 година | |
dracut | пре 4 година | |
grub | пре 10 година | |
hooks | пре 6 година | |
isolinux | пре 10 година | |
keys | пре 10 година | |
packer | пре 4 година | |
pxelinux.cfg | пре 7 година | |
.dockerignore | пре 5 година | |
.gitignore | пре 6 година | |
COPYING | пре 10 година | |
Dockerfile | пре 5 година | |
Makefile | пре 4 година | |
README.md | пре 4 година | |
build-x86-images.sh.in | пре 4 година | |
installer.sh.in | пре 5 година | |
lib.sh.in | пре 4 година | |
mkimage.sh.in | пре 4 година | |
mklive.sh.in | пре 4 година | |
mknet.sh.in | пре 6 година | |
mkplatformfs.sh.in | пре 4 година | |
mkrootfs.sh.in | пре 5 година | |
release.sh.in | пре 6 година |
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 :-)