@@ -117,11 +117,11 @@ Options:
117
117
disko: first unmount and destroy all filesystems on the disks we want to format, then run the create and mount mode
118
118
install: install the system
119
119
reboot: reboot the machine
120
- * --disko-mode create|mount|disko
121
- set the disko mode to create, mount or destroy. Default is disko.
122
- format: create partition tables, zpools, lvms, raids and filesystems (Experimental: Can be run increntally, but use with caution and good backups)
123
- mount: mount the partition at the specified root-mountpoint
120
+ * --disko-mode disko|mount|format
121
+ set the disko mode to format, mount or destroy. Default is disko.
124
122
disko: first unmount and destroy all filesystems on the disks we want to format, then run the create and mount mode
123
+ mount: mount the partition at the specified root-mountpoint
124
+ format: create partition tables, zpools, lvms, raids and filesystems (Experimental: Can be run increntally, but use with caution and good backups)
125
125
USAGE
126
126
}
127
127
@@ -209,11 +209,11 @@ parseArgs() {
209
209
;;
210
210
--disko-mode)
211
211
case " $2 " in
212
- create | mount | disko)
212
+ format | mount | disko)
213
213
diskoMode=$2
214
214
;;
215
215
* )
216
- abort " Supported values for --disko-mode create , mount, disko . Unknown mode : $2 "
216
+ abort " Supported values for --disko-mode are disko , mount and format . Unknown mode : $2 "
217
217
;;
218
218
esac
219
219
0 commit comments