mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-14 22:30:10 -07:00
6 lines
78 B
Text
6 lines
78 B
Text
#if ARCHITECTURES i386
|
|
grub-pc
|
|
#endif
|
|
#if ARCHITECTURES amd64
|
|
grub-efi
|
|
#endif
|