Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit f2cae5d

Browse files
committed
fix: need sysroot
Signed-off-by: Tulip Blossom <tulilirockz@posteo.com>
1 parent 1868e26 commit f2cae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN sh -c 'export KERNEL_VERSION="$(basename "$(find /usr/lib/modules -maxdepth
4545
dracut --force --no-hostonly --reproducible --zstd --verbose --kver "$KERNEL_VERSION" "/usr/lib/modules/$KERNEL_VERSION/initramfs.img"'
4646

4747
RUN rm -rf /var /boot /home /root /usr/local /srv && \
48-
mkdir -p /var /boot && \
48+
mkdir -p /var /boot /sysroot && \
4949
ln -s /var/home /home && \
5050
ln -s /var/roothome /root && \
5151
ln -s /var/srv /srv && \

0 commit comments

Comments
 (0)