The Noid Linux live image maker
|
6 роки тому | |
---|---|---|
data | 6 роки тому | |
dracut | 6 роки тому | |
grub | 10 роки тому | |
isolinux | 10 роки тому | |
keys | 10 роки тому | |
pxelinux.cfg | 7 роки тому | |
.gitignore | 7 роки тому | |
COPYING | 10 роки тому | |
Makefile | 6 роки тому | |
README.md | 7 роки тому | |
build-x86-images.sh.in | 6 роки тому | |
installer.sh.in | 6 роки тому | |
lib.sh.in | 6 роки тому | |
mkimage.sh.in | 7 роки тому | |
mklive.sh.in | 6 роки тому | |
mknet.sh.in | 6 роки тому | |
mkplatformfs.sh.in | 7 роки тому | |
mkrootfs.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 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 :-)
These scripts are in flux, if you want to build a duplicate of a production image, its not a bad idea to ping maldridge on IRC. This message will be removed when this readme is replaced with complete documentation.