Browse Source

added comments on variables

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

+ 2 - 2
bootstrap-bookworm.sh

@@ -34,8 +34,8 @@ disk0=$disk"p1"                     # efi partion, only relevant if partion="efi
 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"
-netBroadcast="203.0.113.255"
+netGateway="203.0.113.1"            # likely first IP within the network
+netBroadcast="203.0.113.255"        # last IP within the network
 netDNS1="192.0.2.10"
 netDNS2="198.51.100.10"
 netNTP="pool.ntp.org"