X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=blobdiff_plain;f=configs%2Fdebxo-kde%2Folpc.fth-jffs2;fp=configs%2Fdebxo-kde%2Folpc.fth-jffs2;h=0000000000000000000000000000000000000000;hp=3d0e57bfaa3879b76e95265d62db4a9578eabeb0;hb=cfdd5b6b8d348e50b1dc3f42a43651cd8f31d675;hpb=8701b6961a630ad35e4e4bc39068bc72ffbb5153 diff --git a/configs/debxo-kde/olpc.fth-jffs2 b/configs/debxo-kde/olpc.fth-jffs2 deleted file mode 100644 index 3d0e57b..0000000 --- a/configs/debxo-kde/olpc.fth-jffs2 +++ /dev/null @@ -1,25 +0,0 @@ -\ OLPC boot script - -\ fetch the /chosen/bootpath property -" /chosen" find-package if ( phandle ) - " bootpath" rot get-package-property 0= if ( propval$ ) - get-encoded-string ( bootpath$ ) - [char] \ left-parse-string 2nip ( dn$ ) - - \ store the first part of bootpath (up to the '\') in $DN - dn-buf place ( ) - then -then - -" ro root=mtd:root rootfstype=jffs2 video=lxfb fbcon=font:SUN12x22" to boot-file -game-key-mask h# 80 and if - \ boot from backup kernel - " ${DN}\vmlinuz.bak" expand$ to boot-device - " ${DN}\initrd.img.bak" expand$ to ramdisk -else - \ boot from regular kernel - " ${DN}\vmlinuz" expand$ to boot-device - " ${DN}\initrd.img" expand$ to ramdisk -then -dcon-unfreeze -boot