pentoo-overlay/scripts/zero-system
Rick Farina (Zero_Chaos) 56ad7976f3
zero-profile: default
2023-03-01 16:52:48 -05:00

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