mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
6 lines
251 B
Bash
Executable file
6 lines
251 B
Bash
Executable file
#!/bin/sh
|
|
if ! grep -q CPU_FLAGS_X86 /etc/portage/make.conf; then
|
|
cpuid2cpuflags | sed -e 's/: /="/' -e 's/$/"/' >> /etc/portage/make.conf
|
|
fi
|
|
eselect profile set --force pentoo:systems/default
|
|
printf "pentoo/zero-system\n" >>/var/lib/portage/world
|