installer: run partx -u just to be sure to update its partition table.

This commit is contained in:
Juan RP 2014-10-25 10:07:50 +02:00
parent 70fc86365c
commit 7fbf8a189d

View File

@ -258,7 +258,7 @@ ${BOLD}WARNING: /usr is not supported as a separate partition.${RESET}\n
${RESET}\n" 18 80
if [ $? -eq 0 ]; then
while true; do
clear; cfdisk $device; PARTITIONS_DONE=1; partx -a $device
clear; cfdisk $device; PARTITIONS_DONE=1; partx -a $device; partx -u $device
break
done
else