[oe-commits] org.oe.dev initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Feb 14 07:37:18 UTC 2008


initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.
* This is likely not enough to make jffs2 boot work.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 72649b856ad1fa4e391eeee4bff017f81ce286e5
ViewMTN: http://monotone.openembedded.org/revision/info/72649b856ad1fa4e391eeee4bff017f81ce286e5
Files:
1
packages/initrdscripts/files/30-bootmenu.sh
packages/initrdscripts/initramfs-module-bootmenu_1.0.bb
Diffs:

#
# mt diff -rcbea743aa6a8217f9ac26291c4cc58b2716d5000 -r72649b856ad1fa4e391eeee4bff017f81ce286e5
#
# 
# 
# patch "packages/initrdscripts/files/30-bootmenu.sh"
#  from [4b9e167d681b0021650afe5f3dadac184ba2a50b]
#    to [217e6fb3656133f0b3da59e7967d23f3bdf7a59a]
# 
# patch "packages/initrdscripts/initramfs-module-bootmenu_1.0.bb"
#  from [d4ac079860c7ff288110f5543bbff07217a7c618]
#    to [394be03a399dd523d0e97625df53ae15512e0a5d]
# 
============================================================
--- packages/initrdscripts/files/30-bootmenu.sh	4b9e167d681b0021650afe5f3dadac184ba2a50b
+++ packages/initrdscripts/files/30-bootmenu.sh	217e6fb3656133f0b3da59e7967d23f3bdf7a59a
@@ -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
============================================================
--- packages/initrdscripts/initramfs-module-bootmenu_1.0.bb	d4ac079860c7ff288110f5543bbff07217a7c618
+++ packages/initrdscripts/initramfs-module-bootmenu_1.0.bb	394be03a399dd523d0e97625df53ae15512e0a5d
@@ -1,5 +1,5 @@ SRC_URI = "file://30-bootmenu.sh"
 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.






More information about the Openembedded-commits mailing list