Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-20 10:49:02 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-20 10:49:02 (GMT)
commitf58f48020af1f131a9677fbc963b813645864290 (patch)
tree487299de50eb978a6d1c97b7856aa32c5f48f08f
parent8a79fd79bedfdb75dd1a719d95e2fc90111afd76 (diff)
fix up olpc.fth escaping
-rw-r--r--soas-xo.ks12
1 files changed, 6 insertions, 6 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index e068a90..8102af8 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -49,9 +49,9 @@ cat > /boot/olpc.fth <<EOF
button-o game-key? if " \boot-alt" else " \boot" then pn-buf place
" /chosen" find-package if ( phandle )
- " bootpath" rot get-package-property 0= if ( propval\$ )
- get-encoded-string ( bootpath\$ )
- [char] \ left-parse-string 2nip ( dn\$ )
+ " bootpath" rot get-package-property 0= if ( propval$ )
+ get-encoded-string ( bootpath$ )
+ [char] \ left-parse-string 2nip ( dn$ )
dn-buf place ( )
then
then
@@ -66,9 +66,9 @@ cat > /boot/olpc.fth <<EOF
: olpc-fth-boot-me
set-path-macros
- " ro \${ROOTDEV} console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" expand\$ to boot-file
- " \${DN}\${PN}\vmlinuz" expand\$ to boot-device
- " \${DN}\${PN}\olpcrd.img" expand\$ to ramdisk
+ " ro \${ROOTDEV} console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" expand$ to boot-file
+ " \${DN}\${PN}\vmlinuz" expand$ to boot-device
+ " \${DN}\${PN}\olpcrd.img" expand$ to ramdisk
setup-smbios
unfreeze