summaryrefslogtreecommitdiff
path: root/configs/profile/root-image
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-10-16 20:50:25 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2017-11-17 18:16:07 -0500
commit20c147f1c67dad50e3618bb9b2826860cf5bb06d (patch)
tree1c92264bfc375a04acf3cee721c69ae9c996c08c /configs/profile/root-image
parentbad915381062f5cb342802a3b1a8e3dfe003cea0 (diff)
add iso edition to filename, boot menu title, and motd
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