|
@@ -1,7 +1,7 @@
|
|
|
# Variables
|
|
|
mnt="/mnt/root" # mountpoint for the new root filesystem
|
|
|
hostname="somehost.example.com"
|
|
|
-partition="single-mbr" # set "efi" to skip partitioning and install grub-efi
|
|
|
+partition="mbr-single" # mbr-single or efi-crypt
|
|
|
disk="/dev/vda" # find with: lsblk --list
|
|
|
disk0=$disk"p1" # efi partion, only relevant if partion="efi"
|
|
|
disk1=$disk"1" # "p1" for nbd or nvme mounts
|