diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-10 16:38:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-10 16:38:11 +0100 |
commit | efbf411437ed797677965ecaafef64cbecb518e5 (patch) | |
tree | 7b14c4dc45f1d2cf945b1952cfc1ea257f8393b4 /scripts | |
parent | 5aedb99d35200c77fe7cb5ae6450bcad59eeb10e (diff) | |
download | imagefish-efbf411437ed797677965ecaafef64cbecb518e5.tar.gz |
15g, fedora updates
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tar-to-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tar-to-image.sh b/scripts/tar-to-image.sh index c845291..e07ddea 100755 --- a/scripts/tar-to-image.sh +++ b/scripts/tar-to-image.sh @@ -71,7 +71,7 @@ while test "$1" != ""; do shift; shift ;; --big) - size="16G" + size="15G" size_uefi="128" size_boot="1024" size_swap="1024" |