- Added squashfs-tools
Some checks failed
Close stale issues and PRs / stale (push) Failing after 18s
Lock old issues / action (push) Failing after 18s

- Moved to kernel-image-6.12 kernel-modules-drm-6.12
This commit is contained in:
Alexey Kostarev 2024-11-20 21:43:18 +05:00
parent 3c749ce42a
commit fa7e202079

View File

@ -7,10 +7,12 @@ FROM registry.altlinux.org/alt/base:sisyphus AS install-packges
ARG SOURCE_DATE_EPOCH
ENV SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH}
RUN <<END
set -x
apt-get update
apt-get install apt-repo -y
apt-repo add 358957
apt-get update
apt-repo
apt-get install -y \
ca-certificates \
cryptsetup \
@ -26,9 +28,10 @@ RUN <<END
util-linux \
kmod \
make-initrd \
kernel-image-6.10 kernel-modules-drm-6.10 \
kernel-image-6.12 kernel-modules-drm-6.12 \
systemd-boot-efi grub-efi grub-pc \
talos-installer talosctl
talos-installer talosctl \
squashfs-tools
rm -f /var/cache/apt/archives/*.rpm \
/var/cache/apt/*.bin \
/var/lib/apt/lists/*.*
@ -149,7 +152,7 @@ RUN <<END
initrd-put -v /rootfs \
/usr/sbin/lvm \
/usr/sbin/lvchange \
/usr/sbin/lvconvert \
/usr/sbin/lvconvert \squash
/usr/sbin/lvcreate \
/usr/sbin/lvdisplay \
/usr/sbin/lvextend \