Browse Source

updated comments on default variables

Toastie 6 months ago
parent
commit
2a4278322c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bootstrap-bookworm.sh

+ 2 - 2
bootstrap-bookworm.sh

@@ -30,8 +30,8 @@ hostname="somehost.example.com"
 kernelPkg="linux-image-cloud-amd64" # alternative: linux-image-amd64
 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
+disk0=$disk"p1"                     # efi partion, only relevant if partion="efi-crypt"
+disk1=$disk"1"                      # "p1" for nbd or p2 for efi-crypt
 netDev="eth0"                       # find with: ip link
 netAddress="203.0.113.66/24"        # "" blank for dhcp on e*
 netGateway="203.0.113.1"