Test pipeline
This commit is contained in:
parent
1b8e24e2ad
commit
f2cdde5144
|
@ -33,7 +33,7 @@ partDisks() {
|
|||
result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0 3>&1 1>&2 2>&3)
|
||||
if [ $? -eq 1 ]; then
|
||||
gdisk $disk
|
||||
# TODO: ask user for the partitions and do formatPart and mountPart
|
||||
# TODO: ask user for the partitions and do formatPart and mountPart.
|
||||
return
|
||||
fi
|
||||
|
||||
|
@ -169,4 +169,4 @@ runScript() {
|
|||
finishInstallation
|
||||
}
|
||||
|
||||
runScript
|
||||
runScript
|
||||
|
|
Loading…
Reference in New Issue