mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-01 00:49:13 -06:00
15 lines
259 B
Text
15 lines
259 B
Text
|
# ensure eatmydata is available for eatmydata.udeb
|
||
|
eatmydata
|
||
|
|
||
|
# 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
|