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.
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
11 years ago
|
# EFI support, ensure we have the required .deb in the ISO available for
|
||
|
# installation
|
||
|
|
||
11 years ago
|
#if ARCHITECTURES i386
|
||
11 years ago
|
grub-efi
|
||
|
grub-efi-ia32
|
||
|
#endif
|
||
11 years ago
|
#if ARCHITECTURES amd64
|
||
11 years ago
|
grub-efi
|
||
|
grub-efi-amd64
|
||
|
#endif
|