Install zstd before kernel/zfs so that i can be used instead of gzip.

This commit is contained in:
Maciej Prill 2023-06-12 15:48:57 +02:00
parent c58df53b97
commit 163bf51a4c

View File

@ -19,7 +19,7 @@ FIRMWARES2="firmware-bnx2 firmware-bnx2x firmware-cavium \
firmware-realtek"
chroot ${TARGET} mount -t proc proc /proc
chroot ${TARGET} apt-get $APT_PARAM --yes install busybox-static > $STDOUT
chroot ${TARGET} apt-get $APT_PARAM --yes install busybox-static zstd > $STDOUT
chroot ${TARGET} apt-get $APT_PARAM --yes install -t ${KERNEL_REPO} linux-image-${KERNEL_VERSION} linux-headers-${KERNEL_VERSION} > $STDOUT
chroot ${TARGET} apt-get $APT_PARAM --yes install -t ${KERNEL_REPO} zfs-dkms > $STDOUT
chroot ${TARGET} apt-get $APT_PARAM --yes install ${FIRMWARES1} > $STDOUT