Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mklive: multiple improvements and fixes. | Juan RP | 2014-12-17 | 1 | -1/+0 |
| | | | | | | | - Does not need bash anymore, a POSIX shell is enough. - Avoid installing base-system twice to generate the initramfs. - Reconfigure some pkgs in the rootfs... otherwise some system users won't be created. - Added -K opt to not remove builddir. | ||||
* | README: update. | Juan RP | 2014-08-03 | 1 | -2/+2 |
| | |||||
* | README: add some examples. | Juan RP | 2014-06-25 | 1 | -0/+12 |
| | |||||
* | mklive: improved to avoid host deps; use our own pkgs to generate images. | Juan RP | 2014-05-22 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | That means that mklive just needs xbps to generate working images. Usage: mklive.sh [options] Options: -r <repo-url> Use this XBPS repository (may be specified multiple times). -c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset). -k <keymap> Default keymap to use (us if unset) -l <locale> Default locale to use (en_US.UTF-8 if unset). -i <gzip|bzip2|xz> Compression type for the initramfs image (gzip if unset). -s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset) -o <file> Output file name for the ISO image (auto if unset). -p "pkg pkgN ..." Install additional packages into the ISO image. The mklive.sh script generates a live image of the Void Linux distribution. This ISO image can be written to a CD/DVD-ROM or any USB stick. | ||||
* | README.md: sync with reality. | Juan RP | 2014-04-23 | 1 | -4/+15 |
| | |||||
* | mklive: switch to xbps-uchroot(8); bye bye systemd-nspawn. | Juan RP | 2014-04-22 | 1 | -1/+2 |
| | |||||
* | README: update. | Juan RP | 2014-01-28 | 1 | -3/+4 |
| | |||||
* | README -> README.md | Juan RP | 2013-08-22 | 1 | -0/+19 |