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-SERVER/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-SERVER/readme.org::partitioning][partitioning]]][partitioning]]
|
||||
echo "LOG: Partitioning $DISK"
|
||||
|
|
|
@ -22,7 +22,7 @@ Setup for my main server hosting computer, using an Nvidia GPU and the =server=
|
|||
#+BEGIN_SRC bash :tangle prep.bash :shebang "#!/usr/bin/env bash" :noweb yes :comments noweb
|
||||
<<boilerplate>>
|
||||
|
||||
<<mmount_check>>
|
||||
<<mount_check>>
|
||||
|
||||
<<partitioning>>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue