From 7fbf8a189dfae9d101b77a513c4cc4dd1ab86073 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Oct 2014 10:07:50 +0200 Subject: installer: run partx -u just to be sure to update its partition table. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') diff --git a/installer.sh.in b/installer.sh.in index ad7fad8..6f5a00a 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -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 -- cgit 1.4.1