allow /home on / in quicksetuü

This commit is contained in:
Tobias Powalowski 2023-08-27 16:31:01 +02:00
parent bb50408d04
commit 7458336aa3

View file

@ -287,9 +287,10 @@ _autoprepare() {
sleep 5 sleep 5
else else
if _dialog --yesno "$((_DISK_SIZE-_ROOTDEV_SIZE))M will be used for your /home partition. Is this OK?" 0 0; then if _dialog --yesno "$((_DISK_SIZE-_ROOTDEV_SIZE))M will be used for your /home partition. Is this OK?" 0 0; then
_ROOTDEV_SET=1 _ROOTDEV_SET=1
_HOMEDEV_NUM="$((_DEV_NUM+1))" _HOMEDEV_NUM="$((_DEV_NUM+1))"
_DEV_NUM="${_HOMEDEV_NUM}" _DEV_NUM="${_HOMEDEV_NUM}"
fi
fi fi
fi fi
done done