V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -85,12 +85,12 @@ debootstrap: # Provide a mirror for downloading the Debian pac
|
||||
mirror: "https://deb.debian.org/debian"
|
||||
# The following packages MUST be included in the debootstrap.
|
||||
includes: "busybox,ca-certificates,locales,openssl,tzdata,zstd"
|
||||
distribution: "trixie" # MUST be "bookworm".
|
||||
distribution: "trixie" # MUST be "trixie".
|
||||
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
|
||||
exit:
|
||||
halt: false # This is how to make the installer shutdown when finished, but not reboot.
|
||||
poweroff: true # This will power off the machine instead of just halting it (RECOMMENDED).
|
||||
reboot: false # This will reboot the machine.
|
||||
poweroff: false # This will power off the machine instead of just halting it (RECOMMENDED).
|
||||
reboot: true # This will reboot the machine.
|
||||
firmware:
|
||||
install: true # If non-free firmware is needed for the network or other hardware, autoinstall it.
|
||||
lookup: "missing" # - "never" Completely disables the firmware search.
|
||||
|
||||
Reference in New Issue
Block a user