소스 검색

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