arrow_up: Bump repository and drop some workarounds (#434)

* ⬆️ Bump Kairos repositories

Signed-off-by: Ettore Di Giacinto <mudler@mocaccino.org>

* 🐧 Find out which grub to call

Signed-off-by: Ettore Di Giacinto <mudler@mocaccino.org>

Signed-off-by: Ettore Di Giacinto <mudler@mocaccino.org>
This commit is contained in:
Ettore Di Giacinto 2022-11-16 11:44:18 +01:00 committed by Itxaka
parent 7a707a1215
commit b9ebf277e3

View File

@ -176,7 +176,7 @@ framework:
# Keep openSUSE kernel on ARM
IF [ "$FLAVOR" = "opensuse-arm-rpi" ] || [ "$FLAVOR" = "alpine-arm-rpi" ]
RUN luet install -y --system-target /framework \
distro-kernels/opensuse distro-initrd/opensuse
distro-kernels/opensuse-leap distro-initrd/opensuse-leap
ELSE IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ]
RUN luet install -y --system-target /framework \
distro-kernels/ubuntu distro-initrd/ubuntu