summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-01-18 17:11:32 +0000
committerBen Hutchings <ben@decadent.org.uk>2020-01-18 18:36:00 +0000
commita9e73b5df9c85c391c35ed2900d7eb75abd8d7b1 (patch)
tree2850ff4846e6736739dcb9ae6e2298654ea3cd8d
parentd6c6eeca3540d18f5bce95b5ffcb1823ab3050ea (diff)
hook-functions: Drop ext4dev from filesystem module list
This is obsolete since Linux 2.6.28. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index fa1fe59..925a332 100644
--- a/hook-functions
+++ b/hook-functions
@@ -544,7 +544,7 @@ auto_add_modules()
for arg in "$@" ; do
case "$arg" in
base)
- modules="$modules btrfs ext2 ext3 ext4 ext4dev f2fs"
+ modules="$modules btrfs ext2 ext3 ext4 f2fs"
modules="$modules isofs jfs reiserfs udf xfs"
modules="$modules nfs nfsv2 nfsv3 nfsv4"
modules="$modules af_packet atkbd i8042 psmouse"