From 20c147f1c67dad50e3618bb9b2826860cf5bb06d Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 16 Oct 2017 20:50:25 -0400 Subject: add iso edition to filename, boot menu title, and motd --- configs/profile/root-image/root/customize_root_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/profile/root-image/root') 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 -- cgit v1.2.2