ci: install kmod for mkosi depmod
After installing the kernel package into the live image, mkosi runs depmod on the host against the image's module tree. depmod ships in the kmod package, which isn't in the runner container by default.
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
mkosi debootstrap squashfs-tools \
|
mkosi debootstrap squashfs-tools \
|
||||||
systemd-ukify systemd-boot \
|
systemd-ukify systemd-boot kmod \
|
||||||
debian-archive-keyring \
|
debian-archive-keyring \
|
||||||
qemu-system-x86 qemu-utils \
|
qemu-system-x86 qemu-utils \
|
||||||
dnsmasq iperf3 ipxe-qemu
|
dnsmasq iperf3 ipxe-qemu
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
mkosi debootstrap squashfs-tools dosfstools \
|
mkosi debootstrap squashfs-tools dosfstools \
|
||||||
systemd-ukify systemd-boot \
|
systemd-ukify systemd-boot kmod \
|
||||||
debian-archive-keyring
|
debian-archive-keyring
|
||||||
|
|
||||||
- name: Install templ
|
- name: Install templ
|
||||||
|
|||||||
Reference in New Issue
Block a user