Install zstd before kernel/zfs so that i can be used instead of gzip.
This commit is contained in:
parent
c58df53b97
commit
163bf51a4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user