summaryrefslogtreecommitdiff
path: root/configs/profile/root-image
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image')
-rw-r--r--configs/profile/root-image/etc/motd7
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh2
2 files changed, 4 insertions, 5 deletions
diff --git a/configs/profile/root-image/etc/motd b/configs/profile/root-image/etc/motd
index a126999..a2bf698 100644
--- a/configs/profile/root-image/etc/motd
+++ b/configs/profile/root-image/etc/motd
@@ -1,14 +1,13 @@
===============================================================================
- Parabola live media _DATE_
+ _EDITION_TITLE_
To install Parabola, the system must be connected to the internet.
- For instructions, enter this command:
- lynx network.html
+ For help establishing an internet connection, enter this command:
+  lynx network.html 
Press the function keys while holding Alt to switch virtual terminals.
- This allows entering commands without closing lynx.
===============================================================================

diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 2c677a6..de5481b 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -20,4 +20,4 @@ sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
systemctl enable multi-user.target pacman-init.service choose-mirror.service
-sed -i "s/_DATE_/${iso_version}/" /etc/motd
+sed -i "s|_EDITION_TITLE_|${iso_title}|" /etc/motd