rhel86/90: change isolevel of image-installer to 3
So it can contain payload bigger than 4GiB. Related: rhbz#2056451 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
7006a53e71
commit
d8d161480e
8 changed files with 111 additions and 4 deletions
|
|
@ -359,6 +359,7 @@ func xorrisofsStageOptions(filename, isolabel, arch string, isolinux bool) *osbu
|
|||
VolID: fmt.Sprintf(isolabel, arch),
|
||||
SysID: "LINUX",
|
||||
EFI: "images/efiboot.img",
|
||||
ISOLevel: 3,
|
||||
}
|
||||
|
||||
if isolinux {
|
||||
|
|
|
|||
|
|
@ -359,6 +359,7 @@ func xorrisofsStageOptions(filename, isolabel, arch string, isolinux bool) *osbu
|
|||
VolID: fmt.Sprintf(isolabel, arch),
|
||||
SysID: "LINUX",
|
||||
EFI: "images/efiboot.img",
|
||||
ISOLevel: 3,
|
||||
}
|
||||
|
||||
if isolinux {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue