summaryrefslogtreecommitdiff
path: root/src/partvi
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-25 21:59:49 -0400
committeru <u@billy>2023-11-17 08:46:41 -0500
commita4a4f588d4c0aeb5e1d580196f02c54e75197683 (patch)
treeb05e55aed06844ea229de8e0769ac8ef12026375 /src/partvi
parent22c2dbf7a19f9e3013016c915bb798d1f60d76a2 (diff)
Store large files in subvolumes
These files should never be mixed into the same directories as source code, since source code should be backed up by filesystem snapshot, and these should not. This change includes file renames in this repository and in two of its submodules.
Diffstat (limited to 'src/partvi')
-rwxr-xr-xsrc/partvi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partvi b/src/partvi
index e34eef6..673b141 100755
--- a/src/partvi
+++ b/src/partvi
@@ -330,9 +330,9 @@ mkdir -p "$builddir"
330 330
331if [ "$SKIP_ROOTFS_COPY" ] 331if [ "$SKIP_ROOTFS_COPY" ]
332then 332then
333 target=key.img 333 target=$builddir/key.img
334else 334else
335 target=whole.img 335 target=$builddir/whole.img
336fi 336fi
337 337
338 338