Browse Source

updated partition attribtues

Toastie 6 months ago
parent
commit
07eed20a1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.sh.template

+ 1 - 1
config.sh.template

@@ -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