diff options
author | Kyle K <kylek389@gmail.com> | 2021-01-08 16:48:50 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2021-01-08 16:50:41 -0600 |
commit | f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3 (patch) | |
tree | f9270e6238436eab994615ca5da3376ef0e05c8e /install.sh | |
parent | dba4daa370e7df75a1ef69f4945a85f601704bf8 (diff) | |
download | gentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.tar.gz gentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.tar.bz2 gentoox-f24bb9ed1953b02585721a67d4f1f6cdadcfc2f3.zip |
Jan 2021 release
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |