From 3ab4ba77d078198e96ac9511af857a60c7314e6b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 May 2015 07:35:31 +0200 Subject: installer: remove partx(8) use; cfdisk should be enough. --- 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 292cf01..3942d49 100644 --- a/installer.sh.in +++ b/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 -- cgit 1.4.1