Debian preseed.conf
von heisenberg- SNIPPET_TEXT:
-
- d-i debian-installer/language string de
- d-i debian-installer/country string DE
- d-i debian-installer/locale string de_DE.UTF-8
- d-i keyboard-configuration/xkb-keymap select de
- d-i netcfg/enable boolean true
- d-i netcfg/choose_interface select auto
- d-i netcfg/link_wait_timeout string 10
- d-i netcfg/dhcp_timeout string 60
- d-i netcfg/get_hostname string nohost
- d-i netcfg/get_domain string nodomain
- d-i hw-detect/load_firmware boolean true
- d-i mirror/country string manual
- d-i mirror/protocol string http
- d-i mirror/http/hostname string akira.debian.mydomain.de
- d-i mirror/http/directory string /debian/
- d-i mirror/http/proxy string
- d-i mirror/udeb/suite string stable
- #test
- d-i mirror/suite string stable
- # Root password
- d-i passwd/root-password password r00tme
- d-i passwd/root-password-again password r00tme
- # To create a normal user account.
- d-i passwd/user-fullname string Some Admin User
- d-i passwd/username string superingo
- d-i passwd/user-password password r00tme
- d-i passwd/user-password-again password r00tme
- d-i clock-setup/utc boolean true
- d-i time/zone string Europe/Berlin
- d-i clock-setup/ntp boolean true
- d-i partman-auto/disk string /dev/sda
- d-i partman-auto/method string lvm
- d-i partman-auto-lvm/guided_size string max
- d-i partman-lvm/device_remove_lvm boolean true
- d-i partman-md/device_remove_md boolean true
- d-i partman-lvm/confirm boolean true
- d-i partman-lvm/confirm_nooverwrite boolean true
- d-i partman-auto/choose_recipe select atomic
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition select finish
- d-i partman/confirm boolean true
- d-i partman/confirm_nooverwrite boolean true
- d-i partman-md/confirm boolean true
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition select finish
- d-i partman/confirm boolean true
- d-i partman/confirm_nooverwrite boolean true
- d-i apt-setup/cdrom/set-first boolean false
- d-i apt-setup/non-free-firmware boolean true
- d-i apt-setup/non-free boolean true
- d-i apt-setup/contrib boolean true
- d-i apt-setup/disable-cdrom-entries boolean true
- d-i apt-setup/services-select multiselect security, updates
- d-i apt-setup/security_host string security.debian.org
- d-i pkgsel/run_tasksel boolean false
- d-i pkgsel/include string openssh-client bind9-dnsutils
- d-i pkgsel/upgrade select full-upgrade
- popularity-contest popularity-contest/participate boolean false
- d-i grub-installer/only_debian boolean true
- d-i grub-installer/bootdev string default
- # When finished uncomment the following for automatic reboot after installation
- ### d-i finish-install/reboot_in_progress note
- d-i preseed/late_command string /cdrom/mon-app-install/debian_preseed_latescript
Quellcode
Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN