|
|
@ -1,5 +1,5 @@
|
|
|
|
# Individual additional packages to install
|
|
|
|
# Individual additional packages to install
|
|
|
|
d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools
|
|
|
|
d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux
|
|
|
|
|
|
|
|
|
|
|
|
# Whether to upgrade packages after debootstrap.
|
|
|
|
# Whether to upgrade packages after debootstrap.
|
|
|
|
# Allowed values: none, safe-upgrade, full-upgrade
|
|
|
|
# Allowed values: none, safe-upgrade, full-upgrade
|
|
|
@ -20,4 +20,6 @@ d-i finish-install/reboot_in_progress note
|
|
|
|
# still a usable /target directory. You can chroot to /target and use it
|
|
|
|
# still a usable /target directory. You can chroot to /target and use it
|
|
|
|
# directly, or use the apt-install and in-target commands to easily install
|
|
|
|
# directly, or use the apt-install and in-target commands to easily install
|
|
|
|
# packages and run commands in the target system.
|
|
|
|
# packages and run commands in the target system.
|
|
|
|
d-i preseed/late_command string apt-install parted; in-target /sbin/parted /dev/mmcblk0 set 1 boot on
|
|
|
|
d-i preseed/late_command \
|
|
|
|
|
|
|
|
string apt-install parted; in-target /sbin/parted /dev/mmcblk0 set 1 boot on ;
|
|
|
|
|
|
|
|
|
|
|
|