Increase boot.iso rootfs to 4GiB

Free space was < 500M again, increase the default.

Resolves: rhbz#2028059
This commit is contained in:
Brian C. Lane 2021-12-06 11:50:57 -08:00
parent c72268406b
commit 12815c5679
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ def lorax_parser(dracut_default=""):
metavar="[repo]", help="Names of repos to enable")
optional.add_argument("--disablerepo", action="append", default=[], dest="disablerepos",
metavar="[repo]", help="Names of repos to disable")
optional.add_argument("--rootfs-size", type=int, default=3,
help="Size of root filesystem in GiB. Defaults to 3.")
optional.add_argument("--rootfs-size", type=int, default=4,
help="Size of root filesystem in GiB. Defaults to 4.")
optional.add_argument("--noverifyssl", action="store_true", default=False,
help="Do not verify SSL certificates")
optional.add_argument("--skip-branding", action="store_true", default=False,