initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 14 Feb 2008 00:30:59 +0000 (00:30 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 14 Feb 2008 00:30:59 +0000 (00:30 +0000)
* This is likely not enough to make jffs2 boot work.

packages/initrdscripts/files/30-bootmenu.sh
packages/initrdscripts/initramfs-module-bootmenu_1.0.bb

index 319f85a..7bc1429 100644 (file)
@@ -81,7 +81,7 @@ while read maj min nblk dev; do
     fi
 
     get_partition_type
-    if [ "$fstype" != "ext2" -a "$fstype" != "ext3" -a "$fstype" != "vfat" ]; then
+    if [ "$fstype" != "ext2" -a "$fstype" != "ext3" -a "$fstype" != "vfat" -a "$fstype" != "jffs2" ]; then
 #      continue
        true
     fi
index 19e7403..e87ba69 100644 (file)
@@ -1,5 +1,5 @@
 SRC_URI = "file://30-bootmenu.sh"
-PR = "r7"
+PR = "r8"
 DESCRIPTION = "An initramfs module with UI for selection of boot device."
 RDEPENDS = "klibc-utils-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
 # For VFAT mounting.