summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-11 17:03:19 +0300
committernl6720 <nl6720@gmail.com>2020-07-11 17:08:44 +0300
commit550aca712432c6708fc48db5e9a8aaba9ef1e0c1 (patch)
treea093e9b3ede98a9f0d14c1f1cad7c0df241500ad /configs/releng/airootfs
parent8b4e987e179833ce5c6ad47c561d179bc79a7a54 (diff)
downloadarchiso32-550aca712432c6708fc48db5e9a8aaba9ef1e0c1.tar.xz
Remove lynx usage in configs/releng/build.sh
/usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script.
Diffstat (limited to 'configs/releng/airootfs')
-rw-r--r--configs/releng/airootfs/etc/motd9
-rw-r--r--configs/releng/airootfs/root/install.txt3
-rwxr-xr-xconfigs/releng/airootfs/usr/local/bin/Installation_guide3
3 files changed, 12 insertions, 3 deletions
diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd
new file mode 100644
index 0000000..417b050
--- /dev/null
+++ b/configs/releng/airootfs/etc/motd
@@ -0,0 +1,9 @@
+To install Arch Linux follow the installation guide:
+https://wiki.archlinux.org/index.php/Installation_guide
+
+For Wi-Fi, authenticate to the wireless network using the iwctl utility.
+Ethernet and Wi-Fi connections using DHCP should work automatically.
+
+After connecting to the internet, the installation guide can be accessed
+via the convenience script Installation_guide.
+
diff --git a/configs/releng/airootfs/root/install.txt b/configs/releng/airootfs/root/install.txt
deleted file mode 100644
index 3c8f171..0000000
--- a/configs/releng/airootfs/root/install.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-View this installation guide online at
-https://wiki.archlinux.org/index.php/Installation_Guide
-
diff --git a/configs/releng/airootfs/usr/local/bin/Installation_guide b/configs/releng/airootfs/usr/local/bin/Installation_guide
new file mode 100755
index 0000000..cd38645
--- /dev/null
+++ b/configs/releng/airootfs/usr/local/bin/Installation_guide
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec lynx 'https://wiki.archlinux.org/index.php/Installation_guide'