You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
489 B
Plaintext
27 lines
489 B
Plaintext
# ensure eatmydata is available for eatmydata.udeb
|
|
eatmydata
|
|
|
|
# ensure some packages installed by base-installer/post-base-installer.d/*
|
|
# hooks are available
|
|
locales
|
|
pciutils
|
|
usbutils
|
|
eject
|
|
tasksel
|
|
|
|
# EFI support, ensure we have the required .deb in the ISO available for
|
|
# installation
|
|
|
|
#if ARCHITECTURES i386
|
|
grub-efi
|
|
grub-efi-ia32
|
|
#endif
|
|
#if ARCHITECTURES amd64
|
|
grub-efi
|
|
grub-efi-amd64
|
|
#endif
|
|
#if ARCHITECTURES arm64
|
|
# Note: There is no grub-efi package on arm64
|
|
grub-efi-arm64
|
|
#endif
|