The Noid Linux live image maker
|
2 gadi atpakaļ | |
---|---|---|
data | 4 gadi atpakaļ | |
dracut | 2 gadi atpakaļ | |
grub | 10 gadi atpakaļ | |
hooks | 6 gadi atpakaļ | |
isolinux | 10 gadi atpakaļ | |
keys | 10 gadi atpakaļ | |
packer | 2 gadi atpakaļ | |
pxelinux.cfg | 7 gadi atpakaļ | |
.dockerignore | 5 gadi atpakaļ | |
.gitignore | 6 gadi atpakaļ | |
COPYING | 10 gadi atpakaļ | |
Dockerfile | 2 gadi atpakaļ | |
Makefile | 2 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
build-x86-images.sh.in | 4 gadi atpakaļ | |
installer.sh.in | 2 gadi atpakaļ | |
lib.sh.in | 2 gadi atpakaļ | |
mkimage.sh.in | 3 gadi atpakaļ | |
mklive.sh.in | 2 gadi atpakaļ | |
mknet.sh.in | 6 gadi atpakaļ | |
mkplatformfs.sh.in | 3 gadi atpakaļ | |
mkrootfs.sh.in | 4 gadi atpakaļ | |
release.sh.in | 3 gadi atpakaļ |
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 :-)