X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=blobdiff_plain;f=configs%2Fdebxo-gnome%2Folpc.fth-ubifs;fp=configs%2Fdebxo-gnome%2Folpc.fth-ubifs;h=0000000000000000000000000000000000000000;hp=206ed8f053b95ff5a34faf26883c236d4efb5013;hb=8f0b5f4dfb3630507bef0215d32d10f882b7ff44;hpb=cfdd5b6b8d348e50b1dc3f42a43651cd8f31d675 diff --git a/configs/debxo-gnome/olpc.fth-ubifs b/configs/debxo-gnome/olpc.fth-ubifs deleted file mode 100644 index 206ed8f..0000000 --- a/configs/debxo-gnome/olpc.fth-ubifs +++ /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 ubi.mtd=root root=ubi:root rootfstype=ubifs 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