diff options
author | Kyle K <kylek389@gmail.com> | 2020-04-28 13:04:56 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-04-28 13:04:56 -0500 |
commit | 161bfa8ebbdae89ab846a0d43915dedb8fde375b (patch) | |
tree | 31878afdfcd70bdb4731a1173f1dec2fc0a56df9 /install.sh | |
parent | 769783817149f2404c6a24206d3c4bd68289cd9f (diff) | |
download | gentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.tar.gz gentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.tar.bz2 gentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.zip |
prep for initial release
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ sed -i -r "s/^NTHREADS=\"([^\"]*)\"$/NTHREADS=\"\$NCORES\"/g" /etc/portage/make. 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 yes $rootpassword | passwd root if [[ $username != "gentoox" ]]; then |