From 27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 May 2014 22:00:31 +0200 Subject: 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 Use this XBPS repository (may be specified multiple times). -c Use this XBPS cache directory (/var/cache/xbps if unset). -k Default keymap to use (us if unset) -l Default locale to use (en_US.UTF-8 if unset). -i Compression type for the initramfs image (gzip if unset). -s Compression type for the squashfs image (xz if unset) -o 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. --- grub/grub_void.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grub') diff --git a/grub/grub_void.cfg.in b/grub/grub_void.cfg.in index 8f84fe5..2b63016 100644 --- a/grub/grub_void.cfg.in +++ b/grub/grub_void.cfg.in @@ -30,7 +30,7 @@ if [ cpuid -l ]; then linux (${voidlive})/boot/vmlinuz \ root=live:CDLABEL=VOID_LIVE ro \ rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 gpt add_efi_memmap \ - vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ + vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ initrd (${voidlive})/boot/initrd.lz } fi -- cgit 1.4.1