ADD EDIT + TOOLS

This commit is contained in:
2025-11-21 12:34:11 +01:00
parent 16fc39c343
commit 57e8203eb2
11 changed files with 741 additions and 527 deletions

View File

@@ -45,8 +45,7 @@ d-i netcfg/hostname string danos
# d-i netcfg/get_hostname string
# Provide a default domain but still ask
d-i netcfg/get_domain string
d-i netcfg/get_domain seen false
d-i netcfg/get_domain string
### Description: Wireless ESSID for ${iface}:
# Attempting to find an available wireless network failed.
@@ -82,17 +81,17 @@ d-i netcfg/get_domain seen false
### Localization
# TEST
# TEST OK
# Language and locale
d-i debian-installer/language string da
d-i debian-installer/country string DK
d-i debian-installer/locale string da_DK.UTF-8
#d-i debian-installer/language string da
#d-i debian-installer/country string DK
#d-i debian-installer/locale string da_DK.UTF-8
# Keyboard configuration
d-i keyboard-configuration/xkb-keymap select dk
d-i keyboard-configuration/variant select Danish
d-i keyboard-configuration/layoutcode string dk
d-i keyboard-configuration/layout select da
#d-i keyboard-configuration/xkb-keymap select dk
#d-i keyboard-configuration/variant select Danish
#d-i keyboard-configuration/layoutcode string dk
#d-i keyboard-configuration/layout select da
# Preseeding only locale sets language, country and locale.
#d-i debian-installer/locale string da_DK.UTF-8
@@ -100,7 +99,9 @@ d-i localechooser/translation/warn-light boolean true
d-i localechooser/translation/warn-severe boolean true
#
# FROM sudo debconf-get-selections --installer
d-i debconf/language string da
#d-i debconf/language string da
#
#
#
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/locale string da_DK.UTF-8
@@ -182,7 +183,7 @@ d-i netcfg/choose_interface select auto
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
#d-i netcfg/get_hostname string danos-test
#d-i netcfg/get_domain string
#d-i netcfg/get_domain string
# If you want to force a hostname, regardless of what either the DHCP
@@ -242,11 +243,11 @@ d-i passwd/root-login boolean false
#d-i passwd/root-password-crypted password [crypt(3) hash]
# To create a normal user account.
d-i passwd/user-fullname string DanOS Debian
d-i passwd/username string danos
#d-i passwd/user-fullname string DanOS Debian
#d-i passwd/username string danos
# Normal user's password, either in clear text
d-i passwd/user-password password Danos
d-i passwd/user-password-again password Danos
#d-i passwd/user-password password Danos
#d-i passwd/user-password-again password Danos
# or encrypted using a crypt(3) hash.
#d-i passwd/user-password-crypted password [crypt(3) hash]
# Create the first user with the specified UID instead of the default.
@@ -288,7 +289,7 @@ d-i clock-setup/ntp boolean true
# - regular: use the usual partition types for your architecture
# - lvm: use LVM to partition the disk
# - crypto: use LVM within an encrypted partition
d-i partman-auto/method string regular
#d-i partman-auto/method string regular
# You can define the amount of space that will be used for the LVM volume
# group. It can either be a size with its unit (eg. 20 GB), a percentage of