You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
data | 2 years ago | |
dracut | 6 months ago | |
grub | 8 years ago | |
hooks | 4 years ago | |
isolinux | 8 years ago | |
keys | 8 years ago | |
packer | 1 week ago | |
pxelinux.cfg | 6 years ago | |
.dockerignore | 3 years ago | |
.gitignore | 4 years ago | |
COPYING | 8 years ago | |
Dockerfile | 9 months ago | |
Makefile | 6 months ago | |
README.md | 3 years ago | |
build-x86-images.sh.in | 1 month ago | |
installer.sh.in | 1 month ago | |
lib.sh.in | 6 months ago | |
mkimage.sh.in | 6 months ago | |
mklive.sh.in | 1 month ago | |
mknet.sh.in | 4 years ago | |
mkplatformfs.sh.in | 6 months ago | |
mkrootfs.sh.in | 2 years ago | |
release.sh.in | 6 months ago |
README.md
The Void Linux image/live/rootfs maker and installer
This repository contains utilities for Void Linux:
-
installer (The Void Linux el-cheapo installer for x86)
-
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)
Build Dependencies
- make
Dependencies
- Compression type for the initramfs image
- liblz4 (for lz4, xz) (default)
- xbps>=0.45
- qemu-user-static binaries (for mkrootfs)
Usage
Type
$ make
and then see the usage output:
$ ./mklive.sh -h
$ ./mkrootfs.sh -h
$ ./mkimage.sh -h
Examples
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 :-)