summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/files/30-bootmenu.sh
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:32:53 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:32:53 +0000
commitec79a06bd56046ad03a95319bf31669eff4fc130 (patch)
tree198b16a994a92e8a39afed132d4f59528ac64fe5 /packages/initrdscripts/files/30-bootmenu.sh
parentad8af9b7951ed766eb1c6b5f9548fb130a5f024c (diff)
parent7cf673f2ad7f68c52e79e06db1fd304577104737 (diff)
merge of '3ee7753352acbc0627f1b877b1ba96587f656224'
and 'bc0b144ff867cb1e66b24d5ba91c183ee6d51cb6'
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