From d75af5fab4f7c5e12bf50f8af538b5010469b2a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 1 Oct 2012 16:12:08 +0200 Subject: [PATCH 1/1] Including hfs and hfsplus modules in initrd to access filesystems on apple systems. --- backends/initramfs-tools/live.hook | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index 382e161..738257b 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -84,6 +84,10 @@ fi manual_add_modules ext3 manual_add_modules ext4 +# Filesystem: hfs/hfsplus +manual_add_modules hfs +manual_add_modules hfsplus + # Filesystem: jffs2 manual_add_modules jffs2 -- 2.1.4