From cfdd5b6b8d348e50b1dc3f42a43651cd8f31d675 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sat, 18 Jun 2011 19:24:11 -0700 Subject: [PATCH] debxo: remove old jffs2 configs Now that we're using ubifs for debxo images, drop legacy jffs2 configs. Signed-off-by: Andres Salomon --- configs/debxo-awesome/fstab-jffs2 | 7 ------- configs/debxo-awesome/olpc.fth-jffs2 | 25 ------------------------- configs/debxo-gnome/fstab-jffs2 | 7 ------- configs/debxo-gnome/olpc.fth-jffs2 | 25 ------------------------- configs/debxo-kde/fstab-jffs2 | 7 ------- configs/debxo-kde/olpc.fth-jffs2 | 25 ------------------------- configs/debxo-lxde/fstab-jffs2 | 7 ------- configs/debxo-lxde/olpc.fth-jffs2 | 25 ------------------------- configs/debxo-sugar/fstab-jffs2 | 7 ------- configs/debxo-sugar/olpc.fth-jffs2 | 25 ------------------------- configs/debxo-xfce/fstab-jffs2 | 7 ------- configs/debxo-xfce/olpc.fth-jffs2 | 25 ------------------------- 12 files changed, 192 deletions(-) delete mode 100644 configs/debxo-awesome/fstab-jffs2 delete mode 100644 configs/debxo-awesome/olpc.fth-jffs2 delete mode 100644 configs/debxo-gnome/fstab-jffs2 delete mode 100644 configs/debxo-gnome/olpc.fth-jffs2 delete mode 100644 configs/debxo-kde/fstab-jffs2 delete mode 100644 configs/debxo-kde/olpc.fth-jffs2 delete mode 100644 configs/debxo-lxde/fstab-jffs2 delete mode 100644 configs/debxo-lxde/olpc.fth-jffs2 delete mode 100644 configs/debxo-sugar/fstab-jffs2 delete mode 100644 configs/debxo-sugar/olpc.fth-jffs2 delete mode 100644 configs/debxo-xfce/fstab-jffs2 delete mode 100644 configs/debxo-xfce/olpc.fth-jffs2 diff --git a/configs/debxo-awesome/fstab-jffs2 b/configs/debxo-awesome/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-awesome/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 index 3d0e57b..0000000 --- a/configs/debxo-awesome/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 diff --git a/configs/debxo-gnome/fstab-jffs2 b/configs/debxo-gnome/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-gnome/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 index 3d0e57b..0000000 --- a/configs/debxo-gnome/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 diff --git a/configs/debxo-kde/fstab-jffs2 b/configs/debxo-kde/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-kde/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 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 diff --git a/configs/debxo-lxde/fstab-jffs2 b/configs/debxo-lxde/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-lxde/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 index 3d0e57b..0000000 --- a/configs/debxo-lxde/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 diff --git a/configs/debxo-sugar/fstab-jffs2 b/configs/debxo-sugar/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-sugar/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 index 3d0e57b..0000000 --- a/configs/debxo-sugar/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 diff --git a/configs/debxo-xfce/fstab-jffs2 b/configs/debxo-xfce/fstab-jffs2 deleted file mode 100644 index 1ac4a3a..0000000 --- a/configs/debxo-xfce/fstab-jffs2 +++ /dev/null @@ -1,7 +0,0 @@ -# /etc/fstab: static file system information -# -# -proc /proc proc defaults 0 0 # -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 index 3d0e57b..0000000 --- a/configs/debxo-xfce/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 -- 2.39.2