about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-10-25 11:47:16 +0200
committerJuan RP <xtraeme@gmail.com>2014-10-25 11:47:16 +0200
commitc39051a72b109baea213370e31e73e8842451405 (patch)
treebb38906fa2d6f3dd1fc0b7b57abcf80b91f8cdba /mklive.sh.in
parent308882fd87ce540a4cef7974c91fa97a52f1b9cf (diff)
downloadhrmpf-c39051a72b109baea213370e31e73e8842451405.tar.gz
hrmpf-c39051a72b109baea213370e31e73e8842451405.tar.xz
hrmpf-c39051a72b109baea213370e31e73e8842451405.zip
mklive: switch back to xz initramfs now that we have the prereqs.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index f5a784b..b053e31 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -125,7 +125,7 @@ generate_initramfs() {
     # Install required pkgs in a temporary rootdir to create
     # the initramfs and to copy required files.
     copy_dracut_files $VOIDHOSTDIR
-    $XBPS_INSTALL_CMD -r $VOIDHOSTDIR $XBPS_REPOSITORY $XBPS_CACHEDIR -y base-system >>$LOGFILE 2>&1
+    $XBPS_INSTALL_CMD -r $VOIDHOSTDIR $XBPS_REPOSITORY $XBPS_CACHEDIR -y base-system xz lz4 >>$LOGFILE 2>&1
 
     if [ "$BASE_SYSTEM_PKG" = "base-system-systemd" ]; then
         _args="--add systemd"
@@ -256,7 +256,7 @@ shift $(($OPTIND - 1))
 : ${XBPS_CACHEDIR:=--cachedir=/var/cache/xbps}
 : ${KEYMAP:=us}
 : ${LOCALE:=en_US.UTF-8}
-: ${INITRAMFS_COMPRESSION:=gzip}
+: ${INITRAMFS_COMPRESSION:=xz}
 : ${SQUASHFS_COMPRESSION:=xz}
 : ${BASE_SYSTEM_PKG:=base-system}
 : ${BOOT_TITLE:="Void Linux"}