MT#55861 Update Grml ISO + latest grml-live version

Relevant changes:

* GRMLBASE/39-modprobe: avoid usage of /lib/modprobe.d/50-nfs.conf
* GRMLBASE/39-modprobe: do not expect all files in /etc/modprobe.d to be used

This gives us working netboot images and avoids sysctl errors during bootup,
if nfs-kernel-server should be present on the ISO.

Change-Id: I0012199658c186b69c45ac51bc249ce75b8d81ce
mr11.2.1
Michael Prokop 2 years ago
parent 6412814e6b
commit 338ba4fab3

@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bookworm:latest
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2022-11-14
ENV REFRESHED_AT 2022-11-28
# tools for building and testing
RUN apt-get update && apt-get install --assume-yes --no-install-recommends \
@ -44,7 +44,7 @@ RUN echo "SECURE_BOOT=disable ./grml-live -s bookworm -a amd64 -c GRMLBASE,SIPWI
# base build tools
WORKDIR /code/
RUN git clone -b 'v0.42.0' --single-branch --depth 1 https://github.com/grml/grml-live
RUN git clone -b 'v0.42.2' --single-branch --depth 1 https://github.com/grml/grml-live
RUN mkdir -p /code/grml-live/templates/boot/addons/ \
/code/grml-live/etc/grml/fai/config/files/etc/apt/sources.list.d/sipwise.list/ \
/code/grml-live/etc/grml/fai/config/files/etc/apt/trusted.gpg.d/sipwise-keyring.gpg/ \

Loading…
Cancel
Save