mirror of
https://github.com/systemd/systemd.git
synced 2026-08-13 17:08:14 +00:00
mkosi: Make sure gzip is installed in initrd/system image
Required by loadkeys but not always a hard dependency so let's install it explicitly.
This commit is contained in:
@@ -15,6 +15,7 @@ BaseTrees=../../mkosi.output/base
|
||||
ExtraTrees=../../mkosi.output/base-systemd
|
||||
MakeInitrd=yes
|
||||
Packages=
|
||||
gzip
|
||||
systemd
|
||||
udev
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ Packages=
|
||||
gcc # Sanitizer libraries
|
||||
gdb
|
||||
grep
|
||||
gzip
|
||||
kbd
|
||||
kexec-tools
|
||||
less
|
||||
|
||||
Reference in New Issue
Block a user