mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-18 03:01:25 +00:00
We need 4GiB of RAM in virt-install, for F26, it seems
Running with 2GiB causes the Workstation image builds to fail.
This commit is contained in:
parent
d1a2869cc0
commit
f476e00bd6
@ -251,7 +251,7 @@ class VirtInstallImage(object):
|
|||||||
"--os-variant", shortid, "-x", xargs, "--initrd-inject",
|
"--os-variant", shortid, "-x", xargs, "--initrd-inject",
|
||||||
"{0}/{1}.ks".format(SCRIPTDIR, self.name), "--location",
|
"{0}/{1}.ks".format(SCRIPTDIR, self.name), "--location",
|
||||||
loctmp.format(str(self.release), self.variant, arch), "--name", "createhdds",
|
loctmp.format(str(self.release), self.variant, arch), "--name", "createhdds",
|
||||||
"--memory", "2048", "--noreboot", "--wait", "-1"]
|
"--memory", "4096", "--noreboot", "--wait", "-1"]
|
||||||
if textinst:
|
if textinst:
|
||||||
args.extend(("--graphics", "none", "--extra-args", "console=ttyS0"))
|
args.extend(("--graphics", "none", "--extra-args", "console=ttyS0"))
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user