]> spindle.queued.net Git - xodist/commitdiff
debxo: remove old jffs2 configs
authorAndres Salomon <dilinger@lunge.queued.net>
Sun, 19 Jun 2011 02:24:11 +0000 (19:24 -0700)
committerAndres Salomon <dilinger@lunge.queued.net>
Sun, 19 Jun 2011 02:24:11 +0000 (19:24 -0700)
Now that we're using ubifs for debxo images, drop legacy jffs2 configs.

Signed-off-by: Andres Salomon <dilinger@lunge.queued.net>
12 files changed:
configs/debxo-awesome/fstab-jffs2 [deleted file]
configs/debxo-awesome/olpc.fth-jffs2 [deleted file]
configs/debxo-gnome/fstab-jffs2 [deleted file]
configs/debxo-gnome/olpc.fth-jffs2 [deleted file]
configs/debxo-kde/fstab-jffs2 [deleted file]
configs/debxo-kde/olpc.fth-jffs2 [deleted file]
configs/debxo-lxde/fstab-jffs2 [deleted file]
configs/debxo-lxde/olpc.fth-jffs2 [deleted file]
configs/debxo-sugar/fstab-jffs2 [deleted file]
configs/debxo-sugar/olpc.fth-jffs2 [deleted file]
configs/debxo-xfce/fstab-jffs2 [deleted file]
configs/debxo-xfce/olpc.fth-jffs2 [deleted file]

diff --git a/configs/debxo-awesome/fstab-jffs2 b/configs/debxo-awesome/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
diff --git a/configs/debxo-awesome/olpc.fth-jffs2 b/configs/debxo-awesome/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
diff --git a/configs/debxo-gnome/fstab-jffs2 b/configs/debxo-gnome/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
diff --git a/configs/debxo-gnome/olpc.fth-jffs2 b/configs/debxo-gnome/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
diff --git a/configs/debxo-kde/fstab-jffs2 b/configs/debxo-kde/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
diff --git a/configs/debxo-kde/olpc.fth-jffs2 b/configs/debxo-kde/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
diff --git a/configs/debxo-lxde/fstab-jffs2 b/configs/debxo-lxde/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
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
diff --git a/configs/debxo-sugar/fstab-jffs2 b/configs/debxo-sugar/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
diff --git a/configs/debxo-sugar/olpc.fth-jffs2 b/configs/debxo-sugar/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
diff --git a/configs/debxo-xfce/fstab-jffs2 b/configs/debxo-xfce/fstab-jffs2
deleted file mode 100644 (file)
index 1ac4a3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/fstab: static file system information 
-#
-# <file system>        <mount point>   <type>  <options>       <dump>  <pass>
-proc           /proc           proc    defaults        0       0       # <partition size in MB>
-mtd:boot       /boot           jffs2   defaults,noatime 1      1       # 50
-mtd:root       /               jffs2   defaults,noatime 1      1
-tmpfs          /var/cache/apt/cache tmpfs defaults     0       0
diff --git a/configs/debxo-xfce/olpc.fth-jffs2 b/configs/debxo-xfce/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