diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-08-24 09:27:49 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-08-24 12:05:31 -0600 |
commit | c95ae0b25133dc068e3d471a4a2c798be45b7930 (patch) | |
tree | 889caa49d5f023cfdfb3cce0fc4b73c2d4546c5c /scripts/main.sh | |
parent | 6f73ced9a723aa68694593ebc1bb4e1e621b2f2d (diff) |
wip: work on rebuildmappings
Diffstat (limited to 'scripts/main.sh')
-rwxr-xr-x | scripts/main.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index a403100..9020d4f 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -23,6 +23,9 @@ gen $b.gen/0.scandevices.json \ gen $b.gen/1.dbgsums.json \ ./btrfs-rec --pv=$b.img \ inspect dbgsums $b.gen/0.scandevices.json +gen $b.gen/1.mappings.json \ + ./btrfs-rec --pv=$b.img \ + inspect rebuild-mappings $b.gen/0.scandevices.json # gen $b.gen/1.mappings.json \ # ./btrfs-rec --pv=$b.img \ # inspect rebuild-mappings $b.gen/0.scan-for-nodes.json |