aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:41:38 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:41:38 -0500
commit7963deabd324e1ed2da8856b17ad92111d1803ac (patch)
tree21b66cad97d433268bb3cea36211444ce9b304b7 /common
parent22431138a68c90f6ff32d40380b049810a028a75 (diff)
parentddb281387aa1c4981bb3059d5703ab17fd6ab191 (diff)
Update upstream source from tag 'upstream/28'
Update to upstream version '28' with Debian dir a1ca264a7fcc6b8ebc3f8235ff982b33b69ca65a
Diffstat (limited to 'common')
-rw-r--r--common2
1 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
index 868d481..5768dd2 100644
--- a/common
+++ b/common
@@ -56,7 +56,7 @@ declare -A pseudofs_types=([anon_inodefs]=1
[virtiofs]=1)
# generated from: pkgfile -vbr '/fsck\..+' | awk -F. '{ print $NF }' | sort
-declare -A fsck_types=([btrfs]=1
+declare -A fsck_types=([btrfs]=0 # btrfs doesn't need a regular fsck utility
[cramfs]=1
[erofs]=1
[exfat]=1