From 06b34bccb7c5f857c56110ad208f84183aafcb9e Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 6 Oct 2024 01:47:18 -0700 Subject: [PATCH] feat(pkg): adjust packages and configs Signed-off-by: zontreck --- server/airootfs/etc/hostname | 2 +- server/airootfs/etc/motd | 12 +----------- server/grub/loopback.cfg | 2 +- server/packages.x86_64 | 1 + .../syslinux/{archiso_tail.cfg => ariaos_tail.cfg} | 0 5 files changed, 4 insertions(+), 13 deletions(-) rename server/syslinux/{archiso_tail.cfg => ariaos_tail.cfg} (100%) diff --git a/server/airootfs/etc/hostname b/server/airootfs/etc/hostname index 2dbe21e..7d83a4f 100644 --- a/server/airootfs/etc/hostname +++ b/server/airootfs/etc/hostname @@ -1 +1 @@ -archiso +ariaos diff --git a/server/airootfs/etc/motd b/server/airootfs/etc/motd index 4d9eda1..6e58095 100644 --- a/server/airootfs/etc/motd +++ b/server/airootfs/etc/motd @@ -1,11 +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 AriaOS Server Installation \ No newline at end of file diff --git a/server/grub/loopback.cfg b/server/grub/loopback.cfg index 3a5d244..b46fecf 100644 --- a/server/grub/loopback.cfg +++ b/server/grub/loopback.cfg @@ -21,7 +21,7 @@ else fi # Set default menu entry -default=archlinux +default=ariaos timeout=15 timeout_style=menu diff --git a/server/packages.x86_64 b/server/packages.x86_64 index 724adbf..e2195e6 100644 --- a/server/packages.x86_64 +++ b/server/packages.x86_64 @@ -4,6 +4,7 @@ arch-install-scripts archinstall b43-fwcutter base +base-devel bcachefs-tools bind bolt diff --git a/server/syslinux/archiso_tail.cfg b/server/syslinux/ariaos_tail.cfg similarity index 100% rename from server/syslinux/archiso_tail.cfg rename to server/syslinux/ariaos_tail.cfg