Skip to content

Commit

Permalink
Removing syslinux from base image
Browse files Browse the repository at this point in the history
Syslinux is no longer needed as there is no support for legacy
firmware anymore.

Signed-off-by: David Cassany <[email protected]>
(cherry picked from commit fe8e0fc)
  • Loading branch information
davidcassany committed May 8, 2024
1 parent 1fb2020 commit f210a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/micro-base-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN zypper --installroot /osimage in --no-recommends -y filesystem
RUN zypper --installroot /osimage in --no-recommends -y grub2 shim dracut iputils kernel-default systemd bash

#!ArchExclusiveLine: x86_64
RUN if [ `uname -m` = "x86_64" ]; then zypper --installroot /osimage in --no-recommends -y syslinux grub2-i386-pc grub2-x86_64-efi; fi
RUN if [ `uname -m` = "x86_64" ]; then zypper --installroot /osimage in --no-recommends -y grub2-i386-pc grub2-x86_64-efi; fi

# make dracut happy
RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager-branding-SLE NetworkManager device-mapper iproute2 tar curl ca-certificates ca-certificates-mozilla
Expand Down

0 comments on commit f210a4a

Please sign in to comment.