Including hfs and hfsplus modules in initrd to access filesystems on apple systems.
authorDaniel Baumann <daniel@debian.org>
Mon, 1 Oct 2012 14:12:08 +0000 (16:12 +0200)
committerDaniel Baumann <daniel@debian.org>
Mon, 1 Oct 2012 14:12:08 +0000 (16:12 +0200)
backends/initramfs-tools/live.hook

index 382e161..738257b 100755 (executable)
@@ -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