summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/files/30-bootmenu.sh
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 18:08:59 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 18:08:59 +0000
commit73972661ad93ae5b7f6bf792675dcf89c2e88ca6 (patch)
treee22a718185390017c93b4093f429eb4a17e6cb23 /packages/initrdscripts/files/30-bootmenu.sh
parent66574789f5c2b0d94e422a68e420c17a9d7f9b0b (diff)
initramfs-module-bootmenu: Show only block devices with FSes supported for boot.
Diffstat (limited to 'packages/initrdscripts/files/30-bootmenu.sh')
-rw-r--r--packages/initrdscripts/files/30-bootmenu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/initrdscripts/files/30-bootmenu.sh b/packages/initrdscripts/files/30-bootmenu.sh
index 3f3b8c7079..9960fbf34e 100644
--- a/packages/initrdscripts/files/30-bootmenu.sh
+++ b/packages/initrdscripts/files/30-bootmenu.sh
@@ -82,7 +82,8 @@ while read maj min nblk dev; do
get_partition_type
if [ "$fstype" != "ext2" -a "$fstype" != "ext3" -a "$fstype" != "vfat" -a "$fstype" != "jffs2" ]; then
-# continue
+ # Comment following line to show all available block devices regardless of FS (for debug purposes)
+ continue
true
fi