initramfs-module-bootmenu: Show only block devices with FSes supported for boot.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 8 Mar 2008 18:08:59 +0000 (18:08 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 8 Mar 2008 18:08:59 +0000 (18:08 +0000)
packages/initrdscripts/files/30-bootmenu.sh
packages/initrdscripts/initramfs-module-bootmenu_1.0.bb

index 3f3b8c7..9960fbf 100644 (file)
@@ -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
     
index 1ee8598..4f9fba6 100644 (file)
@@ -1,5 +1,5 @@
 SRC_URI = "file://30-bootmenu.sh"
-PR = "r13"
+PR = "r14"
 DESCRIPTION = "An initramfs module with UI for selection of boot device."
 RDEPENDS = "klibc-utils-static-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
 # For VFAT mounting.