From f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 8 Jan 2021 16:48:50 -0600 Subject: Jan 2021 release --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1598d8a..09b35d0 100755 --- a/install.sh +++ b/install.sh @@ -185,11 +185,18 @@ sed -i "s/-flto=8/-flto=\$HWTHREADS/" /etc/portage/make.conf #rc-update add zfs-mount boot rc-update delete virtualbox-guest-additions default rm -f /etc/xdg/autostart/vboxclient.desktop +rm -f /usr/share/applications/avidemux-2.7.desktop sed -i "s/gentoox/$hostname/g" /etc/conf.d/hostname sed -i "s/gentoox/$hostname/g" /etc/hosts sed -i "s/haxx.dafuq/$domainname/g" /etc/hosts sed -i "s/haxx.dafuq/$domainname/g" /etc/conf.d/net + +echo '#!/bin/bash +#echo 0f > /sys/kernel/debug/dri/0/pstate +cpupower frequency-set -g performance' > /etc/local.d/my.start +chmod +x /etc/local.d/my.start + yes $rootpassword | passwd root if [[ $username != "gentoox" ]]; then usermod --login $username --move-home --home /home/$username gentoox -- cgit v1.2.3