---
hook-functions | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hook-functions b/hook-functions
index ee1c205..97626ec 100644
--- a/hook-functions
+++ b/hook-functions
@@ -434,6 +434,9 @@ dep_add_modules_mount()
block=${dev_node#/dev/i2o/}
block=${block%%[0-9]*}
block='i2o!'$block
+ # bcache device
+ elif [ "${dev_node#/dev/bcache}" != "${dev_node}" ]; then
+ block=${dev_node#/dev/}
# classical block device
else
block=${dev_node#/dev/}
--
2.6.2- Bug#807004: initramfs-tools: Breaks when instal... Neil Mayhew
- Bug#807004: initramfs-tools: Breaks when i... Neil Mayhew
- Bug#807004: [PATCH] Handle bcache devi... Neil Mayhew
- Bug#807004: initramfs-tools: Breaks when i... Ben Hutchings
- Bug#807004: initramfs-tools: Breaks wh... Neil Mayhew
- Bug#807004: initramfs-tools: Break... Ben Hutchings
- Processed: Re: initramfs-tools: Breaks whe... Debian Bug Tracking System
- Processed: [PATCH initramfs-tools 5/6] hoo... Debian Bug Tracking System
- Processed: [PATCH initramfs-tools 5/6] hoo... Debian Bug Tracking System
- Bug#807004: marked as done (initramfs-tool... Debian Bug Tracking System
- Bug#807256: marked as done (dep_add_module... Debian Bug Tracking System

