diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-28 19:22:46 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-28 19:22:46 +0200 |
commit | 19a9a72939f2efe68c51208607b9856363df8ec2 (patch) | |
tree | 51ac341d26f01f870de2df86f833b66a2c632810 | |
parent | d8b35d2394c9417c3eaeaa80f8203bc7788d0468 (diff) |
Network hostname subsection
-rwxr-xr-x | mkartix | 2 | ||||
-rwxr-xr-x | mkcryptartix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ grub-mkconfig -o /boot/grub/grub.cfg echo -en 'artix\nartix' | passwd # Network - +## Hostname echo artix > /etc/hostname cat <<EOT > /etc/hosts diff --git a/mkcryptartix b/mkcryptartix index b0e7934..ac32c69 100755 --- a/mkcryptartix +++ b/mkcryptartix @@ -110,7 +110,7 @@ pacman -Rns --noconfirm libxkbcommon-x11 # Not needed by all users echo -en 'artix\nartix' | passwd # Network - +## Hostname echo artix > /etc/hostname cat <<EOT > /etc/hosts |