Quote EOF in fsscript to prevent interpolation at build time

svn path=/trunk/; revision=554
This commit is contained in:
Andrew Gaffney 2008-06-30 18:32:30 +00:00
parent 684b09b05d
commit f4147e0951
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
30 Jun 2008; Andrew Gaffney <agaffney@gentoo.org> scripts/livecd.sh:
Quote EOF in fsscript to prevent interpolation at build time
13 Jun 2008; Brent Baude <ranger@gentoo.org>
kconfig/powerpc/installcd-ibm-2.6.24.config, kconfig/powerpc/installcd-ppc32apple-2.6.24.config,
kconfig/powerpc/installcd-ppc64apple-2.6.24.config

View file

@ -46,7 +46,7 @@ echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab
cd /boot && ls -1 | grep -v boot > /usr/livecd/bootfiles.txt
mv -f System.map* /usr/livecd
rm -rf /boot/*
cat << EOF >> /etc/conf.d/local.start
cat << 'EOF' >> /etc/conf.d/local.start
if [ -n "$(ls /mnt/cdrom)" ]
then
INITR_TMP=`ls -1 /mnt/cdrom/*/*.gz | head -n 1`