summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-12-03 14:13:42 +0100
committerJuan RP <xtraeme@gmail.com>2014-12-03 14:13:42 +0100
commit8f2cc01d1825ad92f7d5467987029e182e4fcd04 (patch)
tree9e2ac14437c64a7840a40680b423719cfe46c400 /mklive.sh.in
parent65f74724dfa9ccd80c4bf4fc6403518ddc1c2cf0 (diff)
downloadhrmpf-8f2cc01d1825ad92f7d5467987029e182e4fcd04.tar.gz
hrmpf-8f2cc01d1825ad92f7d5467987029e182e4fcd04.tar.xz
hrmpf-8f2cc01d1825ad92f7d5467987029e182e4fcd04.zip
mklive: force reconfiguration of util-linux to make sure uuidd is created.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 8e4cd43..9059407 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -108,6 +108,8 @@ install_packages() {
         sed -e "s/\#\(${LOCALE}.*\)/\1/g" -i $ROOTFS/etc/default/libc-locales
         xbps-uchroot $ROOTFS xbps-reconfigure -f glibc-locales >>$LOGFILE 2>&1
     fi
+    # reconfigure util-linux just to be safe
+    xbps-uchroot $ROOTFS xbps-reconfigure -f util-linux >>$LOGFILE 2>&1
 
     if [ -x installer.sh ]; then
         install -Dm755 installer.sh $ROOTFS/usr/sbin/void-installer