mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
fix(Containerfile): Correct regex when installing fsync kernel
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
This commit is contained in:
parent
7050ee96c0
commit
b24e44be7e
@ -57,12 +57,12 @@ RUN rpm-ostree cliwrap install-to-root / && \
|
||||
echo "Will install ${KERNEL_FLAVOR} kernel" && \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
/tmp/fsync-rpms/kernel-(\d+\.\d+\.\d+)*.rpm \
|
||||
/tmp/fsync-rpms/kernel-core-(\d+\.\d+\.\d+)*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-(\d+\.\d+\.\d+)*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-core-(\d+\.\d+\.\d+)*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-extra-(\d+\.\d+\.\d+)*rpm \
|
||||
/tmp/fsync-rpms/kernel-uki-virt-(\d+\.\d+\.\d+)*.rpm \
|
||||
/tmp/fsync-rpms/kernel-6*.rpm \
|
||||
/tmp/fsync-rpms/kernel-core-*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-core-*.rpm \
|
||||
/tmp/fsync-rpms/kernel-modules-extra-*.rpm \
|
||||
/tmp/fsync-rpms/kernel-uki-virt-*.rpm \
|
||||
; else \
|
||||
echo "will use kernel from ${KERNEL_FLAVOR} images" \
|
||||
; fi && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user