hosts/Infini-STICK: add install script
This commit is contained in:
parent
9cc93918a9
commit
8df4f8c2c7
3 changed files with 45 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# [[file:readme.org::reinstall][reinstall]]
|
||||
# [[[[file:/etc/nixos/hosts/Infini-STICK/readme.org::mount][mount]]][mount]]
|
||||
# [[[[file:/etc/nixos/hosts/Infini-STICK/readme.org::boilerplate][boilerplate]]][boilerplate]]
|
||||
DISK=$1
|
||||
|
||||
|
@ -25,6 +26,7 @@ echo "LOG: - Mounting EFI System Partition"
|
|||
sudo mkdir -p /mnt/boot/efi
|
||||
sudo mount "${DISK}2" /mnt/boot/efi
|
||||
# mounting ends here
|
||||
# mount ends here
|
||||
|
||||
# [[[[file:/etc/nixos/hosts/Infini-STICK/readme.org::installing][installing]]][installing]]
|
||||
echo "LOG: Installing NixOS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue