Skip to content

Commit b5b9708

Browse files
committed
Don't clear out /boot and see what happens
1 parent 0ad31f1 commit b5b9708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-standalone/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FROM ghcr.io/ultramarine-linux/ultramarine:41
3838
RUN --mount=type=cache,target=/var/cache \
3939
dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip 'dnf-command(config-manager)' grub2-common grub2-pc grub2-efi-x64
4040
# COPY --from=builder /target-rootfs/ /
41-
RUN rm -rf /boot/*
41+
# RUN rm -rf /boot/*
4242
RUN mkdir -p /sysroot/ostree
4343
RUN ln -srvf /sysroot/ostree /ostree
4444
# RUN ostree init --repo /sysroot/ostree/repo --mode bare

0 commit comments

Comments
 (0)