summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2021-01-08 16:48:50 -0600
committerKyle K <kylek389@gmail.com>2021-01-08 16:50:41 -0600
commitf24bb9ed1953b02585721a67d4f1f6cdadcfc2f3 (patch)
treef9270e6238436eab994615ca5da3376ef0e05c8e /install.sh
parentdba4daa370e7df75a1ef69f4945a85f601704bf8 (diff)
downloadgentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.tar.gz
gentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.tar.bz2
gentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.zip
Jan 2021 release
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 7 insertions, 0 deletions
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