mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-22 03:49:31 +00:00
penguin: Use ubuntu kernel with alpine flavor (#266)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
committed by
Itxaka
parent
7d200e44d6
commit
d3561a7ecc
@@ -177,7 +177,7 @@ framework:
|
|||||||
|
|
||||||
IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] || [ "$FLAVOR" = "alpine-arm-rpi" ]
|
IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] || [ "$FLAVOR" = "alpine-arm-rpi" ]
|
||||||
RUN luet install -y --system-target /framework \
|
RUN luet install -y --system-target /framework \
|
||||||
distro-kernels/opensuse distro-initrd/opensuse
|
distro-kernels/ubuntu distro-initrd/ubuntu
|
||||||
END
|
END
|
||||||
|
|
||||||
# Required for Secure boot
|
# Required for Secure boot
|
||||||
|
Reference in New Issue
Block a user