|
|
|
@ -15,6 +15,11 @@ d-i base-installer/kernel/skip-install boolean true
|
|
|
|
|
# Continue the install without loading kernel modules?
|
|
|
|
|
d-i anna/no_kernel_modules boolean true
|
|
|
|
|
|
|
|
|
|
# Controls whether to use NTP to set the clock during the install
|
|
|
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
|
# NTP server to use. The default is almost always fine here.
|
|
|
|
|
d-i clock-setup/ntp-server string pool.ntp.org
|
|
|
|
|
|
|
|
|
|
# Individual additional packages to install
|
|
|
|
|
d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset
|
|
|
|
|
|
|
|
|
|