Adding btrfs support.
[live-boot-grml.git] / hooks / live
index 4f11998..16a2d0c 100755 (executable)
@@ -84,6 +84,9 @@ then
        uuidgen -r > "${DESTDIR}"/conf/uuid.conf
 fi
 
+# Filesystem: btrfs
+manual_add_modules btrfs
+
 # Filesystem: cifs
 if [ -x /sbin/mount.cifs ]
 then