diff --git a/arch-custom/airootfs/etc/hostname b/arch-custom/airootfs/etc/hostname index da809e1..51f5cb7 100644 --- a/arch-custom/airootfs/etc/hostname +++ b/arch-custom/airootfs/etc/hostname @@ -1,3 +1,3 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -archiso-custom +trauma-workstation diff --git a/arch-custom/airootfs/etc/motd b/arch-custom/airootfs/etc/motd index 1ddc9c3..c6290c5 100644 --- a/arch-custom/airootfs/etc/motd +++ b/arch-custom/airootfs/etc/motd @@ -1,10 +1 @@ -To install Arch Linux follow the installation guide: -https://wiki.archlinux.org/title/Installation_guide - -For Wi-Fi, authenticate to the wireless network using the iwctl utility. -For mobile broadband (WWAN) modems, connect with the mmcli utility. -Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. - -After connecting to the internet, the installation guide can be accessed -via the convenience script Installation_guide. - +Welcome to Trauma Linux! \ No newline at end of file diff --git a/arch-custom/airootfs/etc/resolv.conf b/arch-custom/airootfs/etc/resolv.conf deleted file mode 120000 index 3639662..0000000 --- a/arch-custom/airootfs/etc/resolv.conf +++ /dev/null @@ -1 +0,0 @@ -/run/systemd/resolve/stub-resolv.conf \ No newline at end of file diff --git a/arch-custom/airootfs/etc/resolv.conf b/arch-custom/airootfs/etc/resolv.conf new file mode 100644 index 0000000..cae093a --- /dev/null +++ b/arch-custom/airootfs/etc/resolv.conf @@ -0,0 +1 @@ +nameserver 8.8.8.8 diff --git a/arch-custom/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf b/arch-custom/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf index 3104779..3408af4 100644 --- a/arch-custom/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf +++ b/arch-custom/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf @@ -2,4 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later [Journal] -Storage=volatile +Audit=no +Compress=yes +Storage=persistent +SystemKeepFree=1G diff --git a/arch-custom/airootfs/etc/systemd/network/20-wlan.network b/arch-custom/airootfs/etc/systemd/network/20-wlan.network deleted file mode 100644 index c164666..0000000 --- a/arch-custom/airootfs/etc/systemd/network/20-wlan.network +++ /dev/null @@ -1,15 +0,0 @@ -# -# SPDX-License-Identifier: GPL-3.0-or-later - -[Match] -Name=wl* - -[Network] -DHCP=yes -IPv6PrivacyExtensions=yes - -[DHCPv4] -RouteMetric=1024 - -[DHCPv6] -RouteMetric=1024 diff --git a/arch-custom/airootfs/etc/systemd/network/20-wwan.network b/arch-custom/airootfs/etc/systemd/network/20-wwan.network deleted file mode 100644 index 7fba35b..0000000 --- a/arch-custom/airootfs/etc/systemd/network/20-wwan.network +++ /dev/null @@ -1,15 +0,0 @@ -# -# SPDX-License-Identifier: GPL-3.0-or-later - -[Match] -Name=ww* - -[Network] -DHCP=yes -IPv6PrivacyExtensions=yes - -[DHCPv4] -RouteMetric=2048 - -[DHCPv6] -RouteMetric=2048