Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mklive: improved to avoid host deps; use our own pkgs to generate images. | Juan RP | 2014-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | mklive: avoid void-{artwork,mklive} dependencies on system. | Juan RP | 2014-04-23 | 1 | -0/+0 |
| | | | | | I'm starting to make the scripts distro independent; this is just the first step. | ||||
* | vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8. | Juan RP | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Set locale.LANG in grub/syslinux config. | Juan RP | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Update grub/isolinux kernel cmdline: remove useless args. | Juan RP | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | isolinux/isolinux.cfg.in: fix booting from first hd with syslinux>=5. | Juan RP | 2013-04-28 | 1 | -1/+2 |
| | |||||
* | Multiple updates and fixes; needs bash and xbps>=0.21. | Juan RP | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Update for new dracut (rd.liveimg) and /usr switch. | Juan RP | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | isolinux.cfg.in: don't use multiline strings. | Juan RP | 2012-07-06 | 1 | -3/+1 |
| | |||||
* | Revamped to support EFI booting via grub2. | Juan RP | 2012-07-06 | 1 | -0/+31 |