installer: remove partx(8) use; cfdisk should be enough.
This commit is contained in:
parent
d6e7c1653d
commit
3ab4ba77d0
@ -260,7 +260,7 @@ ${BOLD}WARNING: /usr is not supported as a separate partition.${RESET}\n
|
|||||||
${RESET}\n" 18 80
|
${RESET}\n" 18 80
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
while true; do
|
while true; do
|
||||||
clear; cfdisk $device; PARTITIONS_DONE=1; partx -a $device; partx -u $device
|
clear; cfdisk $device; PARTITIONS_DONE=1
|
||||||
break
|
break
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user