diff options
author | axtlos <rose@pinkro.se> | 2025-07-27 17:59:48 +0200 |
---|---|---|
committer | axtlos <rose@pinkro.se> | 2025-07-27 17:59:48 +0200 |
commit | f86a9c0f38b6671a7cc67a7e0d37675cd08ab84c (patch) | |
tree | 78fcce6b71686b53d9ca0cd9fb41c1baa86f38c8 /profiles/cherryblossom | |
parent | f44c17d59c5507f0d15800676dc18596f32fb4e2 (diff) | |
download | seeds-f86a9c0f38b6671a7cc67a7e0d37675cd08ab84c.tar.gz seeds-f86a9c0f38b6671a7cc67a7e0d37675cd08ab84c.tar.bz2 |
Add profiles
Diffstat (limited to 'profiles/cherryblossom')
-rw-r--r-- | profiles/cherryblossom/make.default | 5 | ||||
-rw-r--r-- | profiles/cherryblossom/parent | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/cherryblossom/make.default b/profiles/cherryblossom/make.default new file mode 100644 index 0000000..50fef0f --- /dev/null +++ b/profiles/cherryblossom/make.default @@ -0,0 +1,5 @@ +MAKEOPTS="-j6 -l6" +EMERGE_DEFAULT_OPTS="--jobs 2 --ask --keep-going --autounmask" +VIDEO_CARDS="-* intel nvidia" +INPUT_DEVICES="libinput wacom" +CPU_FLAGS_X86="aes avx avx2 bmi1 bmi2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" diff --git a/profiles/cherryblossom/parent b/profiles/cherryblossom/parent new file mode 100644 index 0000000..b75ac53 --- /dev/null +++ b/profiles/cherryblossom/parent @@ -0,0 +1,4 @@ +seeds:targets/base +seeds:targets/tty +seeds:targets/desktop +seeds:targets/hacking |