liveusb/olpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2145e75e69af4da212f888cca8a91fe720e231af Author: Luke Macken lmacken@redhat.com Date: Wed Dec 31 16:29:43 2008 -0500
Escape part of the path in the OLPC boot file.
diff --git a/liveusb/olpc.py b/liveusb/olpc.py index f046009..89613ab 100644 --- a/liveusb/olpc.py +++ b/liveusb/olpc.py @@ -33,7 +33,7 @@ hex rom-pa fffc7 + 4 $number drop h# 2e19 < [if] set-bootpath-dev " %s" to boot-file " ${BOOTPATHDEV}\syslinux\initrd0.img" expand$ to ramdisk -" ${BOOTPATHDEV}\syslinux\vmlinuz0" expand$ to boot-device +" ${BOOTPATHDEV}\syslinux\vmlinuz0" expand$ to boot-device unfreeze boot """
liveusb-creator@lists.stg.fedorahosted.org