Skip to content

Commit c480151

Browse files
mirabilosmirabilos
authored andcommitted
kernel/initrd setup almost-needs zstd these days
it exists back to stretch so we’re good defaulting it (it’s also in Recommends which we ignore this early tho)
1 parent 33a7741 commit c480151

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

posix/sysadmin/deb2di.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
2+
# -*- mode: sh -*-
23
#-
3-
# Copyright © 2020, 2021, 2023
4-
# mirabilos <m@mirbsd.org>
4+
# Copyright © 2020, 2021, 2023, 2025
5+
# mirabilos <m$(date +%Y)@mirbsd.de>
56
# Copyright © 2019, 2020, 2022, 2023
67
# mirabilos <[email protected]>
78
#
@@ -540,7 +541,7 @@ esac
540541
"s/@/$(dpkg --print-architecture)/g") ;;
541542
esac
542543
eatmydata apt-get --purge -y install --no-install-recommends \
543-
busybox firmware-linux-free $kpkg
544+
busybox firmware-linux-free $kpkg zstd
544545
rm -f /var/cache/apt/archives/*.deb # save temp space
545546
: remaining user configuration may error out intermittently
546547
set +e

0 commit comments

Comments
 (0)