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

This commit is contained in:
Juan RP 2014-12-03 14:13:42 +01:00
parent 65f74724df
commit 8f2cc01d18

View File

@ -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