]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-gnome/olpc.fth-ubifs
debxo: drop gnome ubifs images
[xodist] / configs / debxo-gnome / olpc.fth-ubifs
diff --git a/configs/debxo-gnome/olpc.fth-ubifs b/configs/debxo-gnome/olpc.fth-ubifs
deleted file mode 100644 (file)
index 206ed8f..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 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