diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-01 21:10:35 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-04 14:08:38 -0600 |
commit | 6b8c24fb78f0face6532c1170ff0dca46dd56223 (patch) | |
tree | 50a2991d9632f3f0886ded434684d4a5480dbd87 /scripts/mount.sh | |
parent | c1578391cc2089cd224fd8325c333038e0ba7b7b (diff) |
cmd/btrfs-rec: Have RebuiltForrest be opt-in on the CLI
Diffstat (limited to 'scripts/mount.sh')
-rwxr-xr-x | scripts/mount.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mount.sh b/scripts/mount.sh index bf84163..4894e94 100755 --- a/scripts/mount.sh +++ b/scripts/mount.sh @@ -15,6 +15,7 @@ mkdir -p "$mountpoint" sudo ./bin/btrfs-rec \ --pv="$image" --mappings="$gendir/2.mappings.json" \ + --rebuild \ inspect mount \ --skip-filesums \ "$mountpoint" |