ソースを参照

mklive: force reconfiguration of util-linux to make sure uuidd is created.

Juan RP 10 年 前
コミット
8f2cc01d18
1 ファイル変更2 行追加0 行削除
  1. 2 0
      mklive.sh.in

+ 2 - 0
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