Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-catalyst
On Thu, 2005-04-14 at 17:51 -0400, Ryan Lynch wrote:
> I'm building a livecd for a project I'm working on, and I'm trying to use a custom MOTD. I'm using the default runscript, and I've added this line to my stage 2 specfile:
> livecd/motd: /root/livecd/motd.txt
> However, each time I create an ISO, /etc/motd is blank. Any thoughts?
Well, the code from livecd/runscript/default-runscript.sh responsible
for this little snippet is:
# move over the motd (if applicable)
if [ -n "${clst_livecd_motd}" ]
then
cp -a ${clst_livecd_motd} ${clst_chroot_path}/etc/motd
else
...
fi
It should be copying your file verbatim.
Are you seeing any error messages?
--
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
|
| Attachment: |
|
signature.asc (This is a digitally signed message part)
|
|