Increase boot.iso rootfs to 4GiB
Free space was < 500M again, increase the default. Resolves: rhbz#2028059
This commit is contained in:
parent
c72268406b
commit
12815c5679
@ -103,8 +103,8 @@ def lorax_parser(dracut_default=""):
|
|||||||
metavar="[repo]", help="Names of repos to enable")
|
metavar="[repo]", help="Names of repos to enable")
|
||||||
optional.add_argument("--disablerepo", action="append", default=[], dest="disablerepos",
|
optional.add_argument("--disablerepo", action="append", default=[], dest="disablerepos",
|
||||||
metavar="[repo]", help="Names of repos to disable")
|
metavar="[repo]", help="Names of repos to disable")
|
||||||
optional.add_argument("--rootfs-size", type=int, default=3,
|
optional.add_argument("--rootfs-size", type=int, default=4,
|
||||||
help="Size of root filesystem in GiB. Defaults to 3.")
|
help="Size of root filesystem in GiB. Defaults to 4.")
|
||||||
optional.add_argument("--noverifyssl", action="store_true", default=False,
|
optional.add_argument("--noverifyssl", action="store_true", default=False,
|
||||||
help="Do not verify SSL certificates")
|
help="Do not verify SSL certificates")
|
||||||
optional.add_argument("--skip-branding", action="store_true", default=False,
|
optional.add_argument("--skip-branding", action="store_true", default=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user