diff options
| -rwxr-xr-x | hooks/live | 3 | ||||
| -rwxr-xr-x | scripts/live | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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 diff --git a/scripts/live b/scripts/live index 11ad984..f5f4ad2 100755 --- a/scripts/live +++ b/scripts/live @@ -1595,6 +1595,7 @@ find_livefs () fi done elif [ "${fstype}" = "squashfs" -o \ + "${fstype}" = "btrfs" -o \ "${fstype}" = "ext2" -o \ "${fstype}" = "ext3" -o \ "${fstype}" = "ext4" -o \ |
