summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-01 16:12:08 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-01 16:12:08 +0200
commitd75af5fab4f7c5e12bf50f8af538b5010469b2a5 (patch)
tree69339416a423b7104bc2ba52638fc48e16d3cce9
parentf2cf3308b826501d7e62930e99765d82789077ef (diff)
downloadlive-boot-d75af5fab4f7c5e12bf50f8af538b5010469b2a5.tar.gz
live-boot-d75af5fab4f7c5e12bf50f8af538b5010469b2a5.zip
Including hfs and hfsplus modules in initrd to access filesystems on apple systems.
-rwxr-xr-xbackends/initramfs-tools/live.hook4
1 files changed, 4 insertions, 0 deletions
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