When building livecd with custom motd, the custom motd gets moved into the
build environment correctly, but then get's blanked when the livecdfs-update.sh
tries to cat missing generic-motd.txt and minimal-motd.txt files into
/etc/motd. Bug entered on bugzilla:
http://bugs.gentoo.org/show_bug.cgi?id=127186
Can cheat and change the > to >> in the line from livecdfs-update.sh that is
the offender:
gentoo-release-minimal )
cat /etc/generic.motd.txt /etc/minimal.motd.txt > /etc/motd
sed -i 's:^##GREETING:Welcome to the Gentoo Linux Minimal
Installation CD!:' /etc/motd
Probably should check if custom motd being used and if so skip the Tweaking the
MOTD section.
--
[EMAIL PROTECTED] mailing list