about summary refs log tree commit diff
path: root/isolinux
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-22 22:00:31 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-22 22:00:31 +0200
commit27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea (patch)
tree1cb548d8e6c7e17866afbbd02d8fde271ef7e842 /isolinux
parent03a215e61617fde4daa2a58518c860bb6499af89 (diff)
downloadhrmpf-27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea.tar.gz
hrmpf-27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea.tar.xz
hrmpf-27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea.zip
mklive: improved to avoid host deps; use our own pkgs to generate images.
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.
Diffstat (limited to 'isolinux')
-rw-r--r--isolinux/isolinux.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/isolinux/isolinux.cfg.in b/isolinux/isolinux.cfg.in
index 86ff53a..ffb436d 100644
--- a/isolinux/isolinux.cfg.in
+++ b/isolinux/isolinux.cfg.in
@@ -23,7 +23,7 @@ MENU COLOR sel          * #ffffffff #FF5255FF *
 LABEL linux
 MENU LABEL Boot Void GNU/Linux @@KERNVER@@ @@ARCH@@
 KERNEL /boot/vmlinuz
-APPEND initrd=/boot/initrd.lz root=live:CDLABEL=VOID_LIVE ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@
+APPEND initrd=/boot/initrd.lz root=live:CDLABEL=VOID_LIVE ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@
 LABEL c
 MENU LABEL Boot first HD found by BIOS
 COM32 chain.c32