Quote EOF in fsscript to prevent interpolation at build time
svn path=/trunk/; revision=554
This commit is contained in:
parent
684b09b05d
commit
f4147e0951
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $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>
|
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-ibm-2.6.24.config, kconfig/powerpc/installcd-ppc32apple-2.6.24.config,
|
||||||
|
|
|
@ -46,7 +46,7 @@ echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab
|
||||||
cd /boot && ls -1 | grep -v boot > /usr/livecd/bootfiles.txt
|
cd /boot && ls -1 | grep -v boot > /usr/livecd/bootfiles.txt
|
||||||
mv -f System.map* /usr/livecd
|
mv -f System.map* /usr/livecd
|
||||||
rm -rf /boot/*
|
rm -rf /boot/*
|
||||||
cat << EOF >> /etc/conf.d/local.start
|
cat << 'EOF' >> /etc/conf.d/local.start
|
||||||
if [ -n "$(ls /mnt/cdrom)" ]
|
if [ -n "$(ls /mnt/cdrom)" ]
|
||||||
then
|
then
|
||||||
INITR_TMP=`ls -1 /mnt/cdrom/*/*.gz | head -n 1`
|
INITR_TMP=`ls -1 /mnt/cdrom/*/*.gz | head -n 1`
|
||||||
|
|
Loading…
Add table
Reference in a new issue