From 44c61051f9b52a94db2609f6754b04c7ddda6550 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 14 Feb 2008 00:30:59 +0000 Subject: initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes. * This is likely not enough to make jffs2 boot work. --- packages/initrdscripts/files/30-bootmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/initrdscripts/files') diff --git a/packages/initrdscripts/files/30-bootmenu.sh b/packages/initrdscripts/files/30-bootmenu.sh index 319f85aa6e..7bc1429b1b 100644 --- a/packages/initrdscripts/files/30-bootmenu.sh +++ b/packages/initrdscripts/files/30-bootmenu.sh @@ -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 -- cgit v1.2.3