Merge ~mwhudson/debian-cd/+git/ubuntu:remove-non-us into ~ubuntu-cdimage/debian-cd/+git/ubuntu:main

Proposed by Steve Langasek
Status: Merged
Merged at revision: 77beed2fa53687ef45adb8140cd2dc3d6d527ed0
Proposed branch: ~mwhudson/debian-cd/+git/ubuntu:remove-non-us
Merge into: ~ubuntu-cdimage/debian-cd/+git/ubuntu:main
Diff against target: 81889 lines (+24/-236)
13 files modified
CONF.sh (+0/-4)
Makefile (+3/-13)
README (+1/-4)
dev/null (+0/-6)
tools/add_dirs (+0/-37)
tools/add_packages (+0/-1)
tools/add_secured (+2/-64)
tools/fast_sums (+11/-12)
tools/list2cds (+1/-10)
tools/list2src (+0/-7)
tools/pi-makelist (+0/-9)
tools/scansources (+0/-63)
tools/sorting_weights (+6/-6)
Reviewer Review Type Date Requested Status
Steve Langasek Needs Fixing
Review via email: mp+455180@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

this does remove only most references, should we remove all?

Revision history for this message
Steve Langasek (vorlon) wrote :

Seems to have missed removal of data/sarge

also, comments inline

review: Needs Fixing
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

> this does remove only most references, should we remove all?

Most of the remaining ones are in tasks/ which I think we can just delete entirely. But I'm not sure yet.

> Seems to have missed removal of data/sarge

Fixed.

> also, comments inline

Not yet read!

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

OK I hacked out some more things. Not sure how to test this -- I guess it should be easier to run this all locally now...

Revision history for this message
Steve Langasek (vorlon) wrote :

do we need an empty tasks directory so that tasks/auto can be created?

Revision history for this message
Steve Langasek (vorlon) wrote :

nope, we're ok there:
    def update_tasks(self, date):
        tasks_dir = self.tasks_output_dir(self.config.project)
        previous_tasks_dir = "%s-previous" % tasks_dir
        debian_cd_tasks_dir = os.path.join(
            self.config.root, "debian-cd", "tasks", "auto",
            self.config.image_type, self.config.project,
            self.config.full_series)
[...]
        osextras.mkemptydir(debian_cd_tasks_dir)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/CONF.sh b/CONF.sh
