This file is indexed.

/usr/share/debian-cd/tasks/wheezy/forcd1 is in debian-cd 3.1.17.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Packages that belong on the first CD (but not the netinst or
 * businesscard), despite not being directly installed by debootstrap,
 * or d-i, or tasksel.
 */

/* hysterical raisins, but too small to remove */
openssh-client
/* could be used by debconf in certain configurations */
libterm-readline-gnu-perl
/* Accessibility stuff that is installed by base-installer
 * in certain situations, but too large for the netinst. */
brltty
speakup
/* See rationale in #630805 */
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