Skip to content

Commit

Permalink
need kernel package name for surface
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 26, 2025
1 parent 13a4553 commit ec7658c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
/tmp/build-kmod-wl.sh && \
/tmp/build-kmod-xpadneo.sh && \
/tmp/build-kmod-xone.sh && \
/tmp/dual-sign.sh

RUN /tmp/build-post.sh
/tmp/dual-sign.sh && \
/tmp/build-post.sh

FROM scratch

Expand Down
5 changes: 2 additions & 3 deletions Containerfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
/tmp/build-kmod-ryzen-smu.sh && \
/tmp/build-kmod-vhba.sh && \
/tmp/build-kmod-VirtualBox.sh && \
/tmp/dual-sign.sh

RUN /tmp/build-post.sh
/tmp/dual-sign.sh && \
/tmp/build-post.sh

FROM scratch

Expand Down
5 changes: 2 additions & 3 deletions Containerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
export KERNEL_NAME="kernel-surface" \
; fi && \
/tmp/build-kmod-nvidia.sh kernel && \
/tmp/dual-sign.sh

RUN /tmp/build-post.sh
/tmp/dual-sign.sh && \
/tmp/build-post.sh

FROM scratch

Expand Down
5 changes: 2 additions & 3 deletions Containerfile.nvidia-open
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
export KERNEL_NAME="kernel-surface" \
; fi && \
/tmp/build-kmod-nvidia.sh kernel-open && \
/tmp/dual-sign.sh

RUN /tmp/build-post.sh
/tmp/dual-sign.sh && \
/tmp/build-post.sh

FROM scratch

Expand Down
5 changes: 2 additions & 3 deletions Containerfile.zfs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
export KERNEL_NAME="kernel-surface" \
; fi && \
/tmp/build-kmod-zfs.sh && \
/tmp/dual-sign-zfs.sh

RUN /tmp/build-post.sh
/tmp/dual-sign-zfs.sh && \
/tmp/build-post.sh

FROM scratch

Expand Down

0 comments on commit ec7658c

Please sign in to comment.