Skip to content

Commit

Permalink
docker: virtme: switch to v1.28
Browse files Browse the repository at this point in the history
The latest version, we don't need anything in particular from it.

We no longer need to manually disable NVRAM.

Link: https://github.com/arighi/virtme-ng/releases/tag/v1.28
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Sep 6, 2024
1 parent 0c6062c commit 7219d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN cd /opt && \
make install

# Virtme NG
ARG VIRTME_NG_VERSION="1.27"
ARG VIRTME_NG_VERSION="1.28"
RUN pip3 install --break-system-packages virtme-ng=="${VIRTME_NG_VERSION}"

# to quickly shutdown the VM and more
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ gen_kconfig() { local mode kconfig=() vck rc=0
# Disable components we don't need
kconfig+=(
-d PCCARD -d MACINTOSH_DRIVERS -d SOUND -d USB_SUPPORT
-d NEW_LEDS -d SURFACE_PLATFORMS -d DRM -d FB -d NVRAM
-d NEW_LEDS -d SURFACE_PLATFORMS -d DRM -d FB
)

# extra config
Expand Down

0 comments on commit 7219d1f

Please sign in to comment.