diff options
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index 7afd016..befd8a9 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -427,8 +427,8 @@ source /etc/profile && export PS1="(chroot) \$PS1" sed -i "s/localhost/gentoox/g" /etc/conf.d/hostname sed -i "s/127.0.0.1 localhost/127.0.0.1 gentoox.haxx.dafuq gentoox localhost/" /etc/hosts sed -i "s/::1 localhost/::1 gentoox.haxx.dafuq gentoox localhost/" /etc/hosts -echo 'dns_domain_lo="haxx.local" -nis_domain_lo="haxx.local"' > /etc/conf.d/net +echo 'dns_domain_lo="haxx.dafuq" +nis_domain_lo="haxx.dafuq"' > /etc/conf.d/net echo 'nameserver 1.1.1.1 nameserver 2606:4700:4700::1111' > /etc/resolv.conf |