tools/livecd-iso-to-disk.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4adb05da112f9040e5923bd569b2b40bd6ed1ffa
Author: Jeremy Katz <[EMAIL PROTECTED]>
Date: Mon Nov 24 09:50:58 2008 -0500
Shell escaping
diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh
index b11c0aa..4414c4e 100755
--- a/tools/livecd-iso-to-disk.sh
+++ b/tools/livecd-iso-to-disk.sh
@@ -547,7 +547,7 @@ if [ -n "$xo" ]; then
if [ ! -d $USBMNT/boot ]; then mkdir -p $USBMNT/boot ; fi
cat > $USBMNT/boot/olpc.fth <<EOF
\ Boot script for USB boot
-hex rom-pa fffc7 + 4 $number drop h# 2e19 < [if]
+hex rom-pa fffc7 + 4 \$number drop h# 2e19 < [if]
patch 2drop erase claim-params
: high-ramdisk ( -- )
cv-load-ramdisk
--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list