about summary refs log tree commit diff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* mkimage: get rid of parted; use sfdisk(8).Juan RP2016-04-261-1/+0
|
* mklive: require xbps>=0.45 for two phase installation.Juan RP2015-06-031-1/+1
| | | | | | | | - The target pkgs are unpacked with -U, and then reconfiguration happens within the chroot, so that there's no need for host dependencies. - Use chroot where possible to make sure that euid==0, not xbps-uchroot. Close #32 and #33
* README: update mklive examples.Juan RP2015-04-151-3/+7
|
* mklive: multiple improvements and fixes.Juan RP2014-12-171-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 RP2014-08-031-2/+2
|
* README: add some examples.Juan RP2014-06-251-0/+12
|
* mklive: improved to avoid host deps; use our own pkgs to generate images.Juan RP2014-05-221-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 RP2014-04-231-4/+15
|
* mklive: switch to xbps-uchroot(8); bye bye systemd-nspawn.Juan RP2014-04-221-1/+2
|
* README: update.Juan RP2014-01-281-3/+4
|
* README -> README.mdJuan RP2013-08-221-0/+19