docs: clarify the default root mountpoint

This commit is contained in:
David Arnold 2023-09-14 17:33:22 +02:00 committed by mergify[bot]
parent fbb51cc6d3
commit dc47122688

6
disko
View File

@ -23,7 +23,7 @@ Options:
* -m, --mode mode
set the mode, either format, mount or disko
format: create partition tables, zpools, lvms, raids and filesystems
mount: mount the partition at the specified root-mountpoint (default to /mnt)
mount: mount the partition at the specified root-mountpoint
disko: first unmount and destroy all filesystems on the disks we want to format, then run the create and mount mode
* -f, --flake uri
fetch the disko config relative to this flake's root
@ -31,8 +31,8 @@ Options:
pass value to nix-build. can be used to set disk-names for example
* --argstr name value
pass value to nix-build as string
* --root-mountpoint /mnt
where to mount the device tree
* --root-mountpoint /some/other/mnt
where to mount the device tree (default: /mnt)
* --dry-run
just show the path to the script instead of running it
* --debug