Add make and gcc back to forcecd1, to allow building out of tree kernel wifi modules.

I removed this and more earlier while cleaning out undocuented cruft. (I
have not added back module-assistant so far, since it needs build-essential
which would pull in additional dependencies.)
This commit is contained in:
Joey Hess 2013-09-04 16:39:32 -04:00
parent 86e670195c
commit 46f91f861d
2 changed files with 17 additions and 0 deletions

8
debian/changelog vendored
View File

@ -16,6 +16,14 @@ debian-cd (3.1.14) UNRELEASED; urgency=low
* Build without isolinux/desktop. Closes: #706150
* Don't assume loadlin.exe exists. Closes: #706156
[ Joey Hess ]
* Add make and gcc back to forcecd1, to allow building out of tree
kernel wifi modules. I removed this and more earlier while cleaning
out undocuented cruft.
(I have not added back module-assistant so far,
since it needs build-essential which would pull in additional
dependencies.)
-- Steve McIntyre <93sam@debian.org> Mon, 06 May 2013 23:26:18 +0100
debian-cd (3.1.13) unstable; urgency=medium

View File

@ -16,3 +16,12 @@ apt-offline
/* #231583: Make life easier for Australian ISP users */
bpalogin
/* Enough toolchain to build kernel modules. This plus the kernel
* headers (which are also included on CDs) is enough to be able to build
* out of kernel tree wifi drivers, for example. The user may need to
* sneakernet over the source tree; should not need to sneakernet the
* toolchain.
* (Could be omitted from smaller images if necessary. */
make
gcc