index e12c97f..01751f5 100644
--- a/CONF.sh
+++ b/CONF.sh
@@ -3,7 +3,6 @@
3#3#
44
5# Unset all optional variables first to start from a clean state5# Unset all optional variables first to start from a clean state
6unset NONUS || true
7unset NONFREE || true6unset NONFREE || true
8unset CONTRIB || true7unset CONTRIB || true
9unset EXTRANONFREE || true8unset EXTRANONFREE || true
@@ -150,9 +149,6 @@ export FULLARCH=$ARCH${SUBARCH:++$SUBARCH}
150# Paths to the mirrors149# Paths to the mirrors
151export MIRROR=${MIRROR:-$CDIMAGE_ROOT/ftp}150export MIRROR=${MIRROR:-$CDIMAGE_ROOT/ftp}
152151
153# Comment the following line if you don't have/want non-US
154#export NONUS=/ftp/debian-non-US
155
156# Path of the temporary directory152# Path of the temporary directory
157export TDIR=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/tmp153export TDIR=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/tmp
158154
diff --git a/Makefile b/Makefile
index c597185..3805b4c 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,6 @@ scanpackages=$(BASEDIR)/tools/scanpackages
145scansources=$(BASEDIR)/tools/scansources145scansources=$(BASEDIR)/tools/scansources
146add_files=$(BASEDIR)/tools/add_files146add_files=$(BASEDIR)/tools/add_files
147set_mkisofs_opts=$(BASEDIR)/tools/set_mkisofs_opts147set_mkisofs_opts=$(BASEDIR)/tools/set_mkisofs_opts
148strip_nonus_bin=$(BASEDIR)/tools/strip-nonUS-bin
149add_secured=$(BASEDIR)/tools/add_secured148add_secured=$(BASEDIR)/tools/add_secured
150md5sum=/usr/bin/md5sum149md5sum=/usr/bin/md5sum
151sha1sum=/usr/bin/sha1sum150sha1sum=/usr/bin/sha1sum
@@ -327,13 +326,11 @@ $(ADIR):
327clean: ok bin-clean src-clean326clean: ok bin-clean src-clean
328bin-clean:327bin-clean:
329 $(Q)rm -rf $(BDIR)/CD[1234567890]*328 $(Q)rm -rf $(BDIR)/CD[1234567890]*
330 $(Q)rm -rf $(BDIR)/*_NONUS
331 $(Q)rm -f $(BDIR)/*.filelist*329 $(Q)rm -f $(BDIR)/*.filelist*
332 $(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \330 $(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \
333 $(BDIR)/upgrade-stamp $(BDIR)/secured-stamp $(BDIR)/md5-check331 $(BDIR)/upgrade-stamp $(BDIR)/secured-stamp $(BDIR)/md5-check
334src-clean:332src-clean:
335 $(Q)rm -rf $(SDIR)/CD[1234567890]*333 $(Q)rm -rf $(SDIR)/CD[1234567890]*
336 $(Q)rm -rf $(SDIR)/*_NONUS
337 $(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp $(SDIR)/md5-check334 $(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp $(SDIR)/md5-check
338335
339# Completely cleans the current arch tree336# Completely cleans the current arch tree
@@ -525,7 +522,7 @@ $(BDIR)/CD1/.disk/info:
525 for i in $(BDIR)/*.packages; do \522 for i in $(BDIR)/*.packages; do \
526 num=$${i%%.packages}; num=$${num##$(BDIR)/}; \523 num=$${i%%.packages}; num=$${num##$(BDIR)/}; \
527 dir=$(BDIR)/CD$$num; \524 dir=$(BDIR)/CD$$num; \
528 echo -n $(BINDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \525 echo -n $(BINDISKINFO) > $$dir/.disk/info; \
529 echo -n $(BINVOLID) > $(BDIR)/$${num}.volid; \526 echo -n $(BINVOLID) > $(BDIR)/$${num}.volid; \
530 $(set_mkisofs_opts) bin $$num > $(BDIR)/$${num}.mkisofs_opts; \527 $(set_mkisofs_opts) bin $$num > $(BDIR)/$${num}.mkisofs_opts; \
531 done528 done
@@ -538,7 +535,7 @@ $(SDIR)/CD1/.disk/info:
538 for i in $(SDIR)/*.sources; do \535 for i in $(SDIR)/*.sources; do \
539 num=$${i%%.sources}; num=$${num##$(SDIR)/}; \536 num=$${i%%.sources}; num=$${num##$(SDIR)/}; \
540 dir=$(SDIR)/CD$$num; \537 dir=$(SDIR)/CD$$num; \
541 echo -n $(SRCDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \538 echo -n $(SRCDISKINFO) > $$dir/.disk/info; \
542 echo -n $(SRCVOLID) > $(SDIR)/$${num}.volid; \539 echo -n $(SRCVOLID) > $(SDIR)/$${num}.volid; \
543 $(set_mkisofs_opts) src $$num > $(SDIR)/$${num}.mkisofs_opts; \540 $(set_mkisofs_opts) src $$num > $(SDIR)/$${num}.mkisofs_opts; \
544 done541 done
@@ -606,7 +603,7 @@ $(SDIR)/sources-stamp:
606 dir=$(SDIR)/CD$$n; \603 dir=$(SDIR)/CD$$n; \
607 echo -n "$$n ... "; \604 echo -n "$$n ... "; \
608 echo -n "main ... "; \605 echo -n "main ... "; \
609 grep -vE "(non-US/|/local/)" $$i > $$i.main || true ; \606 grep -vE "/local/" $$i > $$i.main || true ; \
610 if [ -s $$i.main ] ; then \607 if [ -s $$i.main ] ; then \
611 cat $$i.main | xargs $(add_files) $$dir $(MIRROR); \608 cat $$i.main | xargs $(add_files) $$dir $(MIRROR); \
612 fi ; \609 fi ; \
@@ -623,13 +620,6 @@ $(SDIR)/sources-stamp:
623 fi; \620 fi; \
624 fi; \621 fi; \
625 fi; \622 fi; \
626 if [ -n "$(NONUS)" ]; then \
627 echo -n "non-US ... "; \
628 grep "non-US/" $$i > $$i.nonus || true ; \
629 if [ -s $$i.nonus ] ; then \
630 cat $$i.nonus | xargs $(add_files) $$dir $(NONUS); \
631 fi; \
632 fi; \
633 $(scansources) $$dir; \623 $(scansources) $$dir; \
634 echo "done."; \624 echo "done."; \
635 done625 done
diff --git a/README b/README
index 79d0282..fca2806 100644
--- a/README
+++ b/README
@@ -114,8 +114,7 @@ The process of building a CD is composed of the following steps:
114114
115 $ export NONFREE=1; make list TASK=tasks/your-task-here COMPLETE=1115 $ export NONFREE=1; make list TASK=tasks/your-task-here COMPLETE=1
116116
117 or for something like an official image for the USA (without non-US &117 or for something like an official image (without non-free) :
118 non-free) :
119118
120 $ make list COMPLETE=1 SIZELIMIT1=576716800119 $ make list COMPLETE=1 SIZELIMIT1=576716800
121120
@@ -123,8 +122,6 @@ The process of building a CD is composed of the following steps:
123 122
124 You can change the behaviour of this command with the following123 You can change the behaviour of this command with the following
125 variables:124 variables:
126 - if NONUS is set, then packages from non-US will be allowed (the value
127 of NONUS must be the path to the non-US mirror if you have one)
128 - if NONFREE is set, then packages from non-free will be allowed125 - if NONFREE is set, then packages from non-free will be allowed
129 (NONFREE must be exported to all sub-shells)126 (NONFREE must be exported to all sub-shells)
130 - if EXTRANONFREE is set, then non-free packages will be included127 - if EXTRANONFREE is set, then non-free packages will be included
diff --git a/data/cts_amiga_info.tar.gz b/data/cts_amiga_info.tar.gz
131deleted file mode 100644128deleted file mode 100644
index 0e17cc3..0000000
132Binary files a/data/cts_amiga_info.tar.gz and /dev/null differ129Binary files a/data/cts_amiga_info.tar.gz and /dev/null differ
diff --git a/data/etch/README.html.in b/data/etch/README.html.in
133deleted file mode 100644130deleted file mode 100644
index f587ec4..0000000
--- a/data/etch/README.html.in
+++ /dev/null
@@ -1,693 +0,0 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html lang="en">
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Debian GNU/Linux -- The Universal Operating System</title>
6 <meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
7 <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
8 <meta name="Language" content="English">
9 <meta name="Author" content="J.A. Bezemer, debian-boot@lists.debian.org">
10 <link rev="made" href="mailto:debian-boot@lists.debian.org">
11</head>
12<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
13
14 <!-- The HTML and TEXT file are NOT the actual source code. -->
15 <!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
16#if 0
17 If you read THIS, you're viewing the actual source file ;-)
18#endif
19
20#undef i386
21#undef amd64
22#undef alpha
23#undef powerpc
24#undef ppc
25#undef sparc
26#undef ultrasparc
27#undef m68k
28#undef arm
29#undef binary
30#undef bin
31#undef source
32#undef src
33
34#if OUTPUTtext
35#define href nothing
36#endif
37
38#include <README.diskdefines>
39
40
41#if OUTPUThtml
42<div align=right>
43(<a href="README.txt">Text version</a>)
44</div>
45<table border="0" cellpadding="3" cellspacing="0" align="center" summary="">
46<tr>
47<td>
48<img src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt="" width="50" height="61">
49<img src="pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian" width="179" height="61">
50</td>
51</tr>
52</table>
53#endif
54#if OUTPUTtext
55<div align=right>
56(HTML version in README.html)
57</div>
58#endif
59
60
61<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
62 width="100%" summary="">
63<tr>
64<td valign="top">
65<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
66 vspace="0" alt="" width="15" height="16">
67</td>
68<td rowspan="2" align="center">
69
70 <table align="center" border="0" cellpadding="2" cellspacing="0">
71 <tr><td bgcolor="#000084">
72 <div align="center"><font color="#FFFFFF" face="helvetica,arial"><B>&nbsp;&nbsp;
73#if 0
74 Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
75#endif
76 DISKNAME CD
77 &nbsp;&nbsp;</B></font></div>
78 </td></tr>
79 </table>
80
81</td>
82<td valign="top">
83<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
84 vspace="0" alt="" width="16" height="16">
85</td>
86</tr>
87<tr>
88<td valign="bottom">
89<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
90 vspace="0" alt="" width="16" height="16">
91</td>
92<td valign="bottom">
93<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
94vspace="0" alt="" width="15" height="16">
95</td>
96</tr>
97</table>
98
99<table border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
100<tr>
101 <td></td>
102</tr>
103</table>
104
105
106<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
107<tr>
108 <td colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
109 <img src="pics/blue-upperleft.png" align="left" border="0"
110 hspace="0" vspace="0" alt="" width="16" height="16">
111 <img src="pics/blue-upperright.png" align="right" border="0"
112 hspace="0" vspace="0" alt="" width="16" height="16">
113 </td>
114</tr>
115<tr>
116 <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
117
118 <td valign="TOP" bgcolor="#BBDDFF">
119
120<font face="Arial,Helvetica">
121
122#if OUTPUThtml
123<P><B><A href="http://www.debian.org/">Debian home&nbsp;page</A></B></P>
124#endif
125
126&nbsp;<br>
127<P>
128
129#if OUTPUTtext
130&nbsp;<br>
131CONTENTS:
132<br>
133&nbsp;<br>
134<UL>
135#endif
136
137#if OUTPUTtext
138<LI>
139#endif
140
141<A href="#intro">Intro</A>
142<P>
143
144#if OUTPUTtext
145</LI><LI>
146#endif
147
148<A href="#thiscd">About This CD</A>
149<P>
150
151#if OUTPUTtext
152</LI><LI>
153#endif
154
155<A href="#install">Installing</A>
156<P>
157
158#if OUTPUTtext
159</LI><LI>
160#endif
161
162#ifndef UNOFFEXTRAS
163<A href="#lastmin">Last-Minute Notes</A>
164<P>
165
166#if OUTPUTtext
167</LI><LI>
168#endif
169#endif
170
171#if TYPEbinary
172 <A href="#apt">Using CDs with apt</A>
173 <P>
174
175#if OUTPUTtext
176 </LI><LI>
177#endif
178#endif
179
180#ifndef UNOFFEXTRAS
181<A href="#cdmanuf">CD Manufacturers</A>
182<P>
183
184#if OUTPUTtext
185</LI><LI>
186#endif
187#endif
188
189<A href="#other">More Information</A>
190
191<P>
192
193#if OUTPUThtml
194&nbsp;<P>
195<A href=".">Browse this CD-ROM</A></P>
196<P>
197<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
198</P>
199#endif
200
201
202</font>
203
204#if OUTPUTtext
205</LI>
206</UL>
207#endif
208
209
210 </td>
211 <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
212 <td>&nbsp;&nbsp;</td>
213
214 <td valign="TOP" width="80%">
215
216<div align="center">
217<big><big><B><I>
218Welcome to the exciting world of
219</I></B></big></big>
220<br>
221<big><big><big><B><I>
222Debian GNU/Linux!
223</I></B></big></big></big>
224</div>
225
226<P><H2><A name="intro">
227Intro
228#if OUTPUTtext
229<br>
230=====
231#endif
232</H2>
233</a>
234<p>
235This is one of the CD-ROMs of the
236<a href="http://www.debian.org/">Debian GNU/Linux</a>
237distribution. Debian is a
238very extensive collection of software. But it is more. It is a complete
239Operating System (OS) for your computer. And it is
240<A href="http://www.debian.org/intro/free">free</A>
241(as in &quot;freedom&quot;).
242<P>
243An operating system is the set of basic programs
244and utilities that make your computer run. At the core of an operating
245system is the kernel. The kernel is the most fundamental program on the
246computer, which does all the basic housekeeping and lets you start other
247programs.
248Debian is kernel independent. It currently uses the
249<A href="http://www.linux.org/">Linux</A> kernel but work is
250in progress to provide Debian for other kernels, using
251<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
252Most of the basic operating system tools
253come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
254GNU/Linux.
255<P>
256
257Debian is available for various kinds of computers
258(&quot;architectures&quot;), like
259&quot;IBM-compatible&quot; PCs (<i>i386</i>),
260Compaq's <i>Alpha</i>,
261Motorola's 680x0 (<i>m68k</i>),
262Sun's <i>Sparc</i>,
263Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
264Check the <A href="http://www.debian.org/ports">ports</A> page
265#if OUTPUTtext
266(http://www.debian.org/ports)
267#endif
268for more information.
269<P>
270
271#if OUTPUTtext
272Read more at <P>
273&nbsp; http://www.debian.org/intro/about
274#endif
275#if OUTPUThtml
276<A href="http://www.debian.org/intro/about">Read more...</A>
277#endif
278
279#if OUTPUTtext
280<P>&nbsp;<P><H2><A name="thiscd">
281#endif
282#if OUTPUThtml
283<P><HR><P><H2><A name="thiscd">
284#endif
285About This CD
286#if OUTPUTtext
287<br>
288=============
289#endif
290</H2>
291</a>
292<p>
293This CD-ROM is labeled
294<P>
295<tt>&nbsp;
296 DISKNAME
297</tt>
298<P>
299#ifndef UNOFFEXTRAS
300which means that this CD is number DISKNUM of TOTALNUM CDs containing
301#if TYPEbinary
302programs ("binaries") for `ARCH' computers.
303<P>
304The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
305contains the most popular programs and the installation tools; it is possible
306to install and run Debian with only the Binary-1 CD. The other CDs, up to
307Binary-TOTALNUM, contain mostly special-interest programs.
308<p>
309#if OMIT_RELEASE_NOTES
310The Release Notes for "etch" are available on the <A
311href="http://www.debian.org/releases/etch/releasenotes">Debian web
312site</A>.
313#else
314#if DISKNUM == 1
315The Release Notes for Debian GNU/Linux "etch" are included on this CD
316in <A href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
317several languages. Additional translations and updated versions for
318the Release Notes may be available from the <A
319href="http://www.debian.org/releases/etch/releasenotes">Debian web
320site</A>.
321else
322See the first CD in this set for the "etch" Release Notes.
323#endif
324#endif
325#endif
326#if TYPEsource
327the source code of programs in the Debian OS.
328<P>
329The source packages on the Source CDs are ordered by popularity, like
330the programs on the Binary CDs. This means that the source code of the
331programs on the Binary-DISKNUM CD can most likely be found on this CD
332(though there may be some variation due to size issues).
333#endif
334#else
335#include <unoffextrascd.html.in>
336#endif
337
338
339#if OUTPUTtext
340<P>&nbsp;<P><H2><A name="install">
341#endif
342#if OUTPUThtml
343<P><HR><P><H2><A name="install">
344#endif
345Installing
346#if OUTPUTtext
347<br>
348==========
349#endif
350</H2>
351</a>
352<p>
353#if TYPEbinary
354
355 Because Debian is a complete Operating System, the installation procedure
356 may seem a bit unusual. You can install Debian GNU/Linux either
357 <i>alongside</i> your current OS, or as the <i>only</i> OS on your computer.
358#if OMIT_MANUAL
359 <P>
360 An <b>Installation Guide</b> for this CD is available from
361 <A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
362#else
363 <P>
364 An <b>Installation Guide</b> is included on this CD at
365 <P>
366 <tt>&nbsp;
367 <A href="doc/install/manual/en/index.html">doc/install/manual/en/index.html</a> &nbsp;&nbsp;&nbsp; (English version)</tt>
368 <P>
369 Several translations of the Installation Guide are included on this CD in
370 the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
371 <br>
372 Note: additional translations, other formats (like PDF and TXT) and updated
373 versions for the Installation Guide are available from
374 <A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
375#endif
376 <P>
377 Programs and other files that are needed for the installation can be found on
378 this CD under
379 <P>
380 <tt>&nbsp;
381 <A href=%%""tools/%%"">/tools/</a>
382 </tt>
383 and
384 <tt>&nbsp;
385 <A href=%%""install/floppy/%%"">/install/floppy/</a>
386 </tt>
387
388#if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHpowerpc || ARCHsparc
389 <P>
390 For the impatient ones:
391#endif
392
393#if ARCHi386 || ARCHalpha || ARCHsparc
394 you can start the installation program easily by booting off this CD-ROM.
395 Note that not all (esp. older) systems support this.
396 <P>
397#endif
398
399#if ARCHi386 || ARCHamd64 || ARCHpowerpc
400#if ARCHi386
401 You can also
402#else
403 you can
404#endif
405 examine the
406 <P>
407 <tt>&nbsp;
408 <a href="install/">/install</a>
409 </tt>
410 <P>
411 directory; you might be able to start the installation system directly
412 from there.
413#endif
414
415#else
416 The installation tools of the Debian Operating System are located on the
417 Binary-1 CD.
418 See the README on that CD for more info.
419#endif
420
421#ifndef UNOFFEXTRAS
422#if OUTPUTtext
423<P>&nbsp;<P><H2><A name="lastmin">
424#endif
425#if OUTPUThtml
426<P><HR><P><H2><A name="lastmin">
427#endif
428Last-Minute Notes
429#if OUTPUTtext
430<br>
431=================
432#endif
433</H2>
434</a>
435<p>
436<UL>
437
438<LI>
439You should keep in mind that this is an unofficial CD of the current
440development version of the Debian system. This means that all sorts of
441bugs may be present anywhere in the system.
442
443<br>&nbsp;
444</LI>
445
446#if 0
447-------- This can't be an official image, so also no official notes.
448<LI>
449Last-minutes notes for this CD may be available on
450<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
451</LI>
452#endif
453
454</UL>
455#endif
456
457#if TYPEbinary
458#if OUTPUTtext
459 <P>&nbsp;<P><H2><A name="apt">
460#endif
461#if OUTPUThtml
462 <P><HR><P><H2><A name="apt">
463#endif
464 Using Apt
465#if OUTPUTtext
466 <br>
467 =============
468#endif
469 </H2>
470 </a>
471 <p>
472 After installing or upgrading, Debian's packaging system can use CD-ROMs,
473 local collections, or networked servers (FTP, HTTP) to automatically
474 install software from (<tt>.deb</tt> <i>packages</i>). This is done
475 preferably with the `apt' and `aptitude' programs.
476
477 <P>
478
479 You can install packages from the commandline using
480 <tt>apt-get</tt>. For example, if you want to install the packages
481 `commprog' and `maxgame', you can give the command
482 <P>
483 <tt>&nbsp;
484 apt-get install commprog maxgame
485 </tt>
486 <P>
487 Note that you don't have to enter the complete path, or the
488 `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
489 <P>
490 Or use aptitude for a full screen interactive selection of available
491 Debian packages.
492
493#endif
494
495
496#ifndef UNOFFEXTRAS
497#if OUTPUTtext
498<P>&nbsp;<P><H2><A name="cdmanuf">
499#endif
500#if OUTPUThtml
501<P><HR><P><H2><A name="cdmanuf">
502#endif
503CD Manufacturers
504#if OUTPUTtext
505<br>
506================
507#endif
508</H2>
509</a>
510<p>
511You are completely free to manufacture and re-distribute CD-ROMs of the
512Debian GNU/Linux Operating System, like this one. There is no charge from
513us (but of course donations are always welcome).
514
515<P>
516
517For all needed information and contact addresses, please refer to
518<P>
519<tt>&nbsp;
520 <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
521</tt>
522#endif
523
524#if OUTPUTtext
525<P>&nbsp;<P><H2><A name="other">
526#endif
527#if OUTPUThtml
528<P><HR><P><H2><A name="other">
529#endif
530More Information
531#if OUTPUTtext
532<br>
533================
534#endif
535</H2>
536</a>
537<p>
538#if DISKNUM1 && TYPEbinary
539
540There is much more information present on this CD. Besides the already
541mentioned installation and upgrading procedures, this is the most
542interesting: <P>
543
544<UL>
545<LI>
546
547#if OUTPUTtext
548/doc/FAQ
549 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
550#endif
551<A href="doc/FAQ/">Debian FAQ</a>
552
553</LI>
554<LI>
555
556#if OUTPUTtext
557/doc/constitution.txt
558 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
559#endif
560<A href="doc/constitution.txt">The Debian Constitution</a>
561
562</LI>
563<LI>
564
565#if OUTPUTtext
566/doc/debian-manifesto
567 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
568#endif
569<A href="doc/debian-manifesto">The Debian Manifesto</a>
570
571</LI>
572<LI>
573
574#if OUTPUTtext
575/doc/social-contract.txt
576 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
577#endif
578<A href="doc/social-contract.txt">Debian's Social Contract</a>
579
580</LI>
581<LI>
582
583#if OUTPUTtext
584/doc/bug-reporting.txt
585 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
586#endif
587<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
588
589</LI>
590</UL>
591
592#else
593
594The Binary-1 CD contains much more information about various aspects
595of the Debian Operating System and the Debian organization.
596 See the README on that CD for more info.
597
598#endif
599
600<P>
601Also on the Internet are many resources. To name a few:
602<P>
603
604<UL>
605<LI>
606
607#if OUTPUTtext
608http://www.debian.org
609 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
610#endif
611<A href="http://www.debian.org/">The Debian homepage</a>
612
613</LI>
614<LI>
615
616#if OUTPUTtext
617http://www.debian.org/doc
618 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
619#endif
620<A href="http://www.debian.org/doc/">Debian Documentation</a>
621
622</LI>
623<LI>
624
625#if OUTPUTtext
626http://www.debian.org/support
627 &nbsp;
628#endif
629<A href="http://www.debian.org/support">Debian User Support</a>
630
631</LI>
632<LI>
633
634#if OUTPUTtext
635http://www.tldp.org
636 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
637#endif
638<A href="http://www.tldp.org/">The Linux Documentation Project</a>
639
640</LI>
641<LI>
642
643#if OUTPUTtext
644http://www.linux.org
645 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
646#endif
647<A href="http://www.linux.org/">General Linux homepage</a>
648
649</LI>
650</UL>
651
652<P>
653
654<DIV align="center">
655
656#if OUTPUTtext
657&nbsp;<br>
658&nbsp;<br>
659#endif
660#if OUTPUThtml
661<HR>
662#endif
663
664<SMALL>See the Debian
665<A href="http://www.debian.org/contact">contact page</A>
666
667#if OUTPUTtext
668(http://www.debian.org/contact)
669#endif
670
671for information on contacting us.
672 </SMALL><P>
673<SMALL>
674
675Last Modified: Sat Mar 20 12:30:45 EST 2004
676
677<br></SMALL>
678</DIV>
679
680 </td>
681 </tr>
682 <tr>
683 <td colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
684 <img src="pics/blue-lowerleft.png" align="left" border="0"
685 hspace="0" vspace="0" alt="" width="17" height="16">
686 <img src="pics/blue-lowerright.png" align="right" border="0"
687 hspace="0" vspace="0" alt="" width="16" height="16">
688 </td>
689 </tr>
690 </table>
691
692</body>
693</html>
diff --git a/data/etch/README.sbm b/data/etch/README.sbm
694deleted file mode 1006440deleted file mode 100644
index 4087670..0000000
--- a/data/etch/README.sbm
+++ /dev/null
@@ -1,43 +0,0 @@
1About the Smart Boot Manager image
2----------------------------------
3
4 The file `sbm.bin' that is available in this directory may be useful
5 to you if you are not able to directly boot the first CD because your
6 BIOS may be too old and may not support ISOLINUX.
7
8 Then, instead of booting on the CD directly, you create a Smart Boot
9 Manager floppy image by using the sbm.bin disk image. You can create this
10 floppy with rawrite (under DOS) or with dd (under Linux). Now you can
11 boot on this floppy disk and it will detect your CDROM and let you boot
12 on it bypassing any BIOS limitation.
13
14What is SBM ?
15
16 Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent
17 Boot Manager - a program that is loaded by the bios before any
18 operating system and allows you to choose which operating system to
19 boot.
20
21 SBM is included in Debian in two ways, the package bmconf allows us to
22 install and configure an old version of SBM and sbm wich is the latest
23 version of SBM with an installer.
24
25What's the use of SBM on the CD then ?
26
27 SBM includes an IDE driver that allows us to boot the cds even on
28 machines with a BIOS that wouldn't support booting from CD, provided our
29 CDROM is an IDE one, that is, so you can make a SBM floppy and boot from
30 it and then tell it to boot from your CDROM.
31
32 Also, there are some cases where the BIOS would allow booting from the CD
33 but isolinux fails to boot from there, in this case you can either boot
34 using a CD other than the first, as the others don't use isolinux, or you
35 can make a SBM floppy and boot from this floppy and then tell SBM to boot
36 your CDROM.
37
38How do you make a SBM floppy ?
39
40 If you have SBM installed on a box you can run sbminst. Otherwise you can
41 put the sbm.bin floppy image that we provide with our cds onto a floppy
42 just like you would do with a rescue image.
43
diff --git a/data/etch/alpha_businesscard_udeb_include b/data/etch/alpha_businesscard_udeb_include
44deleted file mode 1006440deleted file mode 100644
index eea4461..0000000
--- a/data/etch/alpha_businesscard_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4fdisk-udeb
diff --git a/data/etch/alpha_netinst_udeb_include b/data/etch/alpha_netinst_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 70df4f6..0000000
--- a/data/etch/alpha_netinst_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3fdisk-udeb
diff --git a/data/etch/alpha_udeb_include b/data/etch/alpha_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 70df4f6..0000000
--- a/data/etch/alpha_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3fdisk-udeb
diff --git a/data/etch/amd64_businesscard_udeb_include b/data/etch/amd64_businesscard_udeb_include
4deleted file mode 1006440deleted file mode 100644
index c8849a9..0000000
--- a/data/etch/amd64_businesscard_udeb_include
+++ /dev/null
@@ -1,5 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4pcmcia-cs-udeb
5wireless-tools-udeb
diff --git a/data/etch/amd64_netinst_udeb_include b/data/etch/amd64_netinst_udeb_include
6deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/etch/amd64_netinst_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/etch/amd64_udeb_include b/data/etch/amd64_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/etch/amd64_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/etch/arm_businesscard_udeb_include b/data/etch/arm_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/arm_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/arm_netinst_udeb_include b/data/etch/arm_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/arm_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/arm_udeb_include b/data/etch/arm_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/arm_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/delo.conf b/data/etch/delo.conf
3deleted file mode 1006440deleted file mode 100644
index 81d29a9..0000000
--- a/data/etch/delo.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1# DECstations with R4000 CPU
2label=linux-kn04
3 append="initrd=/boot/initrd.gz ramdisk_size=8192"
4 image=/boot/vmlinux-r4k-kn04
5
6# DECstations with R4000 CPU, expert mode
7label=expert-kn04
8 append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
9 image=/boot/vmlinux-r4k-kn04
10
11# DECstations with R3000 CPU
12label=linux-kn02
13 append="initrd=/boot/initrd.gz ramdisk_size=8192"
14 image=/boot/vmlinux-r3k-kn02
15
16# DECstations with R3000 CPU, expert mode
17label=expert-kn02
18 append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
19 image=/boot/vmlinux-r3k-kn02
diff --git a/data/etch/exclude-udebs b/data/etch/exclude-udebs
20deleted file mode 1006440deleted file mode 100644
index 38fd04c..0000000
--- a/data/etch/exclude-udebs
+++ /dev/null
@@ -1,92 +0,0 @@
1# These udebs build the d-i cdrom initrd. As such, there is no reason
2# to keep another copy of them on the CD in udeb form.
3#
4# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
5kernel-image-*
6# build/pkg-lists/base in d-i cvs
7rootskel
8main-menu
9cdebconf-udeb
10udpkg
11anna
12di-utils-shell
13di-utils-reboot
14lowmemcheck
15# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
16# root+cd-drivers floppies)
17busybox-cvs-udeb
18rootskel-locale
19languagechooser
20countrychooser
21iso-3166-udeb
22hw-detect
23cdrom-detect
24cdrom-retriever
25load-cdrom
26cdrom-checker
27bogl-bterm-udeb
28di-utils-terminfo
29cdebconf-priority
30cdebconf-newt-udeb
31usb-discover
32preseed-common
33initrd-preseed
34file-preseed
35nano-udeb
36floppy-retriever
37libfribidi0-udeb
38# Already on the initrd, thanks to library reduction.
39libdebconfclient0-udeb
40# A reduced version is on the initrd. Nothing currently needs the full
41# version.
42slang1a-utf8-udeb
43# These udebs are only useful in building the boot floppy image.
44busybox-cvs-floppy-udeb
45di-utils-bootfloppy
46rootskel-bootfloppy
47# Until someone gets the gtk cdebconf frontend going, all this is not worth
48# including.
49cdebconf-gtk-udeb
50fontconfig-udeb
51libatk1.0-udeb
52libdirectfb-0.9-19-udeb
53libexpat1-udeb
54libfreetype6-udeb
55libglib2.0-udeb
56libgtk+2.0-directfb0-udeb
57libpango1.0-udeb
58libpng12-0-udeb
59ttf-freefont-udeb
60# This udeb is not in good shape and is largely supersceded by
61# cdebconf-newt-udeb
62cdebconf-slang-udeb
63# We're currently using busybox's own shell, and do not need this one.
64dash-udeb
65# These dhcp clients are not the currently preferred one.
66dhcp3-client-udeb
67pump-udeb
68# This package is only useful in the d-i-demo.
69di-utils-exit-installer
70# No need for these loaders.
71load-installer
72download-installer
73load-floppy
74# Only useful in the hd-media initrd.
75iso-scan
76load-iso
77# We're using busybox's modutils these days.
78modutils-basic
79modutils-full
80# Nothing currently depends on this, and it seems not useful on its own.
81reiserfsprogs-udeb
82# These are not really needed, the regular netcfg subsumes them.
83netcfg-static
84netcfg-dhcp
85# skolelinux stuff, not for the stock CDs
86debian-edu-install-udeb
87debian-edu-profile-udeb
88# If needed, will be on the initrd already.
89module-init-tools-udeb
90rescue-check
91# Not used yet. When it is, will go in the initrd.
92localechooser
diff --git a/data/etch/exclude-udebs-amd64 b/data/etch/exclude-udebs-amd64
93deleted file mode 1006440deleted file mode 100644
index 6312cc3..0000000
--- a/data/etch/exclude-udebs-amd64
+++ /dev/null
@@ -1,35 +0,0 @@
1# These udebs are in the d-i cdrom initrd and the hd-media initrd.
2# As such, there is no reason to keep another copy of them on the CD
3# in udeb form.
4isa-pnp-modules-*
5socket-modules-*
6console-keymaps-at
7console-keymaps-usb
8discover-data-udeb
9discover-udeb
10discover1-data-udeb
11discover1-udeb
12fat-modules-*
13cdrom-core-modules-*
14cdrom-modules-*
15ide-modules-*
16ide-core-modules-*
17input-modules-*
18fb-modules-*
19kbd-chooser
20usb-modules-*
21usb-storage-modules-*
22scsi-core-modules-*
23# Not needed with the 2.6 kernel on amd64.
24userdevfs
25# The speakup kernel modules are not useful unless the access images are
26# provided.
27*-speakup-di
28# These packages are for the old partitioning system, and should not be
29# included as they confuse users.
30# Note that partconf-find-partitions is used by lvmcfg-utils, so is not
31# excluded likewise, partconf-mkfstab is used by autopartkit.
32partconf
33partitioner
34# This is obsolete.
35discover2-data-udeb
diff --git a/data/etch/exclude-udebs-i386 b/data/etch/exclude-udebs-i386
36deleted file mode 1006440deleted file mode 100644
index 8afbd18..0000000
--- a/data/etch/exclude-udebs-i386
+++ /dev/null
@@ -1,29 +0,0 @@
1# These udebs are in the d-i cdrom initrd and the cd-drivers+root floppies.
2# As such, there is no reason to keep another copy of them on the CD
3# in udeb form.
4isa-pnp-modules-*
5socket-modules-*
6console-keymaps-at
7console-keymaps-usb
8floppy-modules-*
9discover-data-udeb
10discover-udeb
11discover1-data-udeb
12discover1-udeb
13cdrom-core-modules-*
14cdrom-modules-*
15ide-modules-*
16ide-core-modules-*
17input-modules-*
18fb-modules-*
19kbd-chooser
20usb-modules-*
21usb-storage-modules-*
22scsi-core-modules-*
23# Not needed with the 2.4 kernel on i386.
24userdevfs
25# The speakup kernel modules are not useful unless the access images are
26# provided.
27*-speakup-di
28# These udebs are not used yet.
29mouse-modules-*
diff --git a/data/etch/exclude-udebs-powerpc b/data/etch/exclude-udebs-powerpc
30deleted file mode 1006440deleted file mode 100644
index 606eac2..0000000
--- a/data/etch/exclude-udebs-powerpc
+++ /dev/null
@@ -1,30 +0,0 @@
1# These udebs build the d-i cdrom initrd. As such, there is no reason
2# to keep another copy of them on the CD in udeb form.
3#
4# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
5# in d-i Subversion.
6
7cdrom-core-modules-*
8console-keymaps-at
9console-keymaps-usb
10discover-data-udeb
11discover-udeb
12discover1-data-udeb
13discover1-udeb
14eject-udeb
15firewire-core-modules-*
16fs-common-modules-*
17ide-modules-*
18input-modules-*
19kbd-chooser
20pcmcia-cs-udeb
21pcmcia-modules-*
22pcmcia-storage-modules-*
23scsi-common-modules-*
24scsi-core-modules-*
25scsi-modules-*
26socket-modules-*
27usb-modules-*
28usb-storage-modules-*
29# Not needed with the 2.4 kernel on powerpc.
30userdevfs
diff --git a/data/etch/hppa_businesscard_udeb_include b/data/etch/hppa_businesscard_udeb_include
31deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/hppa_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/hppa_netinst_udeb_include b/data/etch/hppa_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/hppa_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/hppa_udeb_include b/data/etch/hppa_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/hppa_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/i386_businesscard_udeb_include b/data/etch/i386_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index c8849a9..0000000
--- a/data/etch/i386_businesscard_udeb_include
+++ /dev/null
@@ -1,5 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4pcmcia-cs-udeb
5wireless-tools-udeb
diff --git a/data/etch/i386_netinst_udeb_include b/data/etch/i386_netinst_udeb_include
6deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/etch/i386_netinst_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/etch/i386_udeb_include b/data/etch/i386_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/etch/i386_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/etch/ia64_businesscard_udeb_include b/data/etch/ia64_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/ia64_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/ia64_netinst_udeb_include b/data/etch/ia64_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/ia64_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/ia64_udeb_include b/data/etch/ia64_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/ia64_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/isolinux.bin b/data/etch/isolinux.bin
3deleted file mode 1006440deleted file mode 100644
index d7c6d4d..0000000
4Binary files a/data/etch/isolinux.bin and /dev/null differ1Binary files a/data/etch/isolinux.bin and /dev/null differ
diff --git a/data/etch/m68k_businesscard_udeb_include b/data/etch/m68k_businesscard_udeb_include
5deleted file mode 1006442deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/m68k_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/m68k_netinst_udeb_include b/data/etch/m68k_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/m68k_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/m68k_udeb_include b/data/etch/m68k_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/m68k_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/mips_businesscard_udeb_include b/data/etch/mips_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/mips_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/mips_netinst_udeb_include b/data/etch/mips_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/mips_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/mips_udeb_include b/data/etch/mips_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/mips_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/mipsel_businesscard_udeb_include b/data/etch/mipsel_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/mipsel_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/mipsel_netinst_udeb_include b/data/etch/mipsel_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/mipsel_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/mipsel_udeb_include b/data/etch/mipsel_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/mipsel_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/pegasos/pegasos b/data/etch/pegasos/pegasos
3deleted file mode 1006440deleted file mode 100644
index 7ea9fed..0000000
--- a/data/etch/pegasos/pegasos
+++ /dev/null
@@ -1,87 +0,0 @@
1\ FORTH is identifed by a forth comment at first line
2\
3\ terminal control stuff
4\
5: TTY.CSI d# 27 EMIT ASCII [ EMIT ;
6: TTY.HOME TTY.CSI ASCII H EMIT ;
7: TTY.CLR_EOS TTY.CSI ASCII J EMIT ;
8: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ;
9\
10\ boot menu stuff
11\
12: my-max-boot-num 3 ;
13: my-boot-default 1 ;
14: my-boot-delay d# 300 ; \ unit = 100 ms
15: my-print-menu ( -- )
16 TTY.HOME_CLR
17 ." " cr
18 ." Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!" cr
19 ." " cr
20 ." This is a Debian installation ${MEDIA_TYPE}," cr
21 ." built on ${BUILD_DATE}." cr
22 ." " cr
23 ." The default option is (1) 'install'. For maximum" cr
24 ." control, you can use the (2) 'expert' option." cr
25 ." " cr
26 ." ************************************" cr
27 ." If in doubt, just choose (1) 'install'" cr
28 ." ************************************" cr
29 ." " cr
30 ." 1: install" cr
31 ." 2: expert" cr
32 ." 3: return to OF prompt" cr
33 ." " cr
34;
35: my-boot-case ( num -- )
36 ." " cr
37 case
38 1 of " cd install/powerpc/vmlinuz-chrp.initrd devfs=mount,dall init=/linuxrc --" endof
39 2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --" endof
40 3 of " none" endof
41 endcase
42 $boot
43;
44: my-input-num ( wait-period max-boot-num default-num -- boot-num )
45 1 \ loop-inc = 1
46 3 pick 0 do
47 0d emit
48 ." press 1-"
49 ( wait-period max-boot-num default-num loop-inc )
50 2 pick ascii 0 + emit
51 dup 1 = if
52 ." within "
53 3 pick i - d# 10 / .d
54 ." seconds"
55 then
56 ." (default: "
57 over ascii 0 + emit
58 ." ) : "
59 d# 100 ms
60 key? if
61 key
62 ( wait-period max-boot-num default-num loop-inc key )
63 dup 0d = if \ return pressed
64 drop leave
65 then
66
67 ascii 0 -
68 ( wait-period max-boot-num default-num loop-inc num )
69 dup 1 5 pick
70 ( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num )
71 between if
72 rot drop swap leave
73 then
74
75 ( wait-period max-boot-num default-num loop-inc num )
76 2drop 0 \ loop-inc = 0
77 then
78 dup +loop
79 drop
80 ( wait-period max-boot-num boot-num )
81 nip nip
82;
83
84
85my-print-menu
86my-boot-delay my-max-boot-num my-boot-default my-input-num
87my-boot-case
diff --git a/data/etch/powerpc_businesscard_udeb_include b/data/etch/powerpc_businesscard_udeb_include
88deleted file mode 1006440deleted file mode 100644
index b5c5e7e..0000000
--- a/data/etch/powerpc_businesscard_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4wireless-tools-udeb
diff --git a/data/etch/powerpc_netinst_udeb_include b/data/etch/powerpc_netinst_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 4a83dd2..0000000
--- a/data/etch/powerpc_netinst_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3wireless-tools-udeb
diff --git a/data/etch/powerpc_udeb_include b/data/etch/powerpc_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/etch/powerpc_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/etch/s390_businesscard_udeb_include b/data/etch/s390_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/s390_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/s390_netinst_udeb_include b/data/etch/s390_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/s390_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/s390_udeb_include b/data/etch/s390_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/s390_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/sbm.bin.gz b/data/etch/sbm.bin.gz
3deleted file mode 1006440deleted file mode 100644
index 20e4aa4..0000000
4Binary files a/data/etch/sbm.bin.gz and /dev/null differ1Binary files a/data/etch/sbm.bin.gz and /dev/null differ
diff --git a/data/etch/sparc/debian.txt b/data/etch/sparc/debian.txt
5deleted file mode 1006442deleted file mode 100644
index ffa03a7..0000000
--- a/data/etch/sparc/debian.txt
+++ /dev/null
@@ -1,16 +0,0 @@
1
20
3 Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
4
5This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
6Keep it once you have installed your system, as you can boot from it
7to repair the system on your hard disk if that ever becomes necessary.
8
9WARNING: You should completely back up all of your hard disks before
10 proceeding. The installation procedure can completely and irreversibly
11 erase them! If you haven't made backups yet, remove the rescue CD from
12 the drive and press L1-A to get back to the OpenBoot prompt.
13
14Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
15by applicable law.
16
17[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
diff --git a/data/etch/sparc/silo.conf b/data/etch/sparc/silo.conf
18deleted file mode 1006441deleted file mode 100644
index 9280ac2..0000000
--- a/data/etch/sparc/silo.conf
+++ /dev/null
@@ -1,21 +0,0 @@
1partition=1
2timeout=600
3message=/boot/debian.txt
4default=linux
5append="cdrom ramdisk_size=16384 devfs=mount rw"
6initrd=/boot/initrd.gz
7root=/dev/rd/0
8
9# Standard boot images
10image[sun4c,sun4d,sun4m]=/boot/sparc32
11 label=linux
12image[sun4u]=/boot/sparc64
13 label=linux
14
15# Rescue boots
16image[sun4c,sun4d,sun4m]=/boot/sparc32
17 label=rescue
18 append="init=/bin/sh"
19image[sun4u]=/boot/sparc64
20 label=rescue
21 append="init=/bin/sh"
diff --git a/data/etch/sparc_businesscard_udeb_include b/data/etch/sparc_businesscard_udeb_include
22deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/etch/sparc_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/etch/sparc_netinst_udeb_include b/data/etch/sparc_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/sparc_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/sparc_udeb_include b/data/etch/sparc_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/etch/sparc_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/etch/yaboot/boot.msg b/data/etch/yaboot/boot.msg
3deleted file mode 1006440deleted file mode 100644
index 292e525..0000000
--- a/data/etch/yaboot/boot.msg
+++ /dev/null
@@ -1,22 +0,0 @@
1Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
2
3This is a Debian installation ${MEDIA_TYPE},
4built on ${BUILD_DATE}.
5
6The default option is 'install'. For maximum
7control, you can use the 'expert' option.
8
9If the system fails to boot at all (the typical
10symptom is a white screen which doesn't go away),
11use 'install video=ofonly' or 'expert video=ofonly'.
12
13The plain options are for the powerpc family of
14processors (from 601 to G4). The *-power3 options
15are for IBM Power3 boxes, and the *-power4 options
16are for IBM Power4 and Apple G5 boxes. Press the tab
17key for a list of options, or type 'help' for help.
18
19************************************
20If in doubt, just choose 'install', and if that
21doesn't work, try 'install video=ofonly'.
22************************************
diff --git a/data/etch/yaboot/ofboot.b b/data/etch/yaboot/ofboot.b
23deleted file mode 1006440deleted file mode 100644
index 179602d..0000000
--- a/data/etch/yaboot/ofboot.b
+++ /dev/null
@@ -1,64 +0,0 @@
1<CHRP-BOOT>
2<COMPATIBLE>
3MacRISC MacRISC3 MacRISC4
4</COMPATIBLE>
5<DESCRIPTION>
6GNU/Linux PPC bootloader
7</DESCRIPTION>
8<BOOT-SCRIPT>
9" screen" output
10load-base release-load-area
11boot cd:,\install\yaboot
12</BOOT-SCRIPT>
13<OS-BADGE-ICONS>
141010
15000000000000F8FEACF6000000000000
160000000000F5FFFFFEFEF50000000000
1700000000002BFAFEFAFCF70000000000
180000000000F65D5857812B0000000000
190000000000F5350B2F88560000000000
200000000000F6335708F8FE0000000000
2100000000005600F600F5FD8100000000
2200000000F9F8000000F5FAFFF8000000
23000000008100F5F50000F6FEFE000000
24000000F8F700F500F50000FCFFF70000
2500000088F70000F50000F5FCFF2B0000
260000002F582A00F5000008ADE02C0000
2700090B0A35A62B0000002D3B350A0000
28000A0A0B0B3BF60000505E0B0A0B0A00
29002E350B0B2F87FAFCF45F0B2E090000
3000000007335FF82BF72B575907000000
31000000000000ACFFFF81000000000000
32000000000081FFFFFFFF810000000000
330000000000FBFFFFFFFFAC0000000000
34000000000081DFDFDFFFFB0000000000
35000000000081DD5F83FFFD0000000000
36000000000081DDDF5EACFF0000000000
370000000000FDF981F981FFFF00000000
3800000000FFACF9F9F981FFFFAC000000
3900000000FFF98181F9F981FFFF000000
40000000ACACF981F981F9F9FFFFAC0000
41000000FFACF9F981F9F981FFFFFB0000
4200000083DFFBF981F9F95EFFFFFC0000
43005F5F5FDDFFFBF9F9F983DDDD5F0000
44005F5F5F5FDD81F9F9E7DF5F5F5F5F00
450083DD5F5F83FFFFFFFFDF5F835F0000
46000000FBDDDFACFBACFBDFDFFB000000
47000000000000FFFFFFFF000000000000
480000000000FFFFFFFFFFFF0000000000
490000000000FFFFFFFFFFFF0000000000
500000000000FFFFFFFFFFFF0000000000
510000000000FFFFFFFFFFFF0000000000
520000000000FFFFFFFFFFFF0000000000
530000000000FFFFFFFFFFFFFF00000000
5400000000FFFFFFFFFFFFFFFFFF000000
5500000000FFFFFFFFFFFFFFFFFF000000
56000000FFFFFFFFFFFFFFFFFFFFFF0000
57000000FFFFFFFFFFFFFFFFFFFFFF0000
58000000FFFFFFFFFFFFFFFFFFFFFF0000
5900FFFFFFFFFFFFFFFFFFFFFFFFFF0000
6000FFFFFFFFFFFFFFFFFFFFFFFFFFFF00
6100FFFFFFFFFFFFFFFFFFFFFFFFFF0000
62000000FFFFFFFFFFFFFFFFFFFF000000
63</OS-BADGE-ICONS>
64</CHRP-BOOT>
diff --git a/data/etch/yaboot/yaboot.conf b/data/etch/yaboot/yaboot.conf
65deleted file mode 1006440deleted file mode 100644
index ac0024a..0000000
--- a/data/etch/yaboot/yaboot.conf
+++ /dev/null
@@ -1,105 +0,0 @@
1## This yaboot.conf is for CD booting only, do not use as reference.
2## Debian GNU/Linux PowerPC (CODENAME)
3
4# It is important not to have a comma after cd:
5device=cd:
6default=install
7
8# FIXME: will this be the correct path?
9message=/install/boot.msg
10
11# Powerpc subarch
12image=/install/powerpc/vmlinux
13 label=install-powerpc
14 alias=install
15 initrd=/install/powerpc/initrd.gz
16 append="devfs=mount,dall init=/linuxrc --"
17 initrd-size=10240
18 read-only
19
20image=/install/powerpc/vmlinux
21 label=expert-powerpc
22 alias=expert
23 initrd=/install/powerpc/initrd.gz
24 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
25 initrd-size=10240
26 read-only
27
28# Power3 subarch
29image=/install/power3/vmlinux
30 label=install-power3
31 initrd=/install/power3/initrd.gz
32 append="devfs=mount,dall init=/linuxrc --"
33 initrd-size=10240
34 read-only
35
36image=/install/power3/vmlinux
37 label=expert-power3
38 initrd=/install/power3/initrd.gz
39 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
40 initrd-size=10240
41 read-only
42
43# Power 4 subarch
44image=/install/power4/vmlinux
45 label=install-power4
46 initrd=/install/power4/initrd.gz
47 append="devfs=mount,dall init=/linuxrc --"
48 initrd-size=10240
49 read-only
50
51image=/install/power4/vmlinux
52 label=expert-power4
53 initrd=/install/power4/initrd.gz
54 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
55 initrd-size=10240
56 read-only
57
58# ... and now massive clone-and-hack for 2.4 ...
59
60# Powerpc subarch
61image=/install/powerpc/2.4/vmlinux
62 label=install-powerpc-2.4
63 alias=install-2.4
64 initrd=/install/powerpc/2.4/initrd.gz
65 append="devfs=mount,dall init=/linuxrc --"
66 initrd-size=8192
67 read-only
68
69image=/install/powerpc/2.4/vmlinux
70 label=expert-powerpc-2.4
71 alias=expert-2.4
72 initrd=/install/powerpc/2.4/initrd.gz
73 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
74 initrd-size=8192
75 read-only
76
77# Power3 subarch
78image=/install/power3/2.4/vmlinux
79 label=install-power3-2.4
80 initrd=/install/power3/2.4/initrd.gz
81 append="devfs=mount,dall init=/linuxrc --"
82 initrd-size=8192
83 read-only
84
85image=/install/power3/2.4/vmlinux
86 label=expert-power3-2.4
87 initrd=/install/power3/2.4/initrd.gz
88 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
89 initrd-size=8192
90 read-only
91
92# Power 4 subarch
93image=/install/power4/2.4/vmlinux
94 label=install-power4-2.4
95 initrd=/install/power4/2.4/initrd.gz
96 append="devfs=mount,dall init=/linuxrc --"
97 initrd-size=8192
98 read-only
99
100image=/install/power4/2.4/vmlinux
101 label=expert-power4-2.4
102 initrd=/install/power4/2.4/initrd.gz
103 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
104 initrd-size=8192
105 read-only
diff --git a/data/hfs.map b/data/hfs.map
106deleted file mode 1006440deleted file mode 100644
index 0d8b4cf..0000000
--- a/data/hfs.map
+++ /dev/null
@@ -1,12 +0,0 @@
1# ext. xlate creator type comment
2.hqx Ascii 'BnHx' 'TEXT' "BinHex file"
3.sit Raw 'SIT!' 'SITD' "StuffIT Expander"
4.mov Raw 'TVOD' 'MooV' "QuickTime Movie"
5.deb Raw 'Debn' 'bina' "Debian package"
6.bin Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
7.img Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
8.b Raw 'UNIX' 'tbxi' "bootstrap"
9yaboot Raw 'UNIX' 'boot' "bootstrap"
10vmlinux Raw 'UNIX' 'boot' "bootstrap"
11.conf Raw 'UNIX' 'conf' "bootstrap"
12* Ascii '????' '????' "Text file"
diff --git a/data/macinstall-cd.tar.gz b/data/macinstall-cd.tar.gz
13deleted file mode 1006440deleted file mode 100644
index 268ab81..0000000
14Binary files a/data/macinstall-cd.tar.gz and /dev/null differ1Binary files a/data/macinstall-cd.tar.gz and /dev/null differ
diff --git a/data/potato/README.html.in b/data/potato/README.html.in
15deleted file mode 1006442deleted file mode 100644
index 74b874a..0000000
--- a/data/potato/README.html.in
+++ /dev/null
@@ -1,809 +0,0 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML lang="en">
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5<TITLE>Debian GNU/Linux -- The Universal Operating System</TITLE>
6<META NAME="Description" CONTENT="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
7<META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG">
8<META NAME="Language" CONTENT="English">
9<meta name="Author" content="J.A. Bezemer, costar@panic.et.tudelft.nl">
10</HEAD>
11<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
12
13
14 <!-- The HTML and TEXT file are NOT the actual source code... -->
15 <!-- For that, see http://cdimage.debian.org/ch32.html -->
16#if 0
17 If you read THIS, you're viewing the actual source file ;-)
18#endif
19
20#undef i386
21#undef alpha
22#undef powerpc
23#undef ppc
24#undef sparc
25#undef ultrasparc
26#undef m68k
27#undef arm
28#undef binary
29#undef bin
30#undef source
31#undef src
32
33#if OUTPUTtext
34#define href nothing
35#endif
36
37#include <README.diskdefines>
38
39
40#if OUTPUThtml
41<div align=right>
42(<a href="README.txt">Text version</a>)
43</div>
44<TABLE border="0" cellpadding="3" cellspacing="0" align="center" summary="">
45<TR>
46<TD>
47<IMG src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""
48 width="50" height="61"></A>
49<IMG src="pics/debian.jpg" border="0" hspace="0" vspace="0"
50 alt="Debian" width="179" height="61">
51</TD>
52</TR>
53</TABLE>
54#endif
55#if OUTPUTtext
56<div align=right>
57(HTML version in README.html)
58</div>
59#endif
60
61
62<TABLE bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
63 width="100%" summary="">
64<TR>
65<TD valign="top">
66<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
67 vspace="0" alt="" width="15" height="16">
68</TD>
69<TD rowspan="2" align="center">
70
71 <CENTER>
72 <TABLE border="0" cellpadding="2" cellspacing="0" align="center">
73 <TR><TD bgcolor="#000084">
74 <CENTER><FONT COLOR="#FFFFFF" FACE="helvetica,arial"><B>&nbsp;&nbsp;
75#if 0
76 Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
77#endif
78 DISKNAME CD
79 &nbsp;&nbsp;</B></FONT></CENTER>
80 </TD><TR>
81 </TABLE>
82 </CENTER>
83
84</TD>
85<TD valign="top">
86<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
87 vspace="0" alt="" width="16" height="16">
88</TD>
89</TR>
90<TR>
91<TD valign="bottom">
92<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
93 vspace="0" alt="" width="16" height="16">
94</TD>
95<TD valign="bottom">
96<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
97vspace="0" alt="" width="15" height="16">
98</TD>
99</TR>
100</TABLE>
101
102<TABLE border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
103<TR>
104 <TD></TD>
105</TR>
106</TABLE>
107
108
109<TABLE border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
110<TR>
111 <TD colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
112 <img src="pics/blue-upperleft.png" align="left" border="0"
113 hspace="0" vspace="0" alt="" width="16" height="16">
114 <img src="pics/blue-upperright.png" align="right" border="0"
115 hspace="0" vspace="0" alt="" width="16" height="16">
116 </TD>
117</TR>
118<TR>
119 <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
120
121 <TD valign="TOP" bgcolor="#BBDDFF">
122
123<FONT face="Arial,Helvetica">
124
125#if OUTPUThtml
126<P><B><A href="http://www.debian.org/">Debian homepage</A></B></P>
127#endif
128
129&nbsp;<BR>
130<P>
131
132#if OUTPUTtext
133&nbsp;<BR>
134CONTENTS:
135<BR>
136&nbsp;<BR>
137<UL>
138#endif
139
140#if OUTPUTtext
141<LI>
142#endif
143
144<A href="#intro">Intro</A>
145<P>
146
147#if OUTPUTtext
148</LI><LI>
149#endif
150
151<A href="#thiscd">About This CD</A>
152<P>
153
154#if OUTPUTtext
155</LI><LI>
156#endif
157
158<A href="#install">Installing</A>
159<P>
160
161#if OUTPUTtext
162</LI><LI>
163#endif
164
165#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc
166 <A href="#upgrade">Upgrading</A>
167 <P>
168
169#if OUTPUTtext
170 </LI><LI>
171#endif
172#endif
173
174#ifndef UNOFFEXTRAS
175<A href="#lastmin">Last-Minute Notes</A>
176<P>
177
178#if OUTPUTtext
179</LI><LI>
180#endif
181#endif
182
183#if TYPEbinary
184 <A href="#apt">Using CDs with Dselect and Apt</A>
185 <P>
186
187#if OUTPUTtext
188 </LI><LI>
189#endif
190#endif
191
192#ifndef UNOFFEXTRAS
193<A href="#nonfree">Non-free/Non-US</A>
194<P>
195
196#if OUTPUTtext
197</LI><LI>
198#endif
199#endif
200
201#ifndef UNOFFEXTRAS
202<A href="#cdmanuf">CD Manufacturers</A>
203<P>
204
205#if OUTPUTtext
206</LI><LI>
207#endif
208#endif
209
210<A href="#other">More Information</A>
211
212<P>
213
214#if OUTPUThtml
215&nbsp;<P>
216<A href=".">Browse this CD-ROM</A></P>
217<P>
218<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
219</P>
220#endif
221
222
223</FONT>
224
225#if OUTPUTtext
226</LI>
227</UL>
228#endif
229
230
231 </TD>
232 <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
233 <TD>&nbsp;&nbsp;</TD>
234
235 <TD valign="TOP" width="80%">
236
237<CENTER>
238<FONT SIZE="+2"><B><I>
239Welcome to the exciting world of
240</I></B></FONT>
241<BR>
242<FONT SIZE="+3"><B><I>
243Debian GNU/Linux!
244</I></B></FONT>
245</CENTER>
246
247<A name="intro">
248<P><H2>
249Intro
250#if OUTPUTtext
251<BR>
252=====
253#endif
254</H2>
255</a>
256
257This is one of the CD-ROMs of the
258<a href="http://www.debian.org/">Debian GNU/Linux</a>
259distribution. Debian is a
260very extensive collection of software. But it is more. It is a complete
261Operating System (OS) for your computer. And it is
262<A href="http://www.debian.org/intro/free">free</A>
263(as in &quot;freedom&quot;).
264<P>
265An operating system is the set of basic programs
266and utilities that make your computer run. At the core of an operating
267system is the kernel. The kernel is the most fundamental program on the
268computer, which does all the basic housekeeping and lets you start other
269programs.
270Debian is kernel independent. It currently uses the
271<A href="http://www.linux.org/">Linux</A> kernel but work is
272in progress to provide Debian for other kernels, using
273<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
274Most of the basic operating system tools
275come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
276GNU/Linux.
277<P>
278
279Debian is available for various kinds of computers
280(&quot;architectures&quot;), like
281&quot;IBM-compatible&quot; PCs (<i>i386</i>),
282Compaq's <i>Alpha</i>,
283Motorola's 680x0 (<i>m68k</i>),
284Sun's <i>Sparc</i>,
285Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
286Check the <A href="http://www.debian.org/ports">ports</A> page
287#if OUTPUTtext
288(http://www.debian.org/ports)
289#endif
290for more information.
291<P>
292
293#if OUTPUTtext
294Read more at <P>
295&nbsp; http://www.debian.org/intro/about
296#endif
297#if OUTPUThtml
298<A href="http://www.debian.org/intro/about">Read more...</A>
299#endif
300
301<A name="thiscd">
302#if OUTPUTtext
303<P>&nbsp;<P><H2>
304#endif
305#if OUTPUThtml
306<P><HR><P><H2>
307#endif
308About This CD
309#if OUTPUTtext
310<BR>
311=============
312#endif
313</H2>
314</a>
315
316This CD-ROM is labeled
317<P>
318<tt>&nbsp;
319 DISKNAME
320</tt>
321<P>
322#ifndef UNOFFEXTRAS
323which means that this CD is number DISKNUM of totally TOTALNUM CDs containing
324#if TYPEbinary
325programs ("binaries") for `ARCH' computers.
326<P>
327The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
328contains the most popular programs and the installation tools; it is possible
329to install and run Debian with only the Binary-1 CD. The other CDs, up to
330Binary-TOTALNUM, contain mostly special-interest programs.
331#endif
332#if TYPEsource
333the source code of programs in the Debian OS.
334<P>
335The source packages on the Source CDs are ordered by popularity, like
336the programs on the Binary CDs. This means that the source code of the
337programs on the Binary-DISKNUM CD can most likely be found on this CD
338(though there may be some variation due to size issues).
339#endif
340#else
341#include <unoffextrascd.html.in>
342#endif
343
344<A name="install">
345#if OUTPUTtext
346<P>&nbsp;<P><H2>
347#endif
348#if OUTPUThtml
349<P><HR><P><H2>
350#endif
351Installing
352#if OUTPUTtext
353<BR>
354==========
355#endif
356</H2>
357</a>
358
359#if DISKNUM1 && TYPEbinary
360
361 Because Debian is a complete Operating System, the installation procedure
362 may seem a bit unusual. You can install Debian GNU/Linux either
363 <i>next to</i> your current OS, or as <i>only</i> OS on your computer.
364
365 <P>
366 Read the <i>Installation Manual</i>, on this CD at
367 <P>
368 <tt>&nbsp;
369 <A href="install/doc/install.en.html">/install/doc/install.en.html</a> &nbsp;&nbsp;&nbsp; </tt>
370 (English version).
371 <P>
372 Translations of the <i>Installation Manual</i>, and plain-text and PDF
373 versions, are also available in the
374 <P>
375 <tt>&nbsp;
376 <A href="install/doc/">/install/doc</a></tt>
377 <P>
378 directory, along with various other documents.
379 <P>
380 Programs and other files that are needed for the installation can be found on
381 this CD under
382 <P>
383 <tt>&nbsp;
384 <A href=%%""dists/potato/main/disks-ARCH/%%"">/dists/potato/main/disks-ARCH</a>
385 </tt>
386
387#if ARCHi386 || ARCHalpha || ARCHpowerpc || ARCHsparc
388 <P>
389 For the impatient ones:
390#endif
391
392#if ARCHi386 || ARCHalpha || ARCHsparc
393 you can start the installation program easily by booting off this CD-ROM.
394 Note that not all (esp. older) systems support this.
395 <P>
396#endif
397
398#if ARCHi386 || ARCHpowerpc
399#if ARCHi386
400 You can also
401#else
402 you can
403#endif
404 examine the
405 <P>
406 <tt>&nbsp;
407 <a href="install/">/install</a>
408 </tt>
409 <P>
410 directory; you might be able to start the installation system directly
411 from there.
412#endif
413
414#else
415 The installation tools of the Debian Operating System are located on the
416 Binary-1 CD.
417 See the README on that CD for more info.
418#endif
419
420#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc
421 <A name="upgrade">
422#if OUTPUTtext
423 <P>&nbsp;<P><H2>
424#endif
425#if OUTPUThtml
426 <P><HR><P><H2>
427#endif
428 Upgrading
429#if OUTPUTtext
430 <BR>
431 =========
432#endif
433 </H2>
434 </a>
435
436#if DISKNUM1 && TYPEbinary
437
438 If you are already running an older version of the Debian GNU/Linux
439 Operating System, you may want to upgrade to version 2.2.
440 <P>
441 Upgrading procedures, and things needed for the upgrade, can be found on
442 this CD in the
443 <P>
444 <tt>&nbsp;
445 <A href="upgrade/">/upgrade</a>
446 </tt>
447 <P>
448 directory.
449
450#else
451 Procedures describing the upgrade from an older version of the Debian
452 Operating System are also located on the Binary-1 CD.
453 See the README on that CD for more info.
454#endif
455#endif
456
457#ifndef UNOFFEXTRAS
458<A name="lastmin">
459#if OUTPUTtext
460<P>&nbsp;<P><H2>
461#endif
462#if OUTPUThtml
463<P><HR><P><H2>
464#endif
465Last-Minute Notes
466#if OUTPUTtext
467<BR>
468=================
469#endif
470</H2>
471</a>
472
473<UL>
474
475<LI>
476It is possible to run a Debian GNU/Linux 2.2 system with a new Linux kernel
477version 2.4.x. For that, you may need to upgrade one or more software
478packages to a newer version than available on this CD. Read
479<a href="http://www.fs.tum.de/~bunk/kernel-24.html">http://www.fs.tum.de/~bunk/kernel-24.html</a>
480for more information.
481<BR>
482Note that Debian does not officially recommend running a Linux kernel 2.4.x
483at this moment.
484<BR>&nbsp;
485</LI>
486
487<LI>
488The K Desktop Environment (KDE) version 2 was not finished when Debian 2.2
489was released, and is therefore not included. However, KDE2 packages
490for Debian 2.2 are available for download at
491<a href="http://kde.debian.net/">http://kde.debian.net</a>&nbsp;.
492<BR>&nbsp;
493</LI>
494
495<LI>
496At this moment, there are no Debian 2.2 packages available of the recently
497released version 4.0 of XFree86 (the open-source implementation of the X Window
498System). If you really need to run XFree86&nbsp;4, you have to (partially)
499upgrade your system to the &quot;testing&quot; or &quot;unstable&quot;
500distribution.
501<BR>&nbsp;
502</LI>
503
504#if 0
505<LI>
506The Linux kernel version 2.2.15 on these CDs has been patched
507to correct the <tt>seteuid</tt> problem with the fix from 2.2.16.
508<!-- http://www.debian.org/Lists-Archives/debian-release-0006/msg00011.html -->
509
510<BR>&nbsp;
511</LI>
512#endif
513
514<LI>
515More last-minutes notes for this CD may be available on
516<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
517</LI>
518
519</UL>
520#endif
521
522#if TYPEbinary
523 <A name="apt">
524#if OUTPUTtext
525 <P>&nbsp;<P><H2>
526#endif
527#if OUTPUThtml
528 <P><HR><P><H2>
529#endif
530 Using CDs with Dselect and Apt
531#if OUTPUTtext
532 <BR>
533 ==============================
534#endif
535 </H2>
536 </a>
537
538 After installing or upgrading, Debian's packaging system can use CD-ROMs,
539 local collections, or networked servers (FTP, HTTP) to automatically
540 install software from (<tt>.deb</tt> <i>packages</i>). This is done
541 preferably with the `apt' and `dselect' programs. If you do not already
542 know how to setup these, here is a brief explanation.
543 <P>
544
545#define CDROMreadme 1
546#include "apt-setup.html.in"
547
548 <P>
549
550 Once this is done, you can install packages from the commandline using
551 <tt>apt-get</tt>. For example, if you want to install the packages
552 `commprog' and `maxgame', you can give the command
553 <P>
554 <tt>&nbsp;
555 apt-get install commprog maxgame
556 </tt>
557 <P>
558 Note that you don't have to enter the complete path, or the
559 `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
560
561 <P>
562
563 `<tt>Dselect</tt>' is also able to use `apt' to fetch the packages. To set
564 up `<tt>dselect</tt>', choose [A]ccess in the main menu, and then select
565 `apt'. The <tt>sources.list</tt> file should be okay already, so don't let
566 the program make a new one. Then, after an [U]pdate, the configuration is
567 ready. You can just keep using [S]elect and [I]nstall to install packages.
568 <P>
569 See <tt>dselect</tt>'s online help screens for more information (use the
570 `<tt>?</tt>' key).
571
572#endif
573
574
575#ifndef UNOFFEXTRAS
576<A name="nonfree">
577#if OUTPUTtext
578<P>&nbsp;<P><H2>
579#endif
580#if OUTPUThtml
581<P><HR><P><H2>
582#endif
583Non-free and Non-US
584#if OUTPUTtext
585<BR>
586===================
587#endif
588</H2>
589</a>
590
591The package sections `non-free' and `non-US' contain packages that either
592have a restrictive license, or can't be exported from the US (like `pgp'
593or `ssh'). It may well be that this CD does not contain (all of) these
594packages. You can get them from our FTP/HTTP mirror sites.
595
596<P>
597`Non-free' packages are on our "regular" mirrors, listed in
598<a href="README.mirrors.html">README.mirrors.html</a> on this CD, or on
599<a href="http://www.debian.org/distrib/ftplist">http://www.debian.org/distrib/ftplist</a> ("Full list of mirrors").
600
601<P>
602`Non-US' packages are on special mirrors outside the US, listed in
603<a href="README.non-US">README.non-US</a> on this CD, or on
604<a href="http://www.debian.org/misc/README.non-US">http://www.debian.org/misc/README.non-US</a>.
605
606<P>
607Note that you <i>are</i> allowed to <i>import</i> non-US packages into the US.
608#endif
609
610#ifndef UNOFFEXTRAS
611<A name="cdmanuf">
612#if OUTPUTtext
613<P>&nbsp;<P><H2>
614#endif
615#if OUTPUThtml
616<P><HR><P><H2>
617#endif
618CD Manufacturers
619#if OUTPUTtext
620<BR>
621================
622#endif
623</H2>
624</a>
625
626You are completely free to manufacture and (re-)distribute CD-ROMs of the
627Debian GNU/Linux Operating System, like this one. There is no charge from
628us (but of course donations are always welcome).
629
630<P>
631
632For all needed information, and contact addresses, please refer to
633<P>
634<tt>&nbsp;
635 <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
636</tt>
637#endif
638
639<A name="other">
640#if OUTPUTtext
641<P>&nbsp;<P><H2>
642#endif
643#if OUTPUThtml
644<P><HR><P><H2>
645#endif
646More Information
647#if OUTPUTtext
648<BR>
649================
650#endif
651</H2>
652</a>
653
654#if DISKNUM1 && TYPEbinary
655
656There is much more information present on this CD. Besides the already
657mentioned installation and upgrading procedures, this is the most
658interesting: <P>
659
660<UL>
661<LI>
662
663#if OUTPUTtext
664/doc/FAQ
665 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
666#endif
667<A href="doc/FAQ/">Debian FAQ</a>
668
669</LI>
670<LI>
671
672#if OUTPUTtext
673/doc/constitution.txt
674 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
675#endif
676<A href="doc/constitution.txt">The Debian Constitution</a>
677
678</LI>
679<LI>
680
681#if OUTPUTtext
682/doc/debian-manifesto
683 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
684#endif
685<A href="doc/debian-manifesto">The Debian Manifesto</a>
686
687</LI>
688<LI>
689
690#if OUTPUTtext
691/doc/social-contract.txt
692 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
693#endif
694<A href="doc/social-contract.txt">Debian's Social Contract</a>
695
696</LI>
697<LI>
698
699#if OUTPUTtext
700/doc/bug-reporting.txt
701 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
702#endif
703<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
704
705</LI>
706</UL>
707
708#else
709
710The Binary-1 CD contains much more information about various aspects
711of the Debian Operating System and the Debian organization.
712 See the README on that CD for more info.
713
714#endif
715
716<P>
717Also on the Internet are many resources. To name a few:
718<P>
719
720<UL>
721<LI>
722
723#if OUTPUTtext
724http://www.debian.org
725 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
726#endif
727<A href="http://www.debian.org/">The Debian homepage</a>
728
729</LI>
730<LI>
731
732#if OUTPUTtext
733http://www.debian.org/doc
734 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
735#endif
736<A href="http://www.debian.org/doc/">Debian Documentation</a>
737
738</LI>
739<LI>
740
741#if OUTPUTtext
742http://www.debian.org/support
743 &nbsp;
744#endif
745<A href="http://www.debian.org/support">Debian User Support</a>
746
747</LI>
748<LI>
749
750#if OUTPUTtext
751http://www.linuxdoc.org
752 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
753#endif
754<A href="http://www.linuxdoc.org/">The Linux Documentation Project</a>
755
756</LI>
757<LI>
758
759#if OUTPUTtext
760http://www.linux.org
761 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
762#endif
763<A href="http://www.linux.org/">General Linux homepage</a>
764
765</LI>
766</UL>
767
768<P>
769
770<DIV align="center">
771
772#if OUTPUTtext
773&nbsp;<br>
774&nbsp;<br>
775#endif
776#if OUTPUThtml
777<HR>
778#endif
779
780<SMALL>See the Debian
781<A href="http://www.debian.org/contact">contact page</A>
782
783#if OUTPUTtext
784(http://www.debian.org/contact)
785#endif
786
787for information on contacting us.
788 </SMALL><P>
789<SMALL>
790
791Last Modified: Wed Apr 18 19:09:34 CEST 2001
792
793<BR></SMALL>
794</DIV>
795
796 </TD>
797 </TR>
798 <TR>
799 <TD colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
800 <img src="pics/blue-lowerleft.png" align="left" border="0"
801 hspace="0" vspace="0" alt="" width="17" height="16">
802 <img src="pics/blue-lowerright.png" align="right" border="0"
803 hspace="0" vspace="0" alt="" width="16" height="16">
804 </TD>
805 </TR>
806 </TABLE>
807
808</BODY>
809</HTML>
diff --git a/data/potato/apt-setup.html.in b/data/potato/apt-setup.html.in
810deleted file mode 1006440deleted file mode 100644
index 9e4f593..0000000
--- a/data/potato/apt-setup.html.in
+++ /dev/null
@@ -1,256 +0,0 @@
1
2First of all, comment out every line of <tt>/etc/apt/sources.list</tt> by
3placing a hash sign (`<tt>#</tt>') in front of it (if it isn't already
4there).
5
6<P>
7
8Then you need to add new "<tt>deb</tt>" lines describing the location(s)
9where apt will get the new packages from. You can add "<tt>deb</tt>" lines
10for a packages mirror on a local harddisk, and/or FTP/HTTP mirrors, and/or
11(a set of) CD-ROMs. `Apt' will consider all packages that can be found
12via any "<tt>deb</tt>" line, and use the one with the highest version
13number, giving priority to the first mentioned lines. (So, in case of
14multiple mirror locations, you'd typically first name a local harddisk,
15then CD-ROMs, and finally FTP/HTTP mirrors.)
16
17<P>
18<UL>
19<LI>
20For an archive on a local harddisk, that for example has these directories,
21
22#if OUTPUTtext
23<PRE>
24
25 /var/ftp/debian/dists/potato/main/binary-ARCH/...
26 /var/ftp/debian/dists/potato/contrib/binary-ARCH/...
27 --------------- ------ |\
28 \________ \_ | \___
29 add: \ \ | \
30 --------------- ------ | \
31 deb file:/var/ftp/debian potato main contrib
32
33</PRE>
34#endif
35#if OUTPUThtml
36<PRE>
37 /var/ftp/debian/dists/potato/main/binary-ARCH/...
38 /var/ftp/debian/dists/potato/contrib/binary-ARCH/...
39 --------------- ------ |\
40 \________ \_ | \___
41add: \ \ | \
42 --------------- ------ | \
43 deb file:/var/ftp/debian potato main contrib
44</PRE>
45#endif
46
47 As shown, the `<tt>dists</tt>' is added implicitly, and the 3rd
48 and following arguments are used to expand the path into multiple
49 directories.
50
51<BR>&nbsp;<BR>
52
53 If you have a complete mirror that also has non-free and non-US, you
54 typically have to add lines like these:
55
56<BR>&nbsp;<BR>
57
58<tt>&nbsp;
59 deb file:/var/ftp/debian potato main contrib non-free <BR>
60&nbsp;
61 deb file:/var/ftp/debian-non-US potato/non-US main contrib non-free
62</tt>
63
64<BR>&nbsp;<BR>
65
66 If you don't have such a structure, other description lines are
67 possible, see the <tt>sources.list</tt>
68#if MANPAGEseebelow
69 manpage (see below).
70#else
71 manpage.
72#endif
73
74</LI>
75<BR>&nbsp;<BR>
76<LI>
77
78FTP and HTTP packages mirror addresses can be found on
79
80#if CDROMreadme
81#if OUTPUTtext
82this CD in README.mirrors.txt, or on
83#endif
84#if OUTPUThtml
85this CD in <a href="README.mirrors.html">README.mirrors.html</a>, or on
86#endif
87#endif
88
89#if OUTPUTtext
90 http://www.debian.org/distrib/ftplist,
91#endif
92#if OUTPUThtml
93 <a href="http://www.debian.org/distrib/ftplist">http://www.debian.org/distrib/ftplist</a>,
94#endif
95 look at the "Full list of mirrors".
96
97<BR>&nbsp;<BR>
98
99 If the mirror has these directories:
100
101#if OUTPUTtext
102<PRE>
103
104 ftp://some-server/debian/dists/potato/main/binary-ARCH/...
105 ftp://some-server/debian/dists/potato/contrib/binary-ARCH/...
106 ------------------------ ------ | |
107 \___ / | |
108 add: \ / | |
109 ------------------------ ------ | |
110 deb ftp://some-server/debian potato main contrib
111
112</PRE>
113#endif
114#if OUTPUThtml
115<PRE>
116 ftp://some-server/debian/dists/potato/main/binary-ARCH/...
117 ftp://some-server/debian/dists/potato/contrib/binary-ARCH/...
118 ------------------------ ------ | |
119 \___ / | |
120add: \ / | |
121 ------------------------ ------ | |
122 deb ftp://some-server/debian potato main contrib
123</PRE>
124#endif
125
126 As shown, the `<tt>dists</tt>' is added implicitly, and the 3rd
127 and following arguments are used to expand the path into multiple
128 directories.
129
130<BR>&nbsp;<BR>
131
132 If you use a complete mirror that also has non-free and non-US, you
133 typically have to add lines like these:
134
135<BR>&nbsp;<BR>
136
137<tt>&nbsp;
138 deb ftp://some-server/debian potato main contrib non-free <BR>
139&nbsp;
140 deb ftp://some-server/debian-non-US potato/non-US main contrib non-free
141</tt>
142
143<BR>&nbsp;<BR>
144
145 If the mirror doesn't have such a structure, other description lines are
146 possible, see the <tt>sources.list</tt>
147#if MANPAGEseebelow
148 manpage (see below).
149#else
150 manpage.
151#endif
152
153#if UPGRADING
154<BR>&nbsp;<BR>
155
156 NOTE: if you're using the static versions of `apt' and `dpkg' from this
157 directory, the hostname-lookup is "broken" (which is one reason to just
158 use slink's `apt'). The solution is to simply put the mirrors' IP address
159 in the "<tt>deb</tt>" line. (Hint: "<tt>nslookup some-server</tt>")
160#endif
161
162</LI>
163<BR>&nbsp;<BR>
164<LI>
165
166If you use (one or more) CD-ROMs, do _not_ add any lines to sources.list
167 manually.
168
169<BR>&nbsp;<BR>
170
171 Instead, first make sure there is a line in <tt>/etc/fstab</tt> that
172 connects the <tt>/cdrom</tt> mount point with your CD-ROM drive (the
173 exact `<tt>/cdrom</tt>' mount point is "required" for apt). For example,
174 if
175#if ARCHi386
176<tt>/dev/hdc</tt>
177#else
178<tt>/dev/scd0</tt>
179#endif
180 is your CD-ROM drive, <tt>/etc/fstab</tt> should
181 contain a line
182
183#if ARCHi386
184#if OUTPUTtext
185<PRE>
186
187 /dev/hdc /cdrom auto defaults,noauto,ro 0 0
188
189</PRE>
190#endif
191#if OUTPUThtml
192<PRE>
193 /dev/hdc /cdrom auto defaults,noauto,ro 0 0
194</PRE>
195#endif
196#else
197#if OUTPUTtext
198<PRE>
199
200 /dev/scd0 /cdrom auto defaults,noauto,ro 0 0
201
202</PRE>
203#endif
204#if OUTPUThtml
205<PRE>
206 /dev/scd0 /cdrom auto defaults,noauto,ro 0 0
207</PRE>
208#endif
209#endif
210
211 To test this, insert a CD-ROM and give commands
212
213<BR>&nbsp;<BR>
214
215 <tt>&nbsp; mount /cdrom</tt><BR>
216 <tt>&nbsp; ls -alF /cdrom &nbsp;&nbsp;&nbsp;</tt>
217 (this should show the CD-ROM's root directory)<BR>
218 <tt>&nbsp; umount /cdrom</tt>
219
220<BR>&nbsp;<BR>
221
222 Then, use the command
223
224<BR>&nbsp;<BR>
225
226<tt>&nbsp;
227 apt-cdrom add
228</tt>
229
230<BR>&nbsp;<BR>
231
232 to add the data of each CD-ROM to apt's internal database.
233 This command will ask for one CD-ROM per run, and mount/unmount the
234 CD-ROM automatically. You should repeat this command for all 2.2 `Binary'
235 CD-ROMs you have.
236
237#if UPGRADING
238(`Source' CD-ROMs can be added as well, but only with the
239 latest version of `apt' from this directory, and they are not needed for
240 the upgrade anyway.)
241#endif
242
243</LI>
244</UL>
245<P>
246
247When the <tt>sources.list</tt> is correct,
248the final step of the preparation is to update apt's internal database
249with the command
250
251<P>
252
253<tt>&nbsp;
254 apt-get update
255</tt>
256
diff --git a/data/potato/yaboot/yaboot.conf b/data/potato/yaboot/yaboot.conf
257deleted file mode 1006440deleted file mode 100644
index 8e15b9f..0000000
--- a/data/potato/yaboot/yaboot.conf
+++ /dev/null
@@ -1,23 +0,0 @@
1## This yaboot.conf is for CD booting only, do not use as reference.
2## Debian GNU/Linux PowerPC (CODENAME)
3
4init-message="Debian GNU/Linux PowerPC (CODENAME)"
5
6# It is important not to have a comma after cd:
7device=cd:
8timeout=100
9
10# potato needs \\ kludge because potato's yaboot is anchient broken crap
11image=\\install\\powermac\\vmlinux
12 label=debian
13 initrd=\\install\\powermac\\root.bin
14 initrd-size=8192
15 read-only
16
17# some machines have wonky framebuffer support
18image=\\install\\powermac\\vmlinux
19 label=debian-novideo
20 initrd=\\install\\powermac\\root.bin
21 initrd-size=8192
22 append="video=ofonly"
23 read-only
diff --git a/data/sarge/README.html.in b/data/sarge/README.html.in
24deleted file mode 1006440deleted file mode 100644
index 09de5d1..0000000
--- a/data/sarge/README.html.in
+++ /dev/null
@@ -1,693 +0,0 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html lang="en">
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Debian GNU/Linux -- The Universal Operating System</title>
6 <meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
7 <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
8 <meta name="Language" content="English">
9 <meta name="Author" content="J.A. Bezemer, debian-boot@lists.debian.org">
10 <link rev="made" href="mailto:debian-boot@lists.debian.org">
11</head>
12<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
13
14 <!-- The HTML and TEXT file are NOT the actual source code. -->
15 <!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
16#if 0
17 If you read THIS, you're viewing the actual source file ;-)
18#endif
19
20#undef i386
21#undef amd64
22#undef alpha
23#undef powerpc
24#undef ppc
25#undef sparc
26#undef ultrasparc
27#undef m68k
28#undef arm
29#undef binary
30#undef bin
31#undef source
32#undef src
33
34#if OUTPUTtext
35#define href nothing
36#endif
37
38#include <README.diskdefines>
39
40
41#if OUTPUThtml
42<div align=right>
43(<a href="README.txt">Text version</a>)
44</div>
45<table border="0" cellpadding="3" cellspacing="0" align="center" summary="">
46<tr>
47<td>
48<img src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt="" width="50" height="61">
49<img src="pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian" width="179" height="61">
50</td>
51</tr>
52</table>
53#endif
54#if OUTPUTtext
55<div align=right>
56(HTML version in README.html)
57</div>
58#endif
59
60
61<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
62 width="100%" summary="">
63<tr>
64<td valign="top">
65<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
66 vspace="0" alt="" width="15" height="16">
67</td>
68<td rowspan="2" align="center">
69
70 <table align="center" border="0" cellpadding="2" cellspacing="0">
71 <tr><td bgcolor="#000084">
72 <div align="center"><font color="#FFFFFF" face="helvetica,arial"><B>&nbsp;&nbsp;
73#if 0
74 Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
75#endif
76 DISKNAME CD
77 &nbsp;&nbsp;</B></font></div>
78 </td></tr>
79 </table>
80
81</td>
82<td valign="top">
83<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
84 vspace="0" alt="" width="16" height="16">
85</td>
86</tr>
87<tr>
88<td valign="bottom">
89<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
90 vspace="0" alt="" width="16" height="16">
91</td>
92<td valign="bottom">
93<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
94vspace="0" alt="" width="15" height="16">
95</td>
96</tr>
97</table>
98
99<table border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
100<tr>
101 <td></td>
102</tr>
103</table>
104
105
106<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
107<tr>
108 <td colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
109 <img src="pics/blue-upperleft.png" align="left" border="0"
110 hspace="0" vspace="0" alt="" width="16" height="16">
111 <img src="pics/blue-upperright.png" align="right" border="0"
112 hspace="0" vspace="0" alt="" width="16" height="16">
113 </td>
114</tr>
115<tr>
116 <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
117
118 <td valign="TOP" bgcolor="#BBDDFF">
119
120<font face="Arial,Helvetica">
121
122#if OUTPUThtml
123<P><B><A href="http://www.debian.org/">Debian home&nbsp;page</A></B></P>
124#endif
125
126&nbsp;<br>
127<P>
128
129#if OUTPUTtext
130&nbsp;<br>
131CONTENTS:
132<br>
133&nbsp;<br>
134<UL>
135#endif
136
137#if OUTPUTtext
138<LI>
139#endif
140
141<A href="#intro">Intro</A>
142<P>
143
144#if OUTPUTtext
145</LI><LI>
146#endif
147
148<A href="#thiscd">About This CD</A>
149<P>
150
151#if OUTPUTtext
152</LI><LI>
153#endif
154
155<A href="#install">Installing</A>
156<P>
157
158#if OUTPUTtext
159</LI><LI>
160#endif
161
162#ifndef UNOFFEXTRAS
163<A href="#lastmin">Last-Minute Notes</A>
164<P>
165
166#if OUTPUTtext
167</LI><LI>
168#endif
169#endif
170
171#if TYPEbinary
172 <A href="#apt">Using CDs with apt</A>
173 <P>
174
175#if OUTPUTtext
176 </LI><LI>
177#endif
178#endif
179
180#ifndef UNOFFEXTRAS
181<A href="#cdmanuf">CD Manufacturers</A>
182<P>
183
184#if OUTPUTtext
185</LI><LI>
186#endif
187#endif
188
189<A href="#other">More Information</A>
190
191<P>
192
193#if OUTPUThtml
194&nbsp;<P>
195<A href=".">Browse this CD-ROM</A></P>
196<P>
197<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
198</P>
199#endif
200
201
202</font>
203
204#if OUTPUTtext
205</LI>
206</UL>
207#endif
208
209
210 </td>
211 <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
212 <td>&nbsp;&nbsp;</td>
213
214 <td valign="TOP" width="80%">
215
216<div align="center">
217<big><big><B><I>
218Welcome to the exciting world of
219</I></B></big></big>
220<br>
221<big><big><big><B><I>
222Debian GNU/Linux!
223</I></B></big></big></big>
224</div>
225
226<P><H2><A name="intro">
227Intro
228#if OUTPUTtext
229<br>
230=====
231#endif
232</H2>
233</a>
234<p>
235This is one of the CD-ROMs of the
236<a href="http://www.debian.org/">Debian GNU/Linux</a>
237distribution. Debian is a
238very extensive collection of software. But it is more. It is a complete
239Operating System (OS) for your computer. And it is
240<A href="http://www.debian.org/intro/free">free</A>
241(as in &quot;freedom&quot;).
242<P>
243An operating system is the set of basic programs
244and utilities that make your computer run. At the core of an operating
245system is the kernel. The kernel is the most fundamental program on the
246computer, which does all the basic housekeeping and lets you start other
247programs.
248Debian is kernel independent. It currently uses the
249<A href="http://www.linux.org/">Linux</A> kernel but work is
250in progress to provide Debian for other kernels, using
251<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
252Most of the basic operating system tools
253come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
254GNU/Linux.
255<P>
256
257Debian is available for various kinds of computers
258(&quot;architectures&quot;), like
259&quot;IBM-compatible&quot; PCs (<i>i386</i>),
260Compaq's <i>Alpha</i>,
261Motorola's 680x0 (<i>m68k</i>),
262Sun's <i>Sparc</i>,
263Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
264Check the <A href="http://www.debian.org/ports">ports</A> page
265#if OUTPUTtext
266(http://www.debian.org/ports)
267#endif
268for more information.
269<P>
270
271#if OUTPUTtext
272Read more at <P>
273&nbsp; http://www.debian.org/intro/about
274#endif
275#if OUTPUThtml
276<A href="http://www.debian.org/intro/about">Read more...</A>
277#endif
278
279#if OUTPUTtext
280<P>&nbsp;<P><H2><A name="thiscd">
281#endif
282#if OUTPUThtml
283<P><HR><P><H2><A name="thiscd">
284#endif
285About This CD
286#if OUTPUTtext
287<br>
288=============
289#endif
290</H2>
291</a>
292<p>
293This CD-ROM is labeled
294<P>
295<tt>&nbsp;
296 DISKNAME
297</tt>
298<P>
299#ifndef UNOFFEXTRAS
300which means that this CD is number DISKNUM of TOTALNUM CDs containing
301#if TYPEbinary
302programs ("binaries") for `ARCH' computers.
303<P>
304The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
305contains the most popular programs and the installation tools; it is possible
306to install and run Debian with only the Binary-1 CD. The other CDs, up to
307Binary-TOTALNUM, contain mostly special-interest programs.
308<p>
309#if OMIT_RELEASE_NOTES
310The Release Notes for "sarge" are available on the <A
311href="http://www.debian.org/releases/sarge/releasenotes">Debian web
312site</A>.
313#else
314#if DISKNUM == 1
315The Release Notes for Debian GNU/Linux "sarge" are included on this CD
316in <A href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
317several languages. Additional translations and updated versions for
318the Release Notes may be available from the <A
319href="http://www.debian.org/releases/sarge/releasenotes">Debian web
320site</A>.
321#else
322See the first CD in this set for the "sarge" Release Notes.
323#endif
324#endif
325#endif
326#if TYPEsource
327the source code of programs in the Debian OS.
328<P>
329The source packages on the Source CDs are ordered by popularity, like
330the programs on the Binary CDs. This means that the source code of the
331programs on the Binary-DISKNUM CD can most likely be found on this CD
332(though there may be some variation due to size issues).
333#endif
334#else
335#include <unoffextrascd.html.in>
336#endif
337
338
339#if OUTPUTtext
340<P>&nbsp;<P><H2><A name="install">
341#endif
342#if OUTPUThtml
343<P><HR><P><H2><A name="install">
344#endif
345Installing
346#if OUTPUTtext
347<br>
348==========
349#endif
350</H2>
351</a>
352<p>
353#if TYPEbinary
354
355 Because Debian is a complete Operating System, the installation procedure
356 may seem a bit unusual. You can install Debian GNU/Linux either
357 <i>alongside</i> your current OS, or as the <i>only</i> OS on your computer.
358#if OMIT_MANUAL
359 <P>
360 An <b>Installation Guide</b> for this CD is available from
361 <A href="http://www.debian.org/releases/sarge/installmanual">the Debian web site</a>.
362#else
363 <P>
364 An <b>Installation Guide</b> is included on this CD at
365 <P>
366 <tt>&nbsp;
367 <A href="doc/install/manual/en/index.html">doc/install/manual/en/index.html</a> &nbsp;&nbsp;&nbsp; (English version)</tt>
368 <P>
369 Several translations of the Installation Guide are included on this CD in
370 the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
371 <br>
372 Note: additional translations, other formats (like PDF and TXT) and updated
373 versions for the Installation Guide are available from
374 <A href="http://www.debian.org/releases/sarge/installmanual">the Debian web site</a>.
375#endif
376 <P>
377 Programs and other files that are needed for the installation can be found on
378 this CD under
379 <P>
380 <tt>&nbsp;
381 <A href=%%""tools/%%"">/tools/</a>
382 </tt>
383 and
384 <tt>&nbsp;
385 <A href=%%""install/floppy/%%"">/install/floppy/</a>
386 </tt>
387
388#if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHpowerpc || ARCHsparc
389 <P>
390 For the impatient ones:
391#endif
392
393#if ARCHi386 || ARCHalpha || ARCHsparc
394 you can start the installation program easily by booting off this CD-ROM.
395 Note that not all (esp. older) systems support this.
396 <P>
397#endif
398
399#if ARCHi386 || ARCHamd64 || ARCHpowerpc
400#if ARCHi386
401 You can also
402#else
403 you can
404#endif
405 examine the
406 <P>
407 <tt>&nbsp;
408 <a href="install/">/install</a>
409 </tt>
410 <P>
411 directory; you might be able to start the installation system directly
412 from there.
413#endif
414
415#else
416 The installation tools of the Debian Operating System are located on the
417 Binary-1 CD.
418 See the README on that CD for more info.
419#endif
420
421#ifndef UNOFFEXTRAS
422#if OUTPUTtext
423<P>&nbsp;<P><H2><A name="lastmin">
424#endif
425#if OUTPUThtml
426<P><HR><P><H2><A name="lastmin">
427#endif
428Last-Minute Notes
429#if OUTPUTtext
430<br>
431=================
432#endif
433</H2>
434</a>
435<p>
436<UL>
437
438<LI>
439You should keep in mind that this is an unofficial CD of the current
440development version of the Debian system. This means that all sorts of
441bugs may be present anywhere in the system.
442
443<br>&nbsp;
444</LI>
445
446#if 0
447-------- This can't be an official image, so also no official notes.
448<LI>
449Last-minutes notes for this CD may be available on
450<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
451</LI>
452#endif
453
454</UL>
455#endif
456
457#if TYPEbinary
458#if OUTPUTtext
459 <P>&nbsp;<P><H2><A name="apt">
460#endif
461#if OUTPUThtml
462 <P><HR><P><H2><A name="apt">
463#endif
464 Using Apt
465#if OUTPUTtext
466 <br>
467 =============
468#endif
469 </H2>
470 </a>
471 <p>
472 After installing or upgrading, Debian's packaging system can use CD-ROMs,
473 local collections, or networked servers (FTP, HTTP) to automatically
474 install software from (<tt>.deb</tt> <i>packages</i>). This is done
475 preferably with the `apt' and `aptitude' programs.
476
477 <P>
478
479 You can install packages from the commandline using
480 <tt>apt-get</tt>. For example, if you want to install the packages
481 `commprog' and `maxgame', you can give the command
482 <P>
483 <tt>&nbsp;
484 apt-get install commprog maxgame
485 </tt>
486 <P>
487 Note that you don't have to enter the complete path, or the
488 `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
489 <P>
490 Or use aptitude for a full screen interactive selection of available
491 Debian packages.
492
493#endif
494
495
496#ifndef UNOFFEXTRAS
497#if OUTPUTtext
498<P>&nbsp;<P><H2><A name="cdmanuf">
499#endif
500#if OUTPUThtml
501<P><HR><P><H2><A name="cdmanuf">
502#endif
503CD Manufacturers
504#if OUTPUTtext
505<br>
506================
507#endif
508</H2>
509</a>
510<p>
511You are completely free to manufacture and re-distribute CD-ROMs of the
512Debian GNU/Linux Operating System, like this one. There is no charge from
513us (but of course donations are always welcome).
514
515<P>
516
517For all needed information and contact addresses, please refer to
518<P>
519<tt>&nbsp;
520 <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
521</tt>
522#endif
523
524#if OUTPUTtext
525<P>&nbsp;<P><H2><A name="other">
526#endif
527#if OUTPUThtml
528<P><HR><P><H2><A name="other">
529#endif
530More Information
531#if OUTPUTtext
532<br>
533================
534#endif
535</H2>
536</a>
537<p>
538#if DISKNUM1 && TYPEbinary
539
540There is much more information present on this CD. Besides the already
541mentioned installation and upgrading procedures, this is the most
542interesting: <P>
543
544<UL>
545<LI>
546
547#if OUTPUTtext
548/doc/FAQ
549 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
550#endif
551<A href="doc/FAQ/">Debian FAQ</a>
552
553</LI>
554<LI>
555
556#if OUTPUTtext
557/doc/constitution.txt
558 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
559#endif
560<A href="doc/constitution.txt">The Debian Constitution</a>
561
562</LI>
563<LI>
564
565#if OUTPUTtext
566/doc/debian-manifesto
567 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
568#endif
569<A href="doc/debian-manifesto">The Debian Manifesto</a>
570
571</LI>
572<LI>
573
574#if OUTPUTtext
575/doc/social-contract.txt
576 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
577#endif
578<A href="doc/social-contract.txt">Debian's Social Contract</a>
579
580</LI>
581<LI>
582
583#if OUTPUTtext
584/doc/bug-reporting.txt
585 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
586#endif
587<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
588
589</LI>
590</UL>
591
592#else
593
594The Binary-1 CD contains much more information about various aspects
595of the Debian Operating System and the Debian organization.
596 See the README on that CD for more info.
597
598#endif
599
600<P>
601Also on the Internet are many resources. To name a few:
602<P>
603
604<UL>
605<LI>
606
607#if OUTPUTtext
608http://www.debian.org
609 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
610#endif
611<A href="http://www.debian.org/">The Debian homepage</a>
612
613</LI>
614<LI>
615
616#if OUTPUTtext
617http://www.debian.org/doc
618 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
619#endif
620<A href="http://www.debian.org/doc/">Debian Documentation</a>
621
622</LI>
623<LI>
624
625#if OUTPUTtext
626http://www.debian.org/support
627 &nbsp;
628#endif
629<A href="http://www.debian.org/support">Debian User Support</a>
630
631</LI>
632<LI>
633
634#if OUTPUTtext
635http://www.tldp.org
636 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
637#endif
638<A href="http://www.tldp.org/">The Linux Documentation Project</a>
639
640</LI>
641<LI>
642
643#if OUTPUTtext
644http://www.linux.org
645 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
646#endif
647<A href="http://www.linux.org/">General Linux homepage</a>
648
649</LI>
650</UL>
651
652<P>
653
654<DIV align="center">
655
656#if OUTPUTtext
657&nbsp;<br>
658&nbsp;<br>
659#endif
660#if OUTPUThtml
661<HR>
662#endif
663
664<SMALL>See the Debian
665<A href="http://www.debian.org/contact">contact page</A>
666
667#if OUTPUTtext
668(http://www.debian.org/contact)
669#endif
670
671for information on contacting us.
672 </SMALL><P>
673<SMALL>
674
675Last Modified: Sat Mar 20 12:30:45 EST 2004
676
677<br></SMALL>
678</DIV>
679
680 </td>
681 </tr>
682 <tr>
683 <td colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
684 <img src="pics/blue-lowerleft.png" align="left" border="0"
685 hspace="0" vspace="0" alt="" width="17" height="16">
686 <img src="pics/blue-lowerright.png" align="right" border="0"
687 hspace="0" vspace="0" alt="" width="16" height="16">
688 </td>
689 </tr>
690 </table>
691
692</body>
693</html>
diff --git a/data/sarge/README.sbm b/data/sarge/README.sbm
694deleted file mode 1006440deleted file mode 100644
index 4087670..0000000
--- a/data/sarge/README.sbm
+++ /dev/null
@@ -1,43 +0,0 @@
1About the Smart Boot Manager image
2----------------------------------
3
4 The file `sbm.bin' that is available in this directory may be useful
5 to you if you are not able to directly boot the first CD because your
6 BIOS may be too old and may not support ISOLINUX.
7
8 Then, instead of booting on the CD directly, you create a Smart Boot
9 Manager floppy image by using the sbm.bin disk image. You can create this
10 floppy with rawrite (under DOS) or with dd (under Linux). Now you can
11 boot on this floppy disk and it will detect your CDROM and let you boot
12 on it bypassing any BIOS limitation.
13
14What is SBM ?
15
16 Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent
17 Boot Manager - a program that is loaded by the bios before any
18 operating system and allows you to choose which operating system to
19 boot.
20
21 SBM is included in Debian in two ways, the package bmconf allows us to
22 install and configure an old version of SBM and sbm wich is the latest
23 version of SBM with an installer.
24
25What's the use of SBM on the CD then ?
26
27 SBM includes an IDE driver that allows us to boot the cds even on
28 machines with a BIOS that wouldn't support booting from CD, provided our
29 CDROM is an IDE one, that is, so you can make a SBM floppy and boot from
30 it and then tell it to boot from your CDROM.
31
32 Also, there are some cases where the BIOS would allow booting from the CD
33 but isolinux fails to boot from there, in this case you can either boot
34 using a CD other than the first, as the others don't use isolinux, or you
35 can make a SBM floppy and boot from this floppy and then tell SBM to boot
36 your CDROM.
37
38How do you make a SBM floppy ?
39
40 If you have SBM installed on a box you can run sbminst. Otherwise you can
41 put the sbm.bin floppy image that we provide with our cds onto a floppy
42 just like you would do with a rescue image.
43
diff --git a/data/sarge/alpha_businesscard_udeb_include b/data/sarge/alpha_businesscard_udeb_include
44deleted file mode 1006440deleted file mode 100644
index eea4461..0000000
--- a/data/sarge/alpha_businesscard_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4fdisk-udeb
diff --git a/data/sarge/alpha_netinst_udeb_include b/data/sarge/alpha_netinst_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 70df4f6..0000000
--- a/data/sarge/alpha_netinst_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3fdisk-udeb
diff --git a/data/sarge/alpha_udeb_include b/data/sarge/alpha_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 70df4f6..0000000
--- a/data/sarge/alpha_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3fdisk-udeb
diff --git a/data/sarge/amd64/extra-sources b/data/sarge/amd64/extra-sources
4deleted file mode 1006440deleted file mode 100644
index 995d8fa..0000000
--- a/data/sarge/amd64/extra-sources
+++ /dev/null
@@ -1,16 +0,0 @@
1# AMD64 needed some updated/newer/patched source files compared to the
2# rest of the sarge release. Source packages listed here are grabbed from the
3# list at http://amd64.debian.net/docs/package_changes.txt
4#
5syslinux
6linux86
7gnupg
8base-config
9choose-mirror
10libtool1.4
11# fdisk-udeb
12util-linux
13# hdparm-udeb
14hdparm
15# libc6-udeb
16glibc
diff --git a/data/sarge/amd64_businesscard_udeb_include b/data/sarge/amd64_businesscard_udeb_include
17deleted file mode 1006440deleted file mode 100644
index c8849a9..0000000
--- a/data/sarge/amd64_businesscard_udeb_include
+++ /dev/null
@@ -1,5 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4pcmcia-cs-udeb
5wireless-tools-udeb
diff --git a/data/sarge/amd64_netinst_udeb_include b/data/sarge/amd64_netinst_udeb_include
6deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/sarge/amd64_netinst_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/sarge/amd64_udeb_include b/data/sarge/amd64_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/sarge/amd64_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/sarge/arm_businesscard_udeb_include b/data/sarge/arm_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/arm_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/arm_netinst_udeb_include b/data/sarge/arm_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/arm_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/arm_udeb_include b/data/sarge/arm_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/arm_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/delo.conf b/data/sarge/delo.conf
3deleted file mode 1006440deleted file mode 100644
index 81d29a9..0000000
--- a/data/sarge/delo.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1# DECstations with R4000 CPU
2label=linux-kn04
3 append="initrd=/boot/initrd.gz ramdisk_size=8192"
4 image=/boot/vmlinux-r4k-kn04
5
6# DECstations with R4000 CPU, expert mode
7label=expert-kn04
8 append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
9 image=/boot/vmlinux-r4k-kn04
10
11# DECstations with R3000 CPU
12label=linux-kn02
13 append="initrd=/boot/initrd.gz ramdisk_size=8192"
14 image=/boot/vmlinux-r3k-kn02
15
16# DECstations with R3000 CPU, expert mode
17label=expert-kn02
18 append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
19 image=/boot/vmlinux-r3k-kn02
diff --git a/data/sarge/exclude-udebs b/data/sarge/exclude-udebs
20deleted file mode 1006440deleted file mode 100644
index 38fd04c..0000000
--- a/data/sarge/exclude-udebs
+++ /dev/null
@@ -1,92 +0,0 @@
1# These udebs build the d-i cdrom initrd. As such, there is no reason
2# to keep another copy of them on the CD in udeb form.
3#
4# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
5kernel-image-*
6# build/pkg-lists/base in d-i cvs
7rootskel
8main-menu
9cdebconf-udeb
10udpkg
11anna
12di-utils-shell
13di-utils-reboot
14lowmemcheck
15# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
16# root+cd-drivers floppies)
17busybox-cvs-udeb
18rootskel-locale
19languagechooser
20countrychooser
21iso-3166-udeb
22hw-detect
23cdrom-detect
24cdrom-retriever
25load-cdrom
26cdrom-checker
27bogl-bterm-udeb
28di-utils-terminfo
29cdebconf-priority
30cdebconf-newt-udeb
31usb-discover
32preseed-common
33initrd-preseed
34file-preseed
35nano-udeb
36floppy-retriever
37libfribidi0-udeb
38# Already on the initrd, thanks to library reduction.
39libdebconfclient0-udeb
40# A reduced version is on the initrd. Nothing currently needs the full
41# version.
42slang1a-utf8-udeb
43# These udebs are only useful in building the boot floppy image.
44busybox-cvs-floppy-udeb
45di-utils-bootfloppy
46rootskel-bootfloppy
47# Until someone gets the gtk cdebconf frontend going, all this is not worth
48# including.
49cdebconf-gtk-udeb
50fontconfig-udeb
51libatk1.0-udeb
52libdirectfb-0.9-19-udeb
53libexpat1-udeb
54libfreetype6-udeb
55libglib2.0-udeb
56libgtk+2.0-directfb0-udeb
57libpango1.0-udeb
58libpng12-0-udeb
59ttf-freefont-udeb
60# This udeb is not in good shape and is largely supersceded by
61# cdebconf-newt-udeb
62cdebconf-slang-udeb
63# We're currently using busybox's own shell, and do not need this one.
64dash-udeb
65# These dhcp clients are not the currently preferred one.
66dhcp3-client-udeb
67pump-udeb
68# This package is only useful in the d-i-demo.
69di-utils-exit-installer
70# No need for these loaders.
71load-installer
72download-installer
73load-floppy
74# Only useful in the hd-media initrd.
75iso-scan
76load-iso
77# We're using busybox's modutils these days.
78modutils-basic
79modutils-full
80# Nothing currently depends on this, and it seems not useful on its own.
81reiserfsprogs-udeb
82# These are not really needed, the regular netcfg subsumes them.
83netcfg-static
84netcfg-dhcp
85# skolelinux stuff, not for the stock CDs
86debian-edu-install-udeb
87debian-edu-profile-udeb
88# If needed, will be on the initrd already.
89module-init-tools-udeb
90rescue-check
91# Not used yet. When it is, will go in the initrd.
92localechooser
diff --git a/data/sarge/exclude-udebs-amd64 b/data/sarge/exclude-udebs-amd64
93deleted file mode 1006440deleted file mode 100644
index 6312cc3..0000000
--- a/data/sarge/exclude-udebs-amd64
+++ /dev/null
@@ -1,35 +0,0 @@
1# These udebs are in the d-i cdrom initrd and the hd-media initrd.
2# As such, there is no reason to keep another copy of them on the CD
3# in udeb form.
4isa-pnp-modules-*
5socket-modules-*
6console-keymaps-at
7console-keymaps-usb
8discover-data-udeb
9discover-udeb
10discover1-data-udeb
11discover1-udeb
12fat-modules-*
13cdrom-core-modules-*
14cdrom-modules-*
15ide-modules-*
16ide-core-modules-*
17input-modules-*
18fb-modules-*
19kbd-chooser
20usb-modules-*
21usb-storage-modules-*
22scsi-core-modules-*
23# Not needed with the 2.6 kernel on amd64.
24userdevfs
25# The speakup kernel modules are not useful unless the access images are
26# provided.
27*-speakup-di
28# These packages are for the old partitioning system, and should not be
29# included as they confuse users.
30# Note that partconf-find-partitions is used by lvmcfg-utils, so is not
31# excluded likewise, partconf-mkfstab is used by autopartkit.
32partconf
33partitioner
34# This is obsolete.
35discover2-data-udeb
diff --git a/data/sarge/exclude-udebs-i386 b/data/sarge/exclude-udebs-i386
36deleted file mode 1006440deleted file mode 100644
index 8d5b85d..0000000
--- a/data/sarge/exclude-udebs-i386
+++ /dev/null
@@ -1,27 +0,0 @@
1# These udebs are in the d-i cdrom initrd and the cd-drivers+root floppies.
2# As such, there is no reason to keep another copy of them on the CD
3# in udeb form.
4isa-pnp-modules-*
5socket-modules-*
6console-keymaps-at
7console-keymaps-usb
8floppy-modules-*
9discover-data-udeb
10discover-udeb
11discover1-data-udeb
12discover1-udeb
13cdrom-core-modules-*
14cdrom-modules-*
15ide-modules-*
16ide-core-modules-*
17input-modules-*
18fb-modules-*
19kbd-chooser
20usb-modules-*
21usb-storage-modules-*
22scsi-core-modules-*
23# Not needed with the 2.4 kernel on i386.
24userdevfs
25# The speakup kernel modules are not useful unless the access images are
26# provided.
27*-speakup-di
diff --git a/data/sarge/exclude-udebs-powerpc b/data/sarge/exclude-udebs-powerpc
28deleted file mode 1006440deleted file mode 100644
index 606eac2..0000000
--- a/data/sarge/exclude-udebs-powerpc
+++ /dev/null
@@ -1,30 +0,0 @@
1# These udebs build the d-i cdrom initrd. As such, there is no reason
2# to keep another copy of them on the CD in udeb form.
3#
4# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
5# in d-i Subversion.
6
7cdrom-core-modules-*
8console-keymaps-at
9console-keymaps-usb
10discover-data-udeb
11discover-udeb
12discover1-data-udeb
13discover1-udeb
14eject-udeb
15firewire-core-modules-*
16fs-common-modules-*
17ide-modules-*
18input-modules-*
19kbd-chooser
20pcmcia-cs-udeb
21pcmcia-modules-*
22pcmcia-storage-modules-*
23scsi-common-modules-*
24scsi-core-modules-*
25scsi-modules-*
26socket-modules-*
27usb-modules-*
28usb-storage-modules-*
29# Not needed with the 2.4 kernel on powerpc.
30userdevfs
diff --git a/data/sarge/hppa_businesscard_udeb_include b/data/sarge/hppa_businesscard_udeb_include
31deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/hppa_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/hppa_netinst_udeb_include b/data/sarge/hppa_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/hppa_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/hppa_udeb_include b/data/sarge/hppa_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/hppa_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/i386_businesscard_udeb_include b/data/sarge/i386_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index c8849a9..0000000
--- a/data/sarge/i386_businesscard_udeb_include
+++ /dev/null
@@ -1,5 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4pcmcia-cs-udeb
5wireless-tools-udeb
diff --git a/data/sarge/i386_netinst_udeb_include b/data/sarge/i386_netinst_udeb_include
6deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/sarge/i386_netinst_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/sarge/i386_udeb_include b/data/sarge/i386_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/sarge/i386_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/sarge/ia64_businesscard_udeb_include b/data/sarge/ia64_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/ia64_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/ia64_netinst_udeb_include b/data/sarge/ia64_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/ia64_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/ia64_udeb_include b/data/sarge/ia64_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/ia64_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/isolinux.bin b/data/sarge/isolinux.bin
3deleted file mode 1006440deleted file mode 100644
index d7c6d4d..0000000
4Binary files a/data/sarge/isolinux.bin and /dev/null differ1Binary files a/data/sarge/isolinux.bin and /dev/null differ
diff --git a/data/sarge/m68k_businesscard_udeb_include b/data/sarge/m68k_businesscard_udeb_include
5deleted file mode 1006442deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/m68k_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/m68k_netinst_udeb_include b/data/sarge/m68k_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/m68k_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/m68k_udeb_include b/data/sarge/m68k_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/m68k_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/mips_businesscard_udeb_include b/data/sarge/mips_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/mips_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/mips_netinst_udeb_include b/data/sarge/mips_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/mips_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/mips_udeb_include b/data/sarge/mips_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/mips_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/mipsel_businesscard_udeb_include b/data/sarge/mipsel_businesscard_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/mipsel_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/mipsel_netinst_udeb_include b/data/sarge/mipsel_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/mipsel_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/mipsel_udeb_include b/data/sarge/mipsel_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/mipsel_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/pegasos/pegasos b/data/sarge/pegasos/pegasos
3deleted file mode 1006440deleted file mode 100644
index 7ea9fed..0000000
--- a/data/sarge/pegasos/pegasos
+++ /dev/null
@@ -1,87 +0,0 @@
1\ FORTH is identifed by a forth comment at first line
2\
3\ terminal control stuff
4\
5: TTY.CSI d# 27 EMIT ASCII [ EMIT ;
6: TTY.HOME TTY.CSI ASCII H EMIT ;
7: TTY.CLR_EOS TTY.CSI ASCII J EMIT ;
8: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ;
9\
10\ boot menu stuff
11\
12: my-max-boot-num 3 ;
13: my-boot-default 1 ;
14: my-boot-delay d# 300 ; \ unit = 100 ms
15: my-print-menu ( -- )
16 TTY.HOME_CLR
17 ." " cr
18 ." Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!" cr
19 ." " cr
20 ." This is a Debian installation ${MEDIA_TYPE}," cr
21 ." built on ${BUILD_DATE}." cr
22 ." " cr
23 ." The default option is (1) 'install'. For maximum" cr
24 ." control, you can use the (2) 'expert' option." cr
25 ." " cr
26 ." ************************************" cr
27 ." If in doubt, just choose (1) 'install'" cr
28 ." ************************************" cr
29 ." " cr
30 ." 1: install" cr
31 ." 2: expert" cr
32 ." 3: return to OF prompt" cr
33 ." " cr
34;
35: my-boot-case ( num -- )
36 ." " cr
37 case
38 1 of " cd install/powerpc/vmlinuz-chrp.initrd devfs=mount,dall init=/linuxrc --" endof
39 2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --" endof
40 3 of " none" endof
41 endcase
42 $boot
43;
44: my-input-num ( wait-period max-boot-num default-num -- boot-num )
45 1 \ loop-inc = 1
46 3 pick 0 do
47 0d emit
48 ." press 1-"
49 ( wait-period max-boot-num default-num loop-inc )
50 2 pick ascii 0 + emit
51 dup 1 = if
52 ." within "
53 3 pick i - d# 10 / .d
54 ." seconds"
55 then
56 ." (default: "
57 over ascii 0 + emit
58 ." ) : "
59 d# 100 ms
60 key? if
61 key
62 ( wait-period max-boot-num default-num loop-inc key )
63 dup 0d = if \ return pressed
64 drop leave
65 then
66
67 ascii 0 -
68 ( wait-period max-boot-num default-num loop-inc num )
69 dup 1 5 pick
70 ( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num )
71 between if
72 rot drop swap leave
73 then
74
75 ( wait-period max-boot-num default-num loop-inc num )
76 2drop 0 \ loop-inc = 0
77 then
78 dup +loop
79 drop
80 ( wait-period max-boot-num boot-num )
81 nip nip
82;
83
84
85my-print-menu
86my-boot-delay my-max-boot-num my-boot-default my-input-num
87my-boot-case
diff --git a/data/sarge/powerpc_businesscard_udeb_include b/data/sarge/powerpc_businesscard_udeb_include
88deleted file mode 1006440deleted file mode 100644
index b5c5e7e..0000000
--- a/data/sarge/powerpc_businesscard_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
4wireless-tools-udeb
diff --git a/data/sarge/powerpc_netinst_udeb_include b/data/sarge/powerpc_netinst_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 4a83dd2..0000000
--- a/data/sarge/powerpc_netinst_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1netcfg
2ethdetect
3wireless-tools-udeb
diff --git a/data/sarge/powerpc_udeb_include b/data/sarge/powerpc_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 275197a..0000000
--- a/data/sarge/powerpc_udeb_include
+++ /dev/null
@@ -1,4 +0,0 @@
1netcfg
2ethdetect
3pcmcia-cs-udeb
4wireless-tools-udeb
diff --git a/data/sarge/s390_businesscard_udeb_include b/data/sarge/s390_businesscard_udeb_include
5deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/s390_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/s390_netinst_udeb_include b/data/sarge/s390_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/s390_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/s390_udeb_include b/data/sarge/s390_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/s390_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/sbm.bin.gz b/data/sarge/sbm.bin.gz
3deleted file mode 1006440deleted file mode 100644
index 20e4aa4..0000000
4Binary files a/data/sarge/sbm.bin.gz and /dev/null differ1Binary files a/data/sarge/sbm.bin.gz and /dev/null differ
diff --git a/data/sarge/sparc/debian.txt b/data/sarge/sparc/debian.txt
5deleted file mode 1006442deleted file mode 100644
index ffa03a7..0000000
--- a/data/sarge/sparc/debian.txt
+++ /dev/null
@@ -1,16 +0,0 @@
1
20
3 Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
4
5This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
6Keep it once you have installed your system, as you can boot from it
7to repair the system on your hard disk if that ever becomes necessary.
8
9WARNING: You should completely back up all of your hard disks before
10 proceeding. The installation procedure can completely and irreversibly
11 erase them! If you haven't made backups yet, remove the rescue CD from
12 the drive and press L1-A to get back to the OpenBoot prompt.
13
14Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
15by applicable law.
16
17[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
diff --git a/data/sarge/sparc/silo.conf b/data/sarge/sparc/silo.conf
18deleted file mode 1006441deleted file mode 100644
index 9280ac2..0000000
--- a/data/sarge/sparc/silo.conf
+++ /dev/null
@@ -1,21 +0,0 @@
1partition=1
2timeout=600
3message=/boot/debian.txt
4default=linux
5append="cdrom ramdisk_size=16384 devfs=mount rw"
6initrd=/boot/initrd.gz
7root=/dev/rd/0
8
9# Standard boot images
10image[sun4c,sun4d,sun4m]=/boot/sparc32
11 label=linux
12image[sun4u]=/boot/sparc64
13 label=linux
14
15# Rescue boots
16image[sun4c,sun4d,sun4m]=/boot/sparc32
17 label=rescue
18 append="init=/bin/sh"
19image[sun4u]=/boot/sparc64
20 label=rescue
21 append="init=/bin/sh"
diff --git a/data/sarge/sparc_businesscard_udeb_include b/data/sarge/sparc_businesscard_udeb_include
22deleted file mode 1006440deleted file mode 100644
index 6326d6c..0000000
--- a/data/sarge/sparc_businesscard_udeb_include
+++ /dev/null
@@ -1,3 +0,0 @@
1choose-mirror
2netcfg
3ethdetect
diff --git a/data/sarge/sparc_netinst_udeb_include b/data/sarge/sparc_netinst_udeb_include
4deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/sparc_netinst_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/sparc_udeb_include b/data/sarge/sparc_udeb_include
3deleted file mode 1006440deleted file mode 100644
index 6f1c801..0000000
--- a/data/sarge/sparc_udeb_include
+++ /dev/null
@@ -1,2 +0,0 @@
1netcfg
2ethdetect
diff --git a/data/sarge/yaboot/boot.msg b/data/sarge/yaboot/boot.msg
3deleted file mode 1006440deleted file mode 100644
index 292e525..0000000
--- a/data/sarge/yaboot/boot.msg
+++ /dev/null
@@ -1,22 +0,0 @@
1Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
2
3This is a Debian installation ${MEDIA_TYPE},
4built on ${BUILD_DATE}.
5
6The default option is 'install'. For maximum
7control, you can use the 'expert' option.
8
9If the system fails to boot at all (the typical
10symptom is a white screen which doesn't go away),
11use 'install video=ofonly' or 'expert video=ofonly'.
12
13The plain options are for the powerpc family of
14processors (from 601 to G4). The *-power3 options
15are for IBM Power3 boxes, and the *-power4 options
16are for IBM Power4 and Apple G5 boxes. Press the tab
17key for a list of options, or type 'help' for help.
18
19************************************
20If in doubt, just choose 'install', and if that
21doesn't work, try 'install video=ofonly'.
22************************************
diff --git a/data/sarge/yaboot/ofboot.b b/data/sarge/yaboot/ofboot.b
23deleted file mode 1006440deleted file mode 100644
index 179602d..0000000
--- a/data/sarge/yaboot/ofboot.b
+++ /dev/null
@@ -1,64 +0,0 @@
1<CHRP-BOOT>
2<COMPATIBLE>
3MacRISC MacRISC3 MacRISC4
4</COMPATIBLE>
5<DESCRIPTION>
6GNU/Linux PPC bootloader
7</DESCRIPTION>
8<BOOT-SCRIPT>
9" screen" output
10load-base release-load-area
11boot cd:,\install\yaboot
12</BOOT-SCRIPT>
13<OS-BADGE-ICONS>
141010
15000000000000F8FEACF6000000000000
160000000000F5FFFFFEFEF50000000000
1700000000002BFAFEFAFCF70000000000
180000000000F65D5857812B0000000000
190000000000F5350B2F88560000000000
200000000000F6335708F8FE0000000000
2100000000005600F600F5FD8100000000
2200000000F9F8000000F5FAFFF8000000
23000000008100F5F50000F6FEFE000000
24000000F8F700F500F50000FCFFF70000
2500000088F70000F50000F5FCFF2B0000
260000002F582A00F5000008ADE02C0000
2700090B0A35A62B0000002D3B350A0000
28000A0A0B0B3BF60000505E0B0A0B0A00
29002E350B0B2F87FAFCF45F0B2E090000
3000000007335FF82BF72B575907000000
31000000000000ACFFFF81000000000000
32000000000081FFFFFFFF810000000000
330000000000FBFFFFFFFFAC0000000000
34000000000081DFDFDFFFFB0000000000
35000000000081DD5F83FFFD0000000000
36000000000081DDDF5EACFF0000000000
370000000000FDF981F981FFFF00000000
3800000000FFACF9F9F981FFFFAC000000
3900000000FFF98181F9F981FFFF000000
40000000ACACF981F981F9F9FFFFAC0000
41000000FFACF9F981F9F981FFFFFB0000
4200000083DFFBF981F9F95EFFFFFC0000
43005F5F5FDDFFFBF9F9F983DDDD5F0000
44005F5F5F5FDD81F9F9E7DF5F5F5F5F00
450083DD5F5F83FFFFFFFFDF5F835F0000
46000000FBDDDFACFBACFBDFDFFB000000
47000000000000FFFFFFFF000000000000
480000000000FFFFFFFFFFFF0000000000
490000000000FFFFFFFFFFFF0000000000
500000000000FFFFFFFFFFFF0000000000
510000000000FFFFFFFFFFFF0000000000
520000000000FFFFFFFFFFFF0000000000
530000000000FFFFFFFFFFFFFF00000000
5400000000FFFFFFFFFFFFFFFFFF000000
5500000000FFFFFFFFFFFFFFFFFF000000
56000000FFFFFFFFFFFFFFFFFFFFFF0000
57000000FFFFFFFFFFFFFFFFFFFFFF0000
58000000FFFFFFFFFFFFFFFFFFFFFF0000
5900FFFFFFFFFFFFFFFFFFFFFFFFFF0000
6000FFFFFFFFFFFFFFFFFFFFFFFFFFFF00
6100FFFFFFFFFFFFFFFFFFFFFFFFFF0000
62000000FFFFFFFFFFFFFFFFFFFF000000
63</OS-BADGE-ICONS>
64</CHRP-BOOT>
diff --git a/data/sarge/yaboot/yaboot.conf b/data/sarge/yaboot/yaboot.conf
65deleted file mode 1006440deleted file mode 100644
index ac0024a..0000000
--- a/data/sarge/yaboot/yaboot.conf
+++ /dev/null
@@ -1,105 +0,0 @@
1## This yaboot.conf is for CD booting only, do not use as reference.
2## Debian GNU/Linux PowerPC (CODENAME)
3
4# It is important not to have a comma after cd:
5device=cd:
6default=install
7
8# FIXME: will this be the correct path?
9message=/install/boot.msg
10
11# Powerpc subarch
12image=/install/powerpc/vmlinux
13 label=install-powerpc
14 alias=install
15 initrd=/install/powerpc/initrd.gz
16 append="devfs=mount,dall init=/linuxrc --"
17 initrd-size=10240
18 read-only
19
20image=/install/powerpc/vmlinux
21 label=expert-powerpc
22 alias=expert
23 initrd=/install/powerpc/initrd.gz
24 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
25 initrd-size=10240
26 read-only
27
28# Power3 subarch
29image=/install/power3/vmlinux
30 label=install-power3
31 initrd=/install/power3/initrd.gz
32 append="devfs=mount,dall init=/linuxrc --"
33 initrd-size=10240
34 read-only
35
36image=/install/power3/vmlinux
37 label=expert-power3
38 initrd=/install/power3/initrd.gz
39 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
40 initrd-size=10240
41 read-only
42
43# Power 4 subarch
44image=/install/power4/vmlinux
45 label=install-power4
46 initrd=/install/power4/initrd.gz
47 append="devfs=mount,dall init=/linuxrc --"
48 initrd-size=10240
49 read-only
50
51image=/install/power4/vmlinux
52 label=expert-power4
53 initrd=/install/power4/initrd.gz
54 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
55 initrd-size=10240
56 read-only
57
58# ... and now massive clone-and-hack for 2.4 ...
59
60# Powerpc subarch
61image=/install/powerpc/2.4/vmlinux
62 label=install-powerpc-2.4
63 alias=install-2.4
64 initrd=/install/powerpc/2.4/initrd.gz
65 append="devfs=mount,dall init=/linuxrc --"
66 initrd-size=8192
67 read-only
68
69image=/install/powerpc/2.4/vmlinux
70 label=expert-powerpc-2.4
71 alias=expert-2.4
72 initrd=/install/powerpc/2.4/initrd.gz
73 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
74 initrd-size=8192
75 read-only
76
77# Power3 subarch
78image=/install/power3/2.4/vmlinux
79 label=install-power3-2.4
80 initrd=/install/power3/2.4/initrd.gz
81 append="devfs=mount,dall init=/linuxrc --"
82 initrd-size=8192
83 read-only
84
85image=/install/power3/2.4/vmlinux
86 label=expert-power3-2.4
87 initrd=/install/power3/2.4/initrd.gz
88 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
89 initrd-size=8192
90 read-only
91
92# Power 4 subarch
93image=/install/power4/2.4/vmlinux
94 label=install-power4-2.4
95 initrd=/install/power4/2.4/initrd.gz
96 append="devfs=mount,dall init=/linuxrc --"
97 initrd-size=8192
98 read-only
99
100image=/install/power4/2.4/vmlinux
101 label=expert-power4-2.4
102 initrd=/install/power4/2.4/initrd.gz
103 append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
104 initrd-size=8192
105 read-only
diff --git a/data/sparc/etc/debian.txt b/data/sparc/etc/debian.txt
106deleted file mode 1006440deleted file mode 100644
index 704aa79..0000000
--- a/data/sparc/etc/debian.txt
+++ /dev/null
@@ -1,16 +0,0 @@
1
20
3 Welcome to Debian GNU/Linux 3.0!
4
5This is the Debian Install CD. Keep it once you have installed your
6system, as you can boot from it to repair the system on your hard disk if
7that ever becomes necessary.
8
9WARNING: You should completely back up all of your hard disks before
10 proceeding. The installation procedure can completely and irreversibly
11 erase them! If you haven't made backups yet, remove the rescue CD from
12 the drive and press L1-A to get back to the OpenBoot prompt.
13
14Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
15by applicable law.
16
17[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
diff --git a/data/sparc/etc/silo.conf b/data/sparc/etc/silo.conf
18deleted file mode 1006441deleted file mode 100644
index cb9e0d7..0000000
--- a/data/sparc/etc/silo.conf
+++ /dev/null
@@ -1,21 +0,0 @@
1partition=1
2timeout=600
3read-only
4message=/boot/debian.txt
5default=linux
6append="cdrom"
7initrd=/dists/stable/main/disks-sparc/current/images-1.44/root.bin
8
9# Standard boot images
10image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
11 label=linux
12image[sun4u]=/boot/sparc64
13 label=linux
14
15# Rescue boots
16image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
17 label=rescue
18 append="init=/bin/sh"
19image[sun4u]=/boot/sparc64
20 label=rescue
21 append="init=/bin/sh"
diff --git a/data/woody/README.html.in b/data/woody/README.html.in
22deleted file mode 1006440deleted file mode 100644
index 10431ce..0000000
--- a/data/woody/README.html.in
+++ /dev/null
@@ -1,790 +0,0 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML lang="en">
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5<TITLE>Debian GNU/Linux -- The Universal Operating System</TITLE>
6<META NAME="Description" CONTENT="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
7<META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG">
8<META NAME="Language" CONTENT="English">
9<meta name="Author" content="J.A. Bezemer, costar@panic.et.tudelft.nl">
10</HEAD>
11<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
12
13
14 <!-- The HTML and TEXT file are NOT the actual source code... -->
15 <!-- For that, see the debian-cd CVS. -->
16#if 0
17 If you read THIS, you're viewing the actual source file ;-)
18#endif
19
20#undef i386
21#undef alpha
22#undef powerpc
23#undef ppc
24#undef sparc
25#undef ultrasparc
26#undef m68k
27#undef arm
28#undef hppa
29#undef ia64
30#undef mips
31#undef mipsel
32#undef s390
33#undef binary
34#undef bin
35#undef source
36#undef src
37
38#if OUTPUTtext
39#define href nothing
40#endif
41
42#include <README.diskdefines>
43
44
45#if OUTPUThtml
46<div align=right>
47(<a href="README.txt">Text version</a>)
48</div>
49<TABLE border="0" cellpadding="3" cellspacing="0" align="center" summary="">
50<TR>
51<TD>
52<IMG src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""
53 width="50" height="61"></A>
54<IMG src="pics/debian.jpg" border="0" hspace="0" vspace="0"
55 alt="Debian" width="179" height="61">
56</TD>
57</TR>
58</TABLE>
59#endif
60#if OUTPUTtext
61<div align=right>
62(HTML version in README.html)
63</div>
64#endif
65
66
67<TABLE bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
68 width="100%" summary="">
69<TR>
70<TD valign="top">
71<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
72 vspace="0" alt="" width="15" height="16">
73</TD>
74<TD rowspan="2" align="center">
75
76 <CENTER>
77 <TABLE border="0" cellpadding="2" cellspacing="0" align="center">
78 <TR><TD bgcolor="#000084">
79 <CENTER><FONT COLOR="#FFFFFF" FACE="helvetica,arial"><B>&nbsp;&nbsp;
80#if 0
81 Debian GNU/Linux 3.0 "Woody" - Official i386 Binary-1 CD
82#endif
83 DISKNAME CD
84 &nbsp;&nbsp;</B></FONT></CENTER>
85 </TD><TR>
86 </TABLE>
87 </CENTER>
88
89</TD>
90<TD valign="top">
91<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
92 vspace="0" alt="" width="16" height="16">
93</TD>
94</TR>
95<TR>
96<TD valign="bottom">
97<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
98 vspace="0" alt="" width="16" height="16">
99</TD>
100<TD valign="bottom">
101<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
102vspace="0" alt="" width="15" height="16">
103</TD>
104</TR>
105</TABLE>
106
107<TABLE border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
108<TR>
109 <TD></TD>
110</TR>
111</TABLE>
112
113
114<TABLE border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
115<TR>
116 <TD colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
117 <img src="pics/blue-upperleft.png" align="left" border="0"
118 hspace="0" vspace="0" alt="" width="16" height="16">
119 <img src="pics/blue-upperright.png" align="right" border="0"
120 hspace="0" vspace="0" alt="" width="16" height="16">
121 </TD>
122</TR>
123<TR>
124 <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
125
126 <TD valign="TOP" bgcolor="#BBDDFF">
127
128<FONT face="Arial,Helvetica">
129
130#if OUTPUThtml
131<P><B><A href="http://www.debian.org/">Debian homepage</A></B></P>
132#endif
133
134&nbsp;<BR>
135<P>
136
137#if OUTPUTtext
138&nbsp;<BR>
139CONTENTS:
140<BR>
141&nbsp;<BR>
142<UL>
143#endif
144
145#if OUTPUTtext
146<LI>
147#endif
148
149<A href="#intro">Intro</A>
150<P>
151
152#if OUTPUTtext
153</LI><LI>
154#endif
155
156<A href="#thiscd">About This CD</A>
157<P>
158
159#if OUTPUTtext
160</LI><LI>
161#endif
162
163<A href="#install">Installing</A>
164<P>
165
166#if OUTPUTtext
167</LI><LI>
168#endif
169
170#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc || ARCHarm || ARCHpowerpc
171 <A href="#upgrade">Upgrading</A>
172 <P>
173
174#if OUTPUTtext
175 </LI><LI>
176#endif
177#endif
178
179#ifndef UNOFFEXTRAS
180<A href="#lastmin">Last-Minute Notes</A>
181<P>
182
183#if OUTPUTtext
184</LI><LI>
185#endif
186#endif
187
188#if TYPEbinary
189 <A href="#apt">Using CDs with Dselect and Apt</A>
190 <P>
191
192#if OUTPUTtext
193 </LI><LI>
194#endif
195#endif
196
197#ifndef UNOFFEXTRAS
198<A href="#nonfree">Non-free/Non-US</A>
199<P>
200
201#if OUTPUTtext
202</LI><LI>
203#endif
204#endif
205
206#ifndef UNOFFEXTRAS
207<A href="#cdmanuf">CD Manufacturers</A>
208<P>
209
210#if OUTPUTtext
211</LI><LI>
212#endif
213#endif
214
215<A href="#other">More Information</A>
216
217<P>
218
219#if OUTPUThtml
220&nbsp;<P>
221<A href=".">Browse this CD-ROM</A></P>
222<P>
223<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
224</P>
225#endif
226
227
228</FONT>
229
230#if OUTPUTtext
231</LI>
232</UL>
233#endif
234
235
236 </TD>
237 <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
238 <TD>&nbsp;&nbsp;</TD>
239
240 <TD valign="TOP" width="80%">
241
242<CENTER>
243<FONT SIZE="+2"><B><I>
244Welcome to the exciting world of
245</I></B></FONT>
246<BR>
247<FONT SIZE="+3"><B><I>
248Debian GNU/Linux!
249</I></B></FONT>
250</CENTER>
251
252<A name="intro">
253<P><H2>
254Intro
255#if OUTPUTtext
256<BR>
257=====
258#endif
259</H2>
260</a>
261#if OUTPUTtext
262<P>
263#endif
264
265This is one of the CD-ROMs of the
266<a href="http://www.debian.org/">Debian GNU/Linux</a>
267distribution. Debian is a
268very extensive collection of software. But it is more. It is a complete
269Operating System (OS) for your computer. And it is
270<A href="http://www.debian.org/intro/free">free</A>
271(as in &quot;freedom&quot;).
272<P>
273An operating system is the set of basic programs
274and utilities that make your computer run. At the core of an operating
275system is the kernel. The kernel is the most fundamental program on the
276computer, which does all the basic housekeeping and lets you start other
277programs.
278Debian is kernel independent. It currently uses the
279<A href="http://www.linux.org/">Linux</A> kernel but work is
280in progress to provide Debian for other kernels, using
281<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
282Most of the basic operating system tools
283come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
284GNU/Linux.
285<P>
286
287Debian is available for various kinds of computers
288(&quot;architectures&quot;), like
289&quot;IBM-compatible&quot; PCs (<i>i386</i>),
290Compaq's <i>Alpha</i>,
291Motorola's 680x0 (<i>m68k</i>),
292Sun's <i>Sparc</i>,
293Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
294Check the <A href="http://www.debian.org/ports">ports</A> page
295#if OUTPUTtext
296(http://www.debian.org/ports)
297#endif
298for more information.
299<P>
300
301#if OUTPUTtext
302Read more at <P>
303&nbsp; http://www.debian.org/intro/about
304#endif
305#if OUTPUThtml
306<A href="http://www.debian.org/intro/about">Read more...</A>
307#endif
308
309<A name="thiscd">
310#if OUTPUTtext
311<P>&nbsp;<P><H2>
312#endif
313#if OUTPUThtml
314<P><HR><P><H2>
315#endif
316About This CD
317#if OUTPUTtext
318<BR>
319=============
320#endif
321</H2>
322</a>
323#if OUTPUTtext
324<P>
325#endif
326
327This CD-ROM is labeled
328<P>
329<tt>&nbsp;
330 DISKNAME
331</tt>
332<P>
333#ifndef UNOFFEXTRAS
334which means that this CD is number DISKNUM of totally TOTALNUM CDs containing
335#if TYPEbinary
336programs ("binaries") for `ARCH' computers.
337<P>
338The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
339contains the most popular programs and the installation tools; it is possible
340to install and run Debian with only the Binary-1 CD. The other CDs, up to
341Binary-TOTALNUM, contain mostly special-interest programs.
342#endif
343#if TYPEsource
344the source code of programs in the Debian OS.
345<P>
346The source packages on the Source CDs are ordered by popularity, like
347the programs on the Binary CDs. This means that the source code of the
348programs on the Binary-DISKNUM CD can most likely be found on this CD
349(though there may be some variation due to size issues).
350#endif
351#else
352#include <unoffextrascd.html.in>
353#endif
354
355<A name="install">
356#if OUTPUTtext
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches