浏览代码

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

Juan RP 10 年之前
父节点
当前提交
7fbf8a189d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installer.sh.in

+ 1 - 1
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