typo(setup): mmount -> mount
This commit is contained in:
parent
0f68e97843
commit
75118b4dbd
8 changed files with 28 additions and 8 deletions
|
@ -7,7 +7,12 @@ PART=$DISK$2
|
|||
sudo mkdir -p /mnt
|
||||
# boilerplate ends here
|
||||
|
||||
|
||||
# [[[[file:/etc/nixos/hosts/Infini-DESKTOP/readme.org::mount_check][mount_check]]][mount_check]]
|
||||
if mountpoint -q -- "/mnt"; then
|
||||
echo "ERROR: /mnt is a mounted filesystem, aborting"
|
||||
exit 1
|
||||
fi
|
||||
# mount_check ends here
|
||||
|
||||
# [[[[file:/etc/nixos/hosts/Infini-DESKTOP/readme.org::partitioning][partitioning]]][partitioning]]
|
||||
echo "LOG: Partitioning $DISK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue