diff options
author | Kyle K <kylek389@gmail.com> | 2020-04-25 22:46:00 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-04-28 12:00:14 -0500 |
commit | 769783817149f2404c6a24206d3c4bd68289cd9f (patch) | |
tree | 656cb1ea2d86f753cb582a806948c62ab1eeac59 /gentoox_build.sh | |
parent | 1e3b9abf5b932a491c0da7a86aadb5882febaad2 (diff) | |
download | gentoox-769783817149f2404c6a24206d3c4bd68289cd9f.tar.gz gentoox-769783817149f2404c6a24206d3c4bd68289cd9f.tar.bz2 gentoox-769783817149f2404c6a24206d3c4bd68289cd9f.zip |
add ability to change username, set hostname and domain name after install
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 |