RHEL-9.0: add / fix BIOS boot partition size comment
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
52115716d7
commit
661cd2772d
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ var defaultBasePartitionTables = distro.BasePartitionTableMap{
|
|||
Type: "gpt",
|
||||
Partitions: []disk.Partition{
|
||||
{
|
||||
Size: 2048,
|
||||
Size: 2048, // 1MB
|
||||
Bootable: true,
|
||||
Type: disk.BIOSBootPartitionGUID,
|
||||
UUID: disk.BIOSBootPartitionUUID,
|
||||
|
|
@ -241,7 +241,7 @@ var edgeBasePartitionTables = distro.BasePartitionTableMap{
|
|||
Type: "gpt",
|
||||
Partitions: []disk.Partition{
|
||||
{
|
||||
Size: 2048, // 2MB
|
||||
Size: 2048, // 1MB
|
||||
Bootable: true,
|
||||
Type: disk.BIOSBootPartitionGUID,
|
||||
UUID: disk.BIOSBootPartitionUUID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue