Skip to content

Commit

Permalink
Limit initramfs size to fix booting with limited memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Sep 21, 2023
1 parent 6b98ff2 commit 66f2a4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boot/dracut-qubes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# technically it is different system. Especially it has different devices
# mounted (own /rw, own swap etc), so prevent hardcoding UUIDs here.
hostonly="no"

# Limit size of modules included, RAM during boot is at premium
drivers="xen-blkfront dm-mod dm-thin-pool dm-persistent-data ext4 overlay"
# It pulls in a bunch of network drivers, and the whole network-manager.
# There is no need for networking in VM's initramfs.
omit_dracutmodules+=" ifcfg "

0 comments on commit 66f2a4f

Please sign in to comment.