tools/generate_di+k_list: Add zstd alongside initramfs-tools and busybox.
It's now getting installed by base-installer (starting with 1.212).
This commit is contained in:
parent
5e2ad85ee7
commit
b23ca3c198
|
@ -8,6 +8,11 @@ debian-cd (3.2.1) UNRELEASED; urgency=medium
|
|||
/tools directory from the mirror, as that's all that's left there
|
||||
now.
|
||||
|
||||
[ Cyril Brulebois ]
|
||||
* tools/generate_di+k_list: Add zstd alongside initramfs-tools and
|
||||
busybox, since it's now getting installed by base-installer (starting
|
||||
with 1.212).
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sun, 12 Mar 2023 18:43:21 +0000
|
||||
|
||||
debian-cd (3.2.0) unstable; urgency=medium
|
||||
|
|
|
@ -121,6 +121,7 @@ ca-certificates
|
|||
iucode-tool
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
grub-pc
|
||||
grub-efi
|
||||
grub-efi-ia32
|
||||
|
@ -157,6 +158,7 @@ linux-headers-686-pae
|
|||
iucode-tool
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
grub-pc
|
||||
grub-efi
|
||||
grub-efi-amd64
|
||||
|
@ -174,6 +176,7 @@ linux-headers-amd64
|
|||
#ifdef ARCH_ia64
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
grub-efi
|
||||
grub-efi-ia64
|
||||
grub-efi-ia64-bin
|
||||
|
@ -212,6 +215,7 @@ linux-image-sb1a-bcm91480b
|
|||
#ifdef ARCH_armel
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
slugimage
|
||||
flash-kernel
|
||||
nslu2-utils
|
||||
|
@ -227,6 +231,7 @@ linux-image-versatile
|
|||
#ifdef ARCH_armhf
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
flash-kernel
|
||||
linux-image-armmp
|
||||
linux-image-armmp-lpae
|
||||
|
@ -238,6 +243,7 @@ grub-efi-arm-bin
|
|||
#ifdef ARCH_arm64
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
flash-kernel
|
||||
linux-image-arm64
|
||||
grub-efi
|
||||
|
@ -251,6 +257,7 @@ shim-signed
|
|||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
zstd
|
||||
libc6-sparcv9b
|
||||
libc6-sparcv9
|
||||
linux-image-sparc32
|
||||
|
@ -263,6 +270,7 @@ linux-image-sparc64-smp
|
|||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
zstd
|
||||
linux-image-sparc64
|
||||
linux-image-sparc64-smp
|
||||
#endif
|
||||
|
@ -270,6 +278,7 @@ linux-image-sparc64-smp
|
|||
#ifdef ARCH_m68k
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
linux-image-m68k
|
||||
#endif
|
||||
|
||||
|
@ -277,6 +286,7 @@ linux-image-m68k
|
|||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
zstd
|
||||
laptop-detect
|
||||
quik
|
||||
powerpc-utils
|
||||
|
@ -292,6 +302,7 @@ linux-image-prep
|
|||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
zstd
|
||||
hfsutils
|
||||
powerpc-utils
|
||||
powerpc-ibm-utils
|
||||
|
@ -302,6 +313,7 @@ linux-image-powerpc64
|
|||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
zstd
|
||||
powerpc-utils
|
||||
powerpc-ibm-utils
|
||||
linux-image-powerpc64le
|
||||
|
@ -310,6 +322,7 @@ linux-image-powerpc64le
|
|||
#ifdef ARCH_alpha
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
aboot
|
||||
linux-image-alpha-generic
|
||||
linux-image-alpha-smp
|
||||
|
@ -318,6 +331,7 @@ linux-image-alpha-smp
|
|||
#ifdef ARCH_hppa
|
||||
initramfs-tools
|
||||
busybox
|
||||
zstd
|
||||
palo
|
||||
linux-image-parisc
|
||||
linux-image-parisc64-smp
|
||||
|
|
Loading…
Reference in New Issue