diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-05-30 16:31:29 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-05-30 16:32:14 -0400 |
commit | eb2af4eaccc84189b50ec83b310c2754a0163b6f (patch) | |
tree | c8f2f0e950ec18168929e80744c4da66ea46257b /profiles | |
parent | sys-boot/syslinux: replace efi32 and efi64 with ABI_X86 flags (diff) | |
download | gentoo-eb2af4eaccc84189b50ec83b310c2754a0163b6f.tar.gz gentoo-eb2af4eaccc84189b50ec83b310c2754a0163b6f.tar.bz2 gentoo-eb2af4eaccc84189b50ec83b310c2754a0163b6f.zip |
profiles/arch/amd64/x32: enable sys-boot/syslinux[abi_x86_64] by default
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/x32/package.use | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/amd64/x32/package.use b/profiles/arch/amd64/x32/package.use new file mode 100644 index 000000000000..70813e5bc941 --- /dev/null +++ b/profiles/arch/amd64/x32/package.use @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Mike Gilbert <floppym@gentoo.org> (2022-05-30) +# Provide sensible default for EFI. +sys-boot/syslinux abi_x86_64 |