tools/livecd-iso-to-disk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a54b23dd751bd4b52154a3df011f4aa1f75a4c09 Author: Alexander Boström <[email protected]> Date: Tue Mar 24 23:50:36 2009 +0100 The variable xosyspath escaped into olpc.fth. Expand it to the proper path instead. diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh index f0c7331..05fe080 100755 --- a/tools/livecd-iso-to-disk.sh +++ b/tools/livecd-iso-to-disk.sh @@ -635,8 +635,8 @@ hex rom-pa fffc7 + 4 \$number drop h# 2e19 < [if] set-bootpath-dev " $args" to boot-file -" \${BOOTPATHDEV}\$xosyspath\initrd0.img" expand$ to ramdisk -" \${BOOTPATHDEV}\$xosyspath\vmlinuz0" expand$ to boot-device +" \${BOOTPATHDEV}$xosyspath\initrd0.img" expand$ to ramdisk +" \${BOOTPATHDEV}$xosyspath\vmlinuz0" expand$ to boot-device unfreeze boot EOF -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
