* Don't exclude all the udebs for s390. Some users really do need them
(loading from a CD/DVD used over the network). Closes: Bug #673576 * Explicitly add s390-tools and sysconfig-hardware for s390.
This commit is contained in:
parent
916765f1a1
commit
b240a996d9
|
@ -1,3 +0,0 @@
|
||||||
# S/390 does not support loading udebs off the CD image,
|
|
||||||
# so we can exclude all udebs from it
|
|
||||||
*
|
|
|
@ -1,3 +0,0 @@
|
||||||
# S/390 does not support loading udebs off the CD image,
|
|
||||||
# so we can exclude all udebs from it
|
|
||||||
*
|
|
|
@ -1,3 +0,0 @@
|
||||||
# S/390 does not support loading udebs off the CD image,
|
|
||||||
# so we can exclude all udebs from it
|
|
||||||
*
|
|
|
@ -55,6 +55,9 @@ debian-cd (3.1.6) UNRELEASED-backport; urgency=low
|
||||||
directory.
|
directory.
|
||||||
* Describe discs appropriately depending on the kernel used.
|
* Describe discs appropriately depending on the kernel used.
|
||||||
Closes: #673975
|
Closes: #673975
|
||||||
|
* Don't exclude all the udebs for s390. Some users really do need them
|
||||||
|
(loading from a CD/DVD used over the network). Closes: Bug #673576
|
||||||
|
* Explicitly add s390-tools and sysconfig-hardware for s390.
|
||||||
|
|
||||||
-- Raphaël Hertzog <hertzog@debian.org> Fri, 04 Feb 2011 09:59:21 +0100
|
-- Raphaël Hertzog <hertzog@debian.org> Fri, 04 Feb 2011 09:59:21 +0100
|
||||||
|
|
||||||
|
|
|
@ -303,4 +303,8 @@ grub-pc
|
||||||
libc0.1-i686
|
libc0.1-i686
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(ARCH_s390) || defined(ARCH_s390x)
|
||||||
|
s390-tools
|
||||||
|
sysconfig-hardware
|
||||||
|
#endif
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue