about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-04-07 10:23:19 +0200
committerJuan RP <xtraeme@gmail.com>2015-04-07 10:23:19 +0200
commit8ee6fd344b50b647af72e3fa92238cdacbf34122 (patch)
tree5bea63d8b73ce06f5910dc756712f6a89b7f6cc6 /mklive.sh.in
parent6bf0ef18f6443752534907418b5b423a1aa953ed (diff)
downloadhrmpf-8ee6fd344b50b647af72e3fa92238cdacbf34122.tar.gz
hrmpf-8ee6fd344b50b647af72e3fa92238cdacbf34122.tar.xz
hrmpf-8ee6fd344b50b647af72e3fa92238cdacbf34122.zip
mklive: reconfigure base-files for the kvm group.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 95c39e4..882a0ae 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -107,7 +107,7 @@ install_packages() {
     fi
     if xbps-query -r $ROOTFS util-linux >/dev/null 2>&1; then
         # reconfigure util-linux just to be safe
-        xbps-reconfigure -r $ROOTFS -f util-linux
+        xbps-reconfigure -r $ROOTFS -f base-files util-linux
     fi
 
     if [ -x installer.sh ]; then