]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-lxde/olpc.fth-jffs2
debxo: remove old jffs2 configs
[xodist] / configs / debxo-lxde / olpc.fth-jffs2
diff --git a/configs/debxo-lxde/olpc.fth-jffs2 b/configs/debxo-lxde/olpc.fth-jffs2
deleted file mode 100644 (file)
index 3d0e57b..0000000
+++ /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