This commit is contained in:
Zsolt Ero
2023-12-18 03:06:16 +01:00
parent 1d1cae9b40
commit 818cf1e349
8 changed files with 85 additions and 22 deletions

View File

@@ -8,6 +8,10 @@ from pathlib import Path
import click
# btrfs cannot shrink smaller than about 268 MB
SMALLEST_SIZE = 270_000_000
@click.command()
@click.argument(
'btrfs_img',