aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-28 19:22:46 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-28 19:22:46 +0200
commit19a9a72939f2efe68c51208607b9856363df8ec2 (patch)
tree51ac341d26f01f870de2df86f833b66a2c632810
parentd8b35d2394c9417c3eaeaa80f8203bc7788d0468 (diff)
Network hostname subsection
-rwxr-xr-xmkartix2
-rwxr-xr-xmkcryptartix2
2 files changed, 2 insertions, 2 deletions
diff --git a/mkartix b/mkartix
index a3850eb..8378d94 100755
--- a/mkartix
+++ b/mkartix
@@ -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