diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-29 08:28:57 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-29 15:58:13 +0100 |
commit | e5cd051724236f95cf9b9ad1f8acd77dc56d0323 (patch) | |
tree | 033fd196b7d008f5dc306b261ecb811d4269a501 /mkosi.conf | |
parent | udevadm-test: prettify test results (diff) | |
download | systemd-e5cd051724236f95cf9b9ad1f8acd77dc56d0323.tar.xz systemd-e5cd051724236f95cf9b9ad1f8acd77dc56d0323.zip |
mkosi: Switch to linux-virtual on Ubuntu
This now finally has support for credentials and erofs so let's switch
to this much smaller kernel package that doesn't pull in linux-firmware.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mkosi.conf b/mkosi.conf index a5953d7613..cea204961b 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -19,8 +19,6 @@ BuildSourcesEphemeral=yes [Host] @Incremental=yes -# TODO: Drop to 2G again once the next Noble kernel update ships and we can use linux-image-virtual. -@QemuMem=4G @RuntimeSize=8G ToolsTreePackages=virtiofsd KernelCommandLineExtra=systemd.crash_shell |