Skip to content

Commit

Permalink
Remove tumbleweed dracut patches (#1964)
Browse files Browse the repository at this point in the history
The patches have been merged upstream (openSUSE/dracut).

Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon authored Feb 22, 2024
1 parent 698bf2a commit e7630b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 125 deletions.
7 changes: 0 additions & 7 deletions examples/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ RUN systemctl enable NetworkManager.service && \
# This is for automatic testing purposes, do not do this in production.
RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf

# This is patches are fix upstream dracut, see https://github.com/dracutdevs/dracut/pull/2525
ADD patches /
RUN cd /usr/lib/dracut && \
patch -p 1 -f -i /0001-fix-dmsquash-live-restore-compatibility-with-earlier.patch && \
patch -p 1 -f -i /0001-fix-overlayfs-split-overlayfs-mount-in-two-steps.patch && \
rm /*.patch

# Add default network configuration
ADD 05_network.yaml /system/oem/05_network.yaml

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e7630b0

Please sign in to comment.