[Fedora-livecd-list] [PATCH] The variable xosyspath escaped into olpc.fth. Expand it to the proper path instead.

Alexander Boström abo at stacken.kth.se
Tue Mar 24 22:50:36 UTC 2009


---
  tools/livecd-iso-to-disk.sh |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

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




More information about the Fedora-livecd-list mailing list