Skip to content

Commit

Permalink
fedora: minimal-raw: bump /boot to 1Gb
Browse files Browse the repository at this point in the history
The default package set includes the dracut plugin to create
a rescue image which is quite large, with that and more than
one kernel we run out of space so lets bump boot so we have
more room to move.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
  • Loading branch information
nullr0ute authored and achilleas-k committed Mar 19, 2024
1 parent 107106e commit 7ed6fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/distro/fedora/partition_tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var minimalrawPartitionTables = distro.BasePartitionTableMap{
},
},
{
Size: 500 * common.MebiByte,
Size: 1 * common.GibiByte,
Type: disk.XBootLDRPartitionGUID,
UUID: disk.FilesystemDataUUID,
Payload: &disk.Filesystem{
Expand Down Expand Up @@ -237,7 +237,7 @@ var minimalrawPartitionTables = distro.BasePartitionTableMap{
},
},
{
Size: 500 * common.MebiByte,
Size: 1 * common.GibiByte,
Type: "83",
Payload: &disk.Filesystem{
Type: "ext4",
Expand Down

0 comments on commit 7ed6fb2

Please sign in to comment.