mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
zero-profile: default
This commit is contained in:
parent
5784cbf710
commit
56ad7976f3
3 changed files with 4 additions and 1 deletions
1
profiles/systems/default/eapi
Normal file
1
profiles/systems/default/eapi
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
6
|
||||||
2
profiles/systems/default/parent
Normal file
2
profiles/systems/default/parent
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
pentoo:pentoo/hardened/linux/amd64_r1/binary
|
||||||
|
pentoo:pentoo/zero-system
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
if ! grep -q CPU_FLAGS_X86 /etc/portage/make.conf; then
|
if ! grep -q CPU_FLAGS_X86 /etc/portage/make.conf; then
|
||||||
cpuid2cpuflags | sed -e 's/: /="/' -e 's/$/"/' >> /etc/portage/make.conf
|
cpuid2cpuflags | sed -e 's/: /="/' -e 's/$/"/' >> /etc/portage/make.conf
|
||||||
fi
|
fi
|
||||||
eselect profile set --force pentoo:systems/theprophet
|
eselect profile set --force pentoo:systems/default
|
||||||
printf "pentoo/zero-system\n" >>/var/lib/portage/world
|
printf "pentoo/zero-system\n" >>/var/lib/portage/world
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue