From 9b173aa47a1e7b850537e7ef8922b7cbe592632d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 18 Oct 2021 00:58:45 -0400 Subject: [PATCH] Configure hostname for stormux. --- files/etc/hostname | 1 + files/etc/hosts | 5 +++++ files/etc/pam.d/nodm | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 files/etc/hostname create mode 100644 files/etc/hosts create mode 100644 files/etc/pam.d/nodm diff --git a/files/etc/hostname b/files/etc/hostname new file mode 100644 index 0000000..5c8e341 --- /dev/null +++ b/files/etc/hostname @@ -0,0 +1 @@ +stormux diff --git a/files/etc/hosts b/files/etc/hosts new file mode 100644 index 0000000..d6f492f --- /dev/null +++ b/files/etc/hosts @@ -0,0 +1,5 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +127.0.0.1 localhost +::1 localhost +127.0.1.1 stormux.localdomain stormux diff --git a/files/etc/pam.d/nodm b/files/etc/pam.d/nodm new file mode 100644 index 0000000..ad6d193 --- /dev/null +++ b/files/etc/pam.d/nodm @@ -0,0 +1,6 @@ +#%PAM-1.0 + +auth include system-local-login +account include system-local-login +password include system-local-login +session include system-local-login