about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-05-22 07:35:31 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-05-22 07:35:31 +0200
commit3ab4ba77d078198e96ac9511af857a60c7314e6b (patch)
treef976f0601efc7b13483d4d6322e1794469f629ac /installer.sh.in
parentd6e7c1653def8cb4a0627e3ef0ea65f737b2d367 (diff)
downloadhrmpf-3ab4ba77d078198e96ac9511af857a60c7314e6b.tar.gz
hrmpf-3ab4ba77d078198e96ac9511af857a60c7314e6b.tar.xz
hrmpf-3ab4ba77d078198e96ac9511af857a60c7314e6b.zip
installer: remove partx(8) use; cfdisk should be enough.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
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