Parcourir la source

installer: remove partx(8) use; cfdisk should be enough.

Juan RP il y a 10 ans
Parent
commit
3ab4ba77d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      installer.sh.in

+ 1 - 1
installer.sh.in

@@ -260,7 +260,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; partx -u $device
+                clear; cfdisk $device; PARTITIONS_DONE=1
                 break
             done
         else