Skip to content

Commit

Permalink
[FIX] Make initrd size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
MoltenArmor committed Jan 27, 2025
1 parent fd53e6c commit b7c85e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mkosi.conf.d/20-initrd.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[Content]
# Let's just include all modules.
KernelModulesInitrdInclude=.*
# Let's just include necessary modules in initrd.
KernelModulesInitrdExclude=.*
4 changes: 2 additions & 2 deletions mkosi.repart/00-esp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Type=esp
Format=vfat
CopyFiles=/efi:/
CopyFiles=/boot:/
SizeMinBytes=2G
SizeMaxBytes=2G
SizeMinBytes=1G
SizeMaxBytes=1G

0 comments on commit b7c85e6

Please sign in to comment.