summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/files/30-bootmenu.sh
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:30:59 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:30:59 +0000
commit44c61051f9b52a94db2609f6754b04c7ddda6550 (patch)
tree813d2f2da9b9b534bb1a8c061eef3a157b2b90aa /packages/initrdscripts/files/30-bootmenu.sh
parentbb41487f9277dddccf84d49256e31931c5bea28a (diff)
initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.
* This is likely not enough to make jffs2 boot work.
Diffstat (limited to 'packages/initrdscripts/files/30-bootmenu.sh')
-rw-r--r--packages/initrdscripts/files/30-bootmenu.sh2
1 files changed, 1 insertions, 1 deletions
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