about summary refs log tree commit diff
path: root/isolinux
Commit message (Collapse)AuthorAgeFilesLines
* mklive: add a new entry to load image into RAM (grub, syslinux).Juan RP2015-04-291-0/+4
|
* mklive: force-add init=/sbin/init to the kernel cmdline for now.Juan RP2014-09-201-1/+1
|
* mklive: added -C and -T to append kernel cmdline args and modify bootloader ↵Juan RP2014-09-181-2/+2
| | | | | | title. Requested by pancake.
* Move splash image and motd to data/; this way those can be overrided easily.Juan RP2014-09-181-0/+0
| | | | Close #9
* mklive: switch to xz initramfs; misc tweaks.Juan RP2014-05-231-1/+1
|
* mklive: improved to avoid host deps; use our own pkgs to generate images.Juan RP2014-05-221-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 RP2014-04-231-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 RP2013-11-141-1/+1
|
* Set locale.LANG in grub/syslinux config.Juan RP2013-05-211-1/+1
|
* Update grub/isolinux kernel cmdline: remove useless args.Juan RP2013-05-201-1/+1
|
* isolinux/isolinux.cfg.in: fix booting from first hd with syslinux>=5.Juan RP2013-04-281-1/+2
|
* Multiple updates and fixes; needs bash and xbps>=0.21.Juan RP2013-03-111-1/+1
|
* Update for new dracut (rd.liveimg) and /usr switch.Juan RP2012-08-291-1/+1
|
* isolinux.cfg.in: don't use multiline strings.Juan RP2012-07-061-3/+1
|
* Revamped to support EFI booting via grub2.Juan RP2012-07-061-0/+31