diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-10-16 16:04:47 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-10-16 16:04:47 +0200 |
commit | 579107cc6630eb58cdba80069a3de20dc6c9f272 (patch) | |
tree | 71215461a49e69f593c80b29cf8edb6e33a90a91 | |
parent | c476889a193f622b2f5f5b6393a37109b88c5d50 (diff) | |
download | gentoo-personal-overlay-579107cc6630eb58cdba80069a3de20dc6c9f272.tar.gz gentoo-personal-overlay-579107cc6630eb58cdba80069a3de20dc6c9f272.tar.bz2 gentoo-personal-overlay-579107cc6630eb58cdba80069a3de20dc6c9f272.zip |
profiles/cynerd-live-usb: fix
-rw-r--r-- | profiles/cynerd-live-usb/make.defaults | 5 | ||||
-rw-r--r-- | profiles/cynerd-live-usb/parent | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/cynerd-live-usb/make.defaults b/profiles/cynerd-live-usb/make.defaults new file mode 100644 index 0000000..8ce2601 --- /dev/null +++ b/profiles/cynerd-live-usb/make.defaults @@ -0,0 +1,5 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +L10N="en" +LINGUAS="en" diff --git a/profiles/cynerd-live-usb/parent b/profiles/cynerd-live-usb/parent new file mode 100644 index 0000000..ffc5cf7 --- /dev/null +++ b/profiles/cynerd-live-usb/parent @@ -0,0 +1 @@ +../base/amd64 |