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
1diff --git a/CONF.sh b/CONF.sh
2index e12c97f..01751f5 100644
3--- a/CONF.sh
4+++ b/CONF.sh
5@@ -3,7 +3,6 @@
6 #
7
8 # Unset all optional variables first to start from a clean state
9-unset NONUS || true
10 unset NONFREE || true
11 unset CONTRIB || true
12 unset EXTRANONFREE || true
13@@ -150,9 +149,6 @@ export FULLARCH=$ARCH${SUBARCH:++$SUBARCH}
14 # Paths to the mirrors
15 export MIRROR=${MIRROR:-$CDIMAGE_ROOT/ftp}
16
17-# Comment the following line if you don't have/want non-US
18-#export NONUS=/ftp/debian-non-US
19-
20 # Path of the temporary directory
21 export TDIR=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/tmp
22
23diff --git a/Makefile b/Makefile
24index c597185..3805b4c 100644
25--- a/Makefile
26+++ b/Makefile
27@@ -145,7 +145,6 @@ scanpackages=$(BASEDIR)/tools/scanpackages
28 scansources=$(BASEDIR)/tools/scansources
29 add_files=$(BASEDIR)/tools/add_files
30 set_mkisofs_opts=$(BASEDIR)/tools/set_mkisofs_opts
31-strip_nonus_bin=$(BASEDIR)/tools/strip-nonUS-bin
32 add_secured=$(BASEDIR)/tools/add_secured
33 md5sum=/usr/bin/md5sum
34 sha1sum=/usr/bin/sha1sum
35@@ -327,13 +326,11 @@ $(ADIR):
36 clean: ok bin-clean src-clean
37 bin-clean:
38 $(Q)rm -rf $(BDIR)/CD[1234567890]*
39- $(Q)rm -rf $(BDIR)/*_NONUS
40 $(Q)rm -f $(BDIR)/*.filelist*
41 $(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \
42 $(BDIR)/upgrade-stamp $(BDIR)/secured-stamp $(BDIR)/md5-check
43 src-clean:
44 $(Q)rm -rf $(SDIR)/CD[1234567890]*
45- $(Q)rm -rf $(SDIR)/*_NONUS
46 $(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp $(SDIR)/md5-check
47
48 # Completely cleans the current arch tree
49@@ -525,7 +522,7 @@ $(BDIR)/CD1/.disk/info:
50 for i in $(BDIR)/*.packages; do \
51 num=$${i%%.packages}; num=$${num##$(BDIR)/}; \
52 dir=$(BDIR)/CD$$num; \
53- echo -n $(BINDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \
54+ echo -n $(BINDISKINFO) > $$dir/.disk/info; \
55 echo -n $(BINVOLID) > $(BDIR)/$${num}.volid; \
56 $(set_mkisofs_opts) bin $$num > $(BDIR)/$${num}.mkisofs_opts; \
57 done
58@@ -538,7 +535,7 @@ $(SDIR)/CD1/.disk/info:
59 for i in $(SDIR)/*.sources; do \
60 num=$${i%%.sources}; num=$${num##$(SDIR)/}; \
61 dir=$(SDIR)/CD$$num; \
62- echo -n $(SRCDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \
63+ echo -n $(SRCDISKINFO) > $$dir/.disk/info; \
64 echo -n $(SRCVOLID) > $(SDIR)/$${num}.volid; \
65 $(set_mkisofs_opts) src $$num > $(SDIR)/$${num}.mkisofs_opts; \
66 done
67@@ -606,7 +603,7 @@ $(SDIR)/sources-stamp:
68 dir=$(SDIR)/CD$$n; \
69 echo -n "$$n ... "; \
70 echo -n "main ... "; \
71- grep -vE "(non-US/|/local/)" $$i > $$i.main || true ; \
72+ grep -vE "/local/" $$i > $$i.main || true ; \
73 if [ -s $$i.main ] ; then \
74 cat $$i.main | xargs $(add_files) $$dir $(MIRROR); \
75 fi ; \
76@@ -623,13 +620,6 @@ $(SDIR)/sources-stamp:
77 fi; \
78 fi; \
79 fi; \
80- if [ -n "$(NONUS)" ]; then \
81- echo -n "non-US ... "; \
82- grep "non-US/" $$i > $$i.nonus || true ; \
83- if [ -s $$i.nonus ] ; then \
84- cat $$i.nonus | xargs $(add_files) $$dir $(NONUS); \
85- fi; \
86- fi; \
87 $(scansources) $$dir; \
88 echo "done."; \
89 done
90diff --git a/README b/README
91index 79d0282..fca2806 100644
92--- a/README
93+++ b/README
94@@ -114,8 +114,7 @@ The process of building a CD is composed of the following steps:
95
96 $ export NONFREE=1; make list TASK=tasks/your-task-here COMPLETE=1
97
98- or for something like an official image for the USA (without non-US &
99- non-free) :
100+ or for something like an official image (without non-free) :
101
102 $ make list COMPLETE=1 SIZELIMIT1=576716800
103
104@@ -123,8 +122,6 @@ The process of building a CD is composed of the following steps:
105
106 You can change the behaviour of this command with the following
107 variables:
108- - if NONUS is set, then packages from non-US will be allowed (the value
109- of NONUS must be the path to the non-US mirror if you have one)
110 - if NONFREE is set, then packages from non-free will be allowed
111 (NONFREE must be exported to all sub-shells)
112 - if EXTRANONFREE is set, then non-free packages will be included
113diff --git a/data/cts_amiga_info.tar.gz b/data/cts_amiga_info.tar.gz
114deleted file mode 100644
115index 0e17cc3..0000000
116Binary files a/data/cts_amiga_info.tar.gz and /dev/null differ
117diff --git a/data/etch/README.html.in b/data/etch/README.html.in
118deleted file mode 100644
119index f587ec4..0000000
120--- a/data/etch/README.html.in
121+++ /dev/null
122@@ -1,693 +0,0 @@
123-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
124-<html lang="en">
125-<head>
126- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
127- <title>Debian GNU/Linux -- The Universal Operating System</title>
128- <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.">
129- <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
130- <meta name="Language" content="English">
131- <meta name="Author" content="J.A. Bezemer, debian-boot@lists.debian.org">
132- <link rev="made" href="mailto:debian-boot@lists.debian.org">
133-</head>
134-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
135-
136- <!-- The HTML and TEXT file are NOT the actual source code. -->
137- <!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
138-#if 0
139- If you read THIS, you're viewing the actual source file ;-)
140-#endif
141-
142-#undef i386
143-#undef amd64
144-#undef alpha
145-#undef powerpc
146-#undef ppc
147-#undef sparc
148-#undef ultrasparc
149-#undef m68k
150-#undef arm
151-#undef binary
152-#undef bin
153-#undef source
154-#undef src
155-
156-#if OUTPUTtext
157-#define href nothing
158-#endif
159-
160-#include <README.diskdefines>
161-
162-
163-#if OUTPUThtml
164-<div align=right>
165-(<a href="README.txt">Text version</a>)
166-</div>
167-<table border="0" cellpadding="3" cellspacing="0" align="center" summary="">
168-<tr>
169-<td>
170-<img src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt="" width="50" height="61">
171-<img src="pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian" width="179" height="61">
172-</td>
173-</tr>
174-</table>
175-#endif
176-#if OUTPUTtext
177-<div align=right>
178-(HTML version in README.html)
179-</div>
180-#endif
181-
182-
183-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
184- width="100%" summary="">
185-<tr>
186-<td valign="top">
187-<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
188- vspace="0" alt="" width="15" height="16">
189-</td>
190-<td rowspan="2" align="center">
191-
192- <table align="center" border="0" cellpadding="2" cellspacing="0">
193- <tr><td bgcolor="#000084">
194- <div align="center"><font color="#FFFFFF" face="helvetica,arial"><B>&nbsp;&nbsp;
195-#if 0
196- Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
197-#endif
198- DISKNAME CD
199- &nbsp;&nbsp;</B></font></div>
200- </td></tr>
201- </table>
202-
203-</td>
204-<td valign="top">
205-<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
206- vspace="0" alt="" width="16" height="16">
207-</td>
208-</tr>
209-<tr>
210-<td valign="bottom">
211-<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
212- vspace="0" alt="" width="16" height="16">
213-</td>
214-<td valign="bottom">
215-<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
216-vspace="0" alt="" width="15" height="16">
217-</td>
218-</tr>
219-</table>
220-
221-<table border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
222-<tr>
223- <td></td>
224-</tr>
225-</table>
226-
227-
228-<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
229-<tr>
230- <td colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
231- <img src="pics/blue-upperleft.png" align="left" border="0"
232- hspace="0" vspace="0" alt="" width="16" height="16">
233- <img src="pics/blue-upperright.png" align="right" border="0"
234- hspace="0" vspace="0" alt="" width="16" height="16">
235- </td>
236-</tr>
237-<tr>
238- <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
239-
240- <td valign="TOP" bgcolor="#BBDDFF">
241-
242-<font face="Arial,Helvetica">
243-
244-#if OUTPUThtml
245-<P><B><A href="http://www.debian.org/">Debian home&nbsp;page</A></B></P>
246-#endif
247-
248-&nbsp;<br>
249-<P>
250-
251-#if OUTPUTtext
252-&nbsp;<br>
253-CONTENTS:
254-<br>
255-&nbsp;<br>
256-<UL>
257-#endif
258-
259-#if OUTPUTtext
260-<LI>
261-#endif
262-
263-<A href="#intro">Intro</A>
264-<P>
265-
266-#if OUTPUTtext
267-</LI><LI>
268-#endif
269-
270-<A href="#thiscd">About This CD</A>
271-<P>
272-
273-#if OUTPUTtext
274-</LI><LI>
275-#endif
276-
277-<A href="#install">Installing</A>
278-<P>
279-
280-#if OUTPUTtext
281-</LI><LI>
282-#endif
283-
284-#ifndef UNOFFEXTRAS
285-<A href="#lastmin">Last-Minute Notes</A>
286-<P>
287-
288-#if OUTPUTtext
289-</LI><LI>
290-#endif
291-#endif
292-
293-#if TYPEbinary
294- <A href="#apt">Using CDs with apt</A>
295- <P>
296-
297-#if OUTPUTtext
298- </LI><LI>
299-#endif
300-#endif
301-
302-#ifndef UNOFFEXTRAS
303-<A href="#cdmanuf">CD Manufacturers</A>
304-<P>
305-
306-#if OUTPUTtext
307-</LI><LI>
308-#endif
309-#endif
310-
311-<A href="#other">More Information</A>
312-
313-<P>
314-
315-#if OUTPUThtml
316-&nbsp;<P>
317-<A href=".">Browse this CD-ROM</A></P>
318-<P>
319-<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
320-</P>
321-#endif
322-
323-
324-</font>
325-
326-#if OUTPUTtext
327-</LI>
328-</UL>
329-#endif
330-
331-
332- </td>
333- <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
334- <td>&nbsp;&nbsp;</td>
335-
336- <td valign="TOP" width="80%">
337-
338-<div align="center">
339-<big><big><B><I>
340-Welcome to the exciting world of
341-</I></B></big></big>
342-<br>
343-<big><big><big><B><I>
344-Debian GNU/Linux!
345-</I></B></big></big></big>
346-</div>
347-
348-<P><H2><A name="intro">
349-Intro
350-#if OUTPUTtext
351-<br>
352-=====
353-#endif
354-</H2>
355-</a>
356-<p>
357-This is one of the CD-ROMs of the
358-<a href="http://www.debian.org/">Debian GNU/Linux</a>
359-distribution. Debian is a
360-very extensive collection of software. But it is more. It is a complete
361-Operating System (OS) for your computer. And it is
362-<A href="http://www.debian.org/intro/free">free</A>
363-(as in &quot;freedom&quot;).
364-<P>
365-An operating system is the set of basic programs
366-and utilities that make your computer run. At the core of an operating
367-system is the kernel. The kernel is the most fundamental program on the
368-computer, which does all the basic housekeeping and lets you start other
369-programs.
370-Debian is kernel independent. It currently uses the
371-<A href="http://www.linux.org/">Linux</A> kernel but work is
372-in progress to provide Debian for other kernels, using
373-<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
374-Most of the basic operating system tools
375-come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
376-GNU/Linux.
377-<P>
378-
379-Debian is available for various kinds of computers
380-(&quot;architectures&quot;), like
381-&quot;IBM-compatible&quot; PCs (<i>i386</i>),
382-Compaq's <i>Alpha</i>,
383-Motorola's 680x0 (<i>m68k</i>),
384-Sun's <i>Sparc</i>,
385-Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
386-Check the <A href="http://www.debian.org/ports">ports</A> page
387-#if OUTPUTtext
388-(http://www.debian.org/ports)
389-#endif
390-for more information.
391-<P>
392-
393-#if OUTPUTtext
394-Read more at <P>
395-&nbsp; http://www.debian.org/intro/about
396-#endif
397-#if OUTPUThtml
398-<A href="http://www.debian.org/intro/about">Read more...</A>
399-#endif
400-
401-#if OUTPUTtext
402-<P>&nbsp;<P><H2><A name="thiscd">
403-#endif
404-#if OUTPUThtml
405-<P><HR><P><H2><A name="thiscd">
406-#endif
407-About This CD
408-#if OUTPUTtext
409-<br>
410-=============
411-#endif
412-</H2>
413-</a>
414-<p>
415-This CD-ROM is labeled
416-<P>
417-<tt>&nbsp;
418- DISKNAME
419-</tt>
420-<P>
421-#ifndef UNOFFEXTRAS
422-which means that this CD is number DISKNUM of TOTALNUM CDs containing
423-#if TYPEbinary
424-programs ("binaries") for `ARCH' computers.
425-<P>
426-The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
427-contains the most popular programs and the installation tools; it is possible
428-to install and run Debian with only the Binary-1 CD. The other CDs, up to
429-Binary-TOTALNUM, contain mostly special-interest programs.
430-<p>
431-#if OMIT_RELEASE_NOTES
432-The Release Notes for "etch" are available on the <A
433-href="http://www.debian.org/releases/etch/releasenotes">Debian web
434-site</A>.
435-#else
436-#if DISKNUM == 1
437-The Release Notes for Debian GNU/Linux "etch" are included on this CD
438-in <A href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
439-several languages. Additional translations and updated versions for
440-the Release Notes may be available from the <A
441-href="http://www.debian.org/releases/etch/releasenotes">Debian web
442-site</A>.
443-else
444-See the first CD in this set for the "etch" Release Notes.
445-#endif
446-#endif
447-#endif
448-#if TYPEsource
449-the source code of programs in the Debian OS.
450-<P>
451-The source packages on the Source CDs are ordered by popularity, like
452-the programs on the Binary CDs. This means that the source code of the
453-programs on the Binary-DISKNUM CD can most likely be found on this CD
454-(though there may be some variation due to size issues).
455-#endif
456-#else
457-#include <unoffextrascd.html.in>
458-#endif
459-
460-
461-#if OUTPUTtext
462-<P>&nbsp;<P><H2><A name="install">
463-#endif
464-#if OUTPUThtml
465-<P><HR><P><H2><A name="install">
466-#endif
467-Installing
468-#if OUTPUTtext
469-<br>
470-==========
471-#endif
472-</H2>
473-</a>
474-<p>
475-#if TYPEbinary
476-
477- Because Debian is a complete Operating System, the installation procedure
478- may seem a bit unusual. You can install Debian GNU/Linux either
479- <i>alongside</i> your current OS, or as the <i>only</i> OS on your computer.
480-#if OMIT_MANUAL
481- <P>
482- An <b>Installation Guide</b> for this CD is available from
483- <A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
484-#else
485- <P>
486- An <b>Installation Guide</b> is included on this CD at
487- <P>
488- <tt>&nbsp;
489- <A href="doc/install/manual/en/index.html">doc/install/manual/en/index.html</a> &nbsp;&nbsp;&nbsp; (English version)</tt>
490- <P>
491- Several translations of the Installation Guide are included on this CD in
492- the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
493- <br>
494- Note: additional translations, other formats (like PDF and TXT) and updated
495- versions for the Installation Guide are available from
496- <A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
497-#endif
498- <P>
499- Programs and other files that are needed for the installation can be found on
500- this CD under
501- <P>
502- <tt>&nbsp;
503- <A href=%%""tools/%%"">/tools/</a>
504- </tt>
505- and
506- <tt>&nbsp;
507- <A href=%%""install/floppy/%%"">/install/floppy/</a>
508- </tt>
509-
510-#if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHpowerpc || ARCHsparc
511- <P>
512- For the impatient ones:
513-#endif
514-
515-#if ARCHi386 || ARCHalpha || ARCHsparc
516- you can start the installation program easily by booting off this CD-ROM.
517- Note that not all (esp. older) systems support this.
518- <P>
519-#endif
520-
521-#if ARCHi386 || ARCHamd64 || ARCHpowerpc
522-#if ARCHi386
523- You can also
524-#else
525- you can
526-#endif
527- examine the
528- <P>
529- <tt>&nbsp;
530- <a href="install/">/install</a>
531- </tt>
532- <P>
533- directory; you might be able to start the installation system directly
534- from there.
535-#endif
536-
537-#else
538- The installation tools of the Debian Operating System are located on the
539- Binary-1 CD.
540- See the README on that CD for more info.
541-#endif
542-
543-#ifndef UNOFFEXTRAS
544-#if OUTPUTtext
545-<P>&nbsp;<P><H2><A name="lastmin">
546-#endif
547-#if OUTPUThtml
548-<P><HR><P><H2><A name="lastmin">
549-#endif
550-Last-Minute Notes
551-#if OUTPUTtext
552-<br>
553-=================
554-#endif
555-</H2>
556-</a>
557-<p>
558-<UL>
559-
560-<LI>
561-You should keep in mind that this is an unofficial CD of the current
562-development version of the Debian system. This means that all sorts of
563-bugs may be present anywhere in the system.
564-
565-<br>&nbsp;
566-</LI>
567-
568-#if 0
569--------- This can't be an official image, so also no official notes.
570-<LI>
571-Last-minutes notes for this CD may be available on
572-<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
573-</LI>
574-#endif
575-
576-</UL>
577-#endif
578-
579-#if TYPEbinary
580-#if OUTPUTtext
581- <P>&nbsp;<P><H2><A name="apt">
582-#endif
583-#if OUTPUThtml
584- <P><HR><P><H2><A name="apt">
585-#endif
586- Using Apt
587-#if OUTPUTtext
588- <br>
589- =============
590-#endif
591- </H2>
592- </a>
593- <p>
594- After installing or upgrading, Debian's packaging system can use CD-ROMs,
595- local collections, or networked servers (FTP, HTTP) to automatically
596- install software from (<tt>.deb</tt> <i>packages</i>). This is done
597- preferably with the `apt' and `aptitude' programs.
598-
599- <P>
600-
601- You can install packages from the commandline using
602- <tt>apt-get</tt>. For example, if you want to install the packages
603- `commprog' and `maxgame', you can give the command
604- <P>
605- <tt>&nbsp;
606- apt-get install commprog maxgame
607- </tt>
608- <P>
609- Note that you don't have to enter the complete path, or the
610- `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
611- <P>
612- Or use aptitude for a full screen interactive selection of available
613- Debian packages.
614-
615-#endif
616-
617-
618-#ifndef UNOFFEXTRAS
619-#if OUTPUTtext
620-<P>&nbsp;<P><H2><A name="cdmanuf">
621-#endif
622-#if OUTPUThtml
623-<P><HR><P><H2><A name="cdmanuf">
624-#endif
625-CD Manufacturers
626-#if OUTPUTtext
627-<br>
628-================
629-#endif
630-</H2>
631-</a>
632-<p>
633-You are completely free to manufacture and re-distribute CD-ROMs of the
634-Debian GNU/Linux Operating System, like this one. There is no charge from
635-us (but of course donations are always welcome).
636-
637-<P>
638-
639-For all needed information and contact addresses, please refer to
640-<P>
641-<tt>&nbsp;
642- <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
643-</tt>
644-#endif
645-
646-#if OUTPUTtext
647-<P>&nbsp;<P><H2><A name="other">
648-#endif
649-#if OUTPUThtml
650-<P><HR><P><H2><A name="other">
651-#endif
652-More Information
653-#if OUTPUTtext
654-<br>
655-================
656-#endif
657-</H2>
658-</a>
659-<p>
660-#if DISKNUM1 && TYPEbinary
661-
662-There is much more information present on this CD. Besides the already
663-mentioned installation and upgrading procedures, this is the most
664-interesting: <P>
665-
666-<UL>
667-<LI>
668-
669-#if OUTPUTtext
670-/doc/FAQ
671- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
672-#endif
673-<A href="doc/FAQ/">Debian FAQ</a>
674-
675-</LI>
676-<LI>
677-
678-#if OUTPUTtext
679-/doc/constitution.txt
680- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
681-#endif
682-<A href="doc/constitution.txt">The Debian Constitution</a>
683-
684-</LI>
685-<LI>
686-
687-#if OUTPUTtext
688-/doc/debian-manifesto
689- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
690-#endif
691-<A href="doc/debian-manifesto">The Debian Manifesto</a>
692-
693-</LI>
694-<LI>
695-
696-#if OUTPUTtext
697-/doc/social-contract.txt
698- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
699-#endif
700-<A href="doc/social-contract.txt">Debian's Social Contract</a>
701-
702-</LI>
703-<LI>
704-
705-#if OUTPUTtext
706-/doc/bug-reporting.txt
707- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
708-#endif
709-<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
710-
711-</LI>
712-</UL>
713-
714-#else
715-
716-The Binary-1 CD contains much more information about various aspects
717-of the Debian Operating System and the Debian organization.
718- See the README on that CD for more info.
719-
720-#endif
721-
722-<P>
723-Also on the Internet are many resources. To name a few:
724-<P>
725-
726-<UL>
727-<LI>
728-
729-#if OUTPUTtext
730-http://www.debian.org
731- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
732-#endif
733-<A href="http://www.debian.org/">The Debian homepage</a>
734-
735-</LI>
736-<LI>
737-
738-#if OUTPUTtext
739-http://www.debian.org/doc
740- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
741-#endif
742-<A href="http://www.debian.org/doc/">Debian Documentation</a>
743-
744-</LI>
745-<LI>
746-
747-#if OUTPUTtext
748-http://www.debian.org/support
749- &nbsp;
750-#endif
751-<A href="http://www.debian.org/support">Debian User Support</a>
752-
753-</LI>
754-<LI>
755-
756-#if OUTPUTtext
757-http://www.tldp.org
758- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
759-#endif
760-<A href="http://www.tldp.org/">The Linux Documentation Project</a>
761-
762-</LI>
763-<LI>
764-
765-#if OUTPUTtext
766-http://www.linux.org
767- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
768-#endif
769-<A href="http://www.linux.org/">General Linux homepage</a>
770-
771-</LI>
772-</UL>
773-
774-<P>
775-
776-<DIV align="center">
777-
778-#if OUTPUTtext
779-&nbsp;<br>
780-&nbsp;<br>
781-#endif
782-#if OUTPUThtml
783-<HR>
784-#endif
785-
786-<SMALL>See the Debian
787-<A href="http://www.debian.org/contact">contact page</A>
788-
789-#if OUTPUTtext
790-(http://www.debian.org/contact)
791-#endif
792-
793-for information on contacting us.
794- </SMALL><P>
795-<SMALL>
796-
797-Last Modified: Sat Mar 20 12:30:45 EST 2004
798-
799-<br></SMALL>
800-</DIV>
801-
802- </td>
803- </tr>
804- <tr>
805- <td colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
806- <img src="pics/blue-lowerleft.png" align="left" border="0"
807- hspace="0" vspace="0" alt="" width="17" height="16">
808- <img src="pics/blue-lowerright.png" align="right" border="0"
809- hspace="0" vspace="0" alt="" width="16" height="16">
810- </td>
811- </tr>
812- </table>
813-
814-</body>
815-</html>
816diff --git a/data/etch/README.sbm b/data/etch/README.sbm
817deleted file mode 100644
818index 4087670..0000000
819--- a/data/etch/README.sbm
820+++ /dev/null
821@@ -1,43 +0,0 @@
822-About the Smart Boot Manager image
823-----------------------------------
824-
825- The file `sbm.bin' that is available in this directory may be useful
826- to you if you are not able to directly boot the first CD because your
827- BIOS may be too old and may not support ISOLINUX.
828-
829- Then, instead of booting on the CD directly, you create a Smart Boot
830- Manager floppy image by using the sbm.bin disk image. You can create this
831- floppy with rawrite (under DOS) or with dd (under Linux). Now you can
832- boot on this floppy disk and it will detect your CDROM and let you boot
833- on it bypassing any BIOS limitation.
834-
835-What is SBM ?
836-
837- Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent
838- Boot Manager - a program that is loaded by the bios before any
839- operating system and allows you to choose which operating system to
840- boot.
841-
842- SBM is included in Debian in two ways, the package bmconf allows us to
843- install and configure an old version of SBM and sbm wich is the latest
844- version of SBM with an installer.
845-
846-What's the use of SBM on the CD then ?
847-
848- SBM includes an IDE driver that allows us to boot the cds even on
849- machines with a BIOS that wouldn't support booting from CD, provided our
850- CDROM is an IDE one, that is, so you can make a SBM floppy and boot from
851- it and then tell it to boot from your CDROM.
852-
853- Also, there are some cases where the BIOS would allow booting from the CD
854- but isolinux fails to boot from there, in this case you can either boot
855- using a CD other than the first, as the others don't use isolinux, or you
856- can make a SBM floppy and boot from this floppy and then tell SBM to boot
857- your CDROM.
858-
859-How do you make a SBM floppy ?
860-
861- If you have SBM installed on a box you can run sbminst. Otherwise you can
862- put the sbm.bin floppy image that we provide with our cds onto a floppy
863- just like you would do with a rescue image.
864-
865diff --git a/data/etch/alpha_businesscard_udeb_include b/data/etch/alpha_businesscard_udeb_include
866deleted file mode 100644
867index eea4461..0000000
868--- a/data/etch/alpha_businesscard_udeb_include
869+++ /dev/null
870@@ -1,4 +0,0 @@
871-choose-mirror
872-netcfg
873-ethdetect
874-fdisk-udeb
875diff --git a/data/etch/alpha_netinst_udeb_include b/data/etch/alpha_netinst_udeb_include
876deleted file mode 100644
877index 70df4f6..0000000
878--- a/data/etch/alpha_netinst_udeb_include
879+++ /dev/null
880@@ -1,3 +0,0 @@
881-netcfg
882-ethdetect
883-fdisk-udeb
884diff --git a/data/etch/alpha_udeb_include b/data/etch/alpha_udeb_include
885deleted file mode 100644
886index 70df4f6..0000000
887--- a/data/etch/alpha_udeb_include
888+++ /dev/null
889@@ -1,3 +0,0 @@
890-netcfg
891-ethdetect
892-fdisk-udeb
893diff --git a/data/etch/amd64_businesscard_udeb_include b/data/etch/amd64_businesscard_udeb_include
894deleted file mode 100644
895index c8849a9..0000000
896--- a/data/etch/amd64_businesscard_udeb_include
897+++ /dev/null
898@@ -1,5 +0,0 @@
899-choose-mirror
900-netcfg
901-ethdetect
902-pcmcia-cs-udeb
903-wireless-tools-udeb
904diff --git a/data/etch/amd64_netinst_udeb_include b/data/etch/amd64_netinst_udeb_include
905deleted file mode 100644
906index 275197a..0000000
907--- a/data/etch/amd64_netinst_udeb_include
908+++ /dev/null
909@@ -1,4 +0,0 @@
910-netcfg
911-ethdetect
912-pcmcia-cs-udeb
913-wireless-tools-udeb
914diff --git a/data/etch/amd64_udeb_include b/data/etch/amd64_udeb_include
915deleted file mode 100644
916index 275197a..0000000
917--- a/data/etch/amd64_udeb_include
918+++ /dev/null
919@@ -1,4 +0,0 @@
920-netcfg
921-ethdetect
922-pcmcia-cs-udeb
923-wireless-tools-udeb
924diff --git a/data/etch/arm_businesscard_udeb_include b/data/etch/arm_businesscard_udeb_include
925deleted file mode 100644
926index 6326d6c..0000000
927--- a/data/etch/arm_businesscard_udeb_include
928+++ /dev/null
929@@ -1,3 +0,0 @@
930-choose-mirror
931-netcfg
932-ethdetect
933diff --git a/data/etch/arm_netinst_udeb_include b/data/etch/arm_netinst_udeb_include
934deleted file mode 100644
935index 6f1c801..0000000
936--- a/data/etch/arm_netinst_udeb_include
937+++ /dev/null
938@@ -1,2 +0,0 @@
939-netcfg
940-ethdetect
941diff --git a/data/etch/arm_udeb_include b/data/etch/arm_udeb_include
942deleted file mode 100644
943index 6f1c801..0000000
944--- a/data/etch/arm_udeb_include
945+++ /dev/null
946@@ -1,2 +0,0 @@
947-netcfg
948-ethdetect
949diff --git a/data/etch/delo.conf b/data/etch/delo.conf
950deleted file mode 100644
951index 81d29a9..0000000
952--- a/data/etch/delo.conf
953+++ /dev/null
954@@ -1,19 +0,0 @@
955-# DECstations with R4000 CPU
956-label=linux-kn04
957- append="initrd=/boot/initrd.gz ramdisk_size=8192"
958- image=/boot/vmlinux-r4k-kn04
959-
960-# DECstations with R4000 CPU, expert mode
961-label=expert-kn04
962- append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
963- image=/boot/vmlinux-r4k-kn04
964-
965-# DECstations with R3000 CPU
966-label=linux-kn02
967- append="initrd=/boot/initrd.gz ramdisk_size=8192"
968- image=/boot/vmlinux-r3k-kn02
969-
970-# DECstations with R3000 CPU, expert mode
971-label=expert-kn02
972- append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
973- image=/boot/vmlinux-r3k-kn02
974diff --git a/data/etch/exclude-udebs b/data/etch/exclude-udebs
975deleted file mode 100644
976index 38fd04c..0000000
977--- a/data/etch/exclude-udebs
978+++ /dev/null
979@@ -1,92 +0,0 @@
980-# These udebs build the d-i cdrom initrd. As such, there is no reason
981-# to keep another copy of them on the CD in udeb form.
982-#
983-# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
984-kernel-image-*
985-# build/pkg-lists/base in d-i cvs
986-rootskel
987-main-menu
988-cdebconf-udeb
989-udpkg
990-anna
991-di-utils-shell
992-di-utils-reboot
993-lowmemcheck
994-# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
995-# root+cd-drivers floppies)
996-busybox-cvs-udeb
997-rootskel-locale
998-languagechooser
999-countrychooser
1000-iso-3166-udeb
1001-hw-detect
1002-cdrom-detect
1003-cdrom-retriever
1004-load-cdrom
1005-cdrom-checker
1006-bogl-bterm-udeb
1007-di-utils-terminfo
1008-cdebconf-priority
1009-cdebconf-newt-udeb
1010-usb-discover
1011-preseed-common
1012-initrd-preseed
1013-file-preseed
1014-nano-udeb
1015-floppy-retriever
1016-libfribidi0-udeb
1017-# Already on the initrd, thanks to library reduction.
1018-libdebconfclient0-udeb
1019-# A reduced version is on the initrd. Nothing currently needs the full
1020-# version.
1021-slang1a-utf8-udeb
1022-# These udebs are only useful in building the boot floppy image.
1023-busybox-cvs-floppy-udeb
1024-di-utils-bootfloppy
1025-rootskel-bootfloppy
1026-# Until someone gets the gtk cdebconf frontend going, all this is not worth
1027-# including.
1028-cdebconf-gtk-udeb
1029-fontconfig-udeb
1030-libatk1.0-udeb
1031-libdirectfb-0.9-19-udeb
1032-libexpat1-udeb
1033-libfreetype6-udeb
1034-libglib2.0-udeb
1035-libgtk+2.0-directfb0-udeb
1036-libpango1.0-udeb
1037-libpng12-0-udeb
1038-ttf-freefont-udeb
1039-# This udeb is not in good shape and is largely supersceded by
1040-# cdebconf-newt-udeb
1041-cdebconf-slang-udeb
1042-# We're currently using busybox's own shell, and do not need this one.
1043-dash-udeb
1044-# These dhcp clients are not the currently preferred one.
1045-dhcp3-client-udeb
1046-pump-udeb
1047-# This package is only useful in the d-i-demo.
1048-di-utils-exit-installer
1049-# No need for these loaders.
1050-load-installer
1051-download-installer
1052-load-floppy
1053-# Only useful in the hd-media initrd.
1054-iso-scan
1055-load-iso
1056-# We're using busybox's modutils these days.
1057-modutils-basic
1058-modutils-full
1059-# Nothing currently depends on this, and it seems not useful on its own.
1060-reiserfsprogs-udeb
1061-# These are not really needed, the regular netcfg subsumes them.
1062-netcfg-static
1063-netcfg-dhcp
1064-# skolelinux stuff, not for the stock CDs
1065-debian-edu-install-udeb
1066-debian-edu-profile-udeb
1067-# If needed, will be on the initrd already.
1068-module-init-tools-udeb
1069-rescue-check
1070-# Not used yet. When it is, will go in the initrd.
1071-localechooser
1072diff --git a/data/etch/exclude-udebs-amd64 b/data/etch/exclude-udebs-amd64
1073deleted file mode 100644
1074index 6312cc3..0000000
1075--- a/data/etch/exclude-udebs-amd64
1076+++ /dev/null
1077@@ -1,35 +0,0 @@
1078-# These udebs are in the d-i cdrom initrd and the hd-media initrd.
1079-# As such, there is no reason to keep another copy of them on the CD
1080-# in udeb form.
1081-isa-pnp-modules-*
1082-socket-modules-*
1083-console-keymaps-at
1084-console-keymaps-usb
1085-discover-data-udeb
1086-discover-udeb
1087-discover1-data-udeb
1088-discover1-udeb
1089-fat-modules-*
1090-cdrom-core-modules-*
1091-cdrom-modules-*
1092-ide-modules-*
1093-ide-core-modules-*
1094-input-modules-*
1095-fb-modules-*
1096-kbd-chooser
1097-usb-modules-*
1098-usb-storage-modules-*
1099-scsi-core-modules-*
1100-# Not needed with the 2.6 kernel on amd64.
1101-userdevfs
1102-# The speakup kernel modules are not useful unless the access images are
1103-# provided.
1104-*-speakup-di
1105-# These packages are for the old partitioning system, and should not be
1106-# included as they confuse users.
1107-# Note that partconf-find-partitions is used by lvmcfg-utils, so is not
1108-# excluded likewise, partconf-mkfstab is used by autopartkit.
1109-partconf
1110-partitioner
1111-# This is obsolete.
1112-discover2-data-udeb
1113diff --git a/data/etch/exclude-udebs-i386 b/data/etch/exclude-udebs-i386
1114deleted file mode 100644
1115index 8afbd18..0000000
1116--- a/data/etch/exclude-udebs-i386
1117+++ /dev/null
1118@@ -1,29 +0,0 @@
1119-# These udebs are in the d-i cdrom initrd and the cd-drivers+root floppies.
1120-# As such, there is no reason to keep another copy of them on the CD
1121-# in udeb form.
1122-isa-pnp-modules-*
1123-socket-modules-*
1124-console-keymaps-at
1125-console-keymaps-usb
1126-floppy-modules-*
1127-discover-data-udeb
1128-discover-udeb
1129-discover1-data-udeb
1130-discover1-udeb
1131-cdrom-core-modules-*
1132-cdrom-modules-*
1133-ide-modules-*
1134-ide-core-modules-*
1135-input-modules-*
1136-fb-modules-*
1137-kbd-chooser
1138-usb-modules-*
1139-usb-storage-modules-*
1140-scsi-core-modules-*
1141-# Not needed with the 2.4 kernel on i386.
1142-userdevfs
1143-# The speakup kernel modules are not useful unless the access images are
1144-# provided.
1145-*-speakup-di
1146-# These udebs are not used yet.
1147-mouse-modules-*
1148diff --git a/data/etch/exclude-udebs-powerpc b/data/etch/exclude-udebs-powerpc
1149deleted file mode 100644
1150index 606eac2..0000000
1151--- a/data/etch/exclude-udebs-powerpc
1152+++ /dev/null
1153@@ -1,30 +0,0 @@
1154-# These udebs build the d-i cdrom initrd. As such, there is no reason
1155-# to keep another copy of them on the CD in udeb form.
1156-#
1157-# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
1158-# in d-i Subversion.
1159-
1160-cdrom-core-modules-*
1161-console-keymaps-at
1162-console-keymaps-usb
1163-discover-data-udeb
1164-discover-udeb
1165-discover1-data-udeb
1166-discover1-udeb
1167-eject-udeb
1168-firewire-core-modules-*
1169-fs-common-modules-*
1170-ide-modules-*
1171-input-modules-*
1172-kbd-chooser
1173-pcmcia-cs-udeb
1174-pcmcia-modules-*
1175-pcmcia-storage-modules-*
1176-scsi-common-modules-*
1177-scsi-core-modules-*
1178-scsi-modules-*
1179-socket-modules-*
1180-usb-modules-*
1181-usb-storage-modules-*
1182-# Not needed with the 2.4 kernel on powerpc.
1183-userdevfs
1184diff --git a/data/etch/hppa_businesscard_udeb_include b/data/etch/hppa_businesscard_udeb_include
1185deleted file mode 100644
1186index 6326d6c..0000000
1187--- a/data/etch/hppa_businesscard_udeb_include
1188+++ /dev/null
1189@@ -1,3 +0,0 @@
1190-choose-mirror
1191-netcfg
1192-ethdetect
1193diff --git a/data/etch/hppa_netinst_udeb_include b/data/etch/hppa_netinst_udeb_include
1194deleted file mode 100644
1195index 6f1c801..0000000
1196--- a/data/etch/hppa_netinst_udeb_include
1197+++ /dev/null
1198@@ -1,2 +0,0 @@
1199-netcfg
1200-ethdetect
1201diff --git a/data/etch/hppa_udeb_include b/data/etch/hppa_udeb_include
1202deleted file mode 100644
1203index 6f1c801..0000000
1204--- a/data/etch/hppa_udeb_include
1205+++ /dev/null
1206@@ -1,2 +0,0 @@
1207-netcfg
1208-ethdetect
1209diff --git a/data/etch/i386_businesscard_udeb_include b/data/etch/i386_businesscard_udeb_include
1210deleted file mode 100644
1211index c8849a9..0000000
1212--- a/data/etch/i386_businesscard_udeb_include
1213+++ /dev/null
1214@@ -1,5 +0,0 @@
1215-choose-mirror
1216-netcfg
1217-ethdetect
1218-pcmcia-cs-udeb
1219-wireless-tools-udeb
1220diff --git a/data/etch/i386_netinst_udeb_include b/data/etch/i386_netinst_udeb_include
1221deleted file mode 100644
1222index 275197a..0000000
1223--- a/data/etch/i386_netinst_udeb_include
1224+++ /dev/null
1225@@ -1,4 +0,0 @@
1226-netcfg
1227-ethdetect
1228-pcmcia-cs-udeb
1229-wireless-tools-udeb
1230diff --git a/data/etch/i386_udeb_include b/data/etch/i386_udeb_include
1231deleted file mode 100644
1232index 275197a..0000000
1233--- a/data/etch/i386_udeb_include
1234+++ /dev/null
1235@@ -1,4 +0,0 @@
1236-netcfg
1237-ethdetect
1238-pcmcia-cs-udeb
1239-wireless-tools-udeb
1240diff --git a/data/etch/ia64_businesscard_udeb_include b/data/etch/ia64_businesscard_udeb_include
1241deleted file mode 100644
1242index 6326d6c..0000000
1243--- a/data/etch/ia64_businesscard_udeb_include
1244+++ /dev/null
1245@@ -1,3 +0,0 @@
1246-choose-mirror
1247-netcfg
1248-ethdetect
1249diff --git a/data/etch/ia64_netinst_udeb_include b/data/etch/ia64_netinst_udeb_include
1250deleted file mode 100644
1251index 6f1c801..0000000
1252--- a/data/etch/ia64_netinst_udeb_include
1253+++ /dev/null
1254@@ -1,2 +0,0 @@
1255-netcfg
1256-ethdetect
1257diff --git a/data/etch/ia64_udeb_include b/data/etch/ia64_udeb_include
1258deleted file mode 100644
1259index 6f1c801..0000000
1260--- a/data/etch/ia64_udeb_include
1261+++ /dev/null
1262@@ -1,2 +0,0 @@
1263-netcfg
1264-ethdetect
1265diff --git a/data/etch/isolinux.bin b/data/etch/isolinux.bin
1266deleted file mode 100644
1267index d7c6d4d..0000000
1268Binary files a/data/etch/isolinux.bin and /dev/null differ
1269diff --git a/data/etch/m68k_businesscard_udeb_include b/data/etch/m68k_businesscard_udeb_include
1270deleted file mode 100644
1271index 6326d6c..0000000
1272--- a/data/etch/m68k_businesscard_udeb_include
1273+++ /dev/null
1274@@ -1,3 +0,0 @@
1275-choose-mirror
1276-netcfg
1277-ethdetect
1278diff --git a/data/etch/m68k_netinst_udeb_include b/data/etch/m68k_netinst_udeb_include
1279deleted file mode 100644
1280index 6f1c801..0000000
1281--- a/data/etch/m68k_netinst_udeb_include
1282+++ /dev/null
1283@@ -1,2 +0,0 @@
1284-netcfg
1285-ethdetect
1286diff --git a/data/etch/m68k_udeb_include b/data/etch/m68k_udeb_include
1287deleted file mode 100644
1288index 6f1c801..0000000
1289--- a/data/etch/m68k_udeb_include
1290+++ /dev/null
1291@@ -1,2 +0,0 @@
1292-netcfg
1293-ethdetect
1294diff --git a/data/etch/mips_businesscard_udeb_include b/data/etch/mips_businesscard_udeb_include
1295deleted file mode 100644
1296index 6326d6c..0000000
1297--- a/data/etch/mips_businesscard_udeb_include
1298+++ /dev/null
1299@@ -1,3 +0,0 @@
1300-choose-mirror
1301-netcfg
1302-ethdetect
1303diff --git a/data/etch/mips_netinst_udeb_include b/data/etch/mips_netinst_udeb_include
1304deleted file mode 100644
1305index 6f1c801..0000000
1306--- a/data/etch/mips_netinst_udeb_include
1307+++ /dev/null
1308@@ -1,2 +0,0 @@
1309-netcfg
1310-ethdetect
1311diff --git a/data/etch/mips_udeb_include b/data/etch/mips_udeb_include
1312deleted file mode 100644
1313index 6f1c801..0000000
1314--- a/data/etch/mips_udeb_include
1315+++ /dev/null
1316@@ -1,2 +0,0 @@
1317-netcfg
1318-ethdetect
1319diff --git a/data/etch/mipsel_businesscard_udeb_include b/data/etch/mipsel_businesscard_udeb_include
1320deleted file mode 100644
1321index 6326d6c..0000000
1322--- a/data/etch/mipsel_businesscard_udeb_include
1323+++ /dev/null
1324@@ -1,3 +0,0 @@
1325-choose-mirror
1326-netcfg
1327-ethdetect
1328diff --git a/data/etch/mipsel_netinst_udeb_include b/data/etch/mipsel_netinst_udeb_include
1329deleted file mode 100644
1330index 6f1c801..0000000
1331--- a/data/etch/mipsel_netinst_udeb_include
1332+++ /dev/null
1333@@ -1,2 +0,0 @@
1334-netcfg
1335-ethdetect
1336diff --git a/data/etch/mipsel_udeb_include b/data/etch/mipsel_udeb_include
1337deleted file mode 100644
1338index 6f1c801..0000000
1339--- a/data/etch/mipsel_udeb_include
1340+++ /dev/null
1341@@ -1,2 +0,0 @@
1342-netcfg
1343-ethdetect
1344diff --git a/data/etch/pegasos/pegasos b/data/etch/pegasos/pegasos
1345deleted file mode 100644
1346index 7ea9fed..0000000
1347--- a/data/etch/pegasos/pegasos
1348+++ /dev/null
1349@@ -1,87 +0,0 @@
1350-\ FORTH is identifed by a forth comment at first line
1351-\
1352-\ terminal control stuff
1353-\
1354-: TTY.CSI d# 27 EMIT ASCII [ EMIT ;
1355-: TTY.HOME TTY.CSI ASCII H EMIT ;
1356-: TTY.CLR_EOS TTY.CSI ASCII J EMIT ;
1357-: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ;
1358-\
1359-\ boot menu stuff
1360-\
1361-: my-max-boot-num 3 ;
1362-: my-boot-default 1 ;
1363-: my-boot-delay d# 300 ; \ unit = 100 ms
1364-: my-print-menu ( -- )
1365- TTY.HOME_CLR
1366- ." " cr
1367- ." Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!" cr
1368- ." " cr
1369- ." This is a Debian installation ${MEDIA_TYPE}," cr
1370- ." built on ${BUILD_DATE}." cr
1371- ." " cr
1372- ." The default option is (1) 'install'. For maximum" cr
1373- ." control, you can use the (2) 'expert' option." cr
1374- ." " cr
1375- ." ************************************" cr
1376- ." If in doubt, just choose (1) 'install'" cr
1377- ." ************************************" cr
1378- ." " cr
1379- ." 1: install" cr
1380- ." 2: expert" cr
1381- ." 3: return to OF prompt" cr
1382- ." " cr
1383-;
1384-: my-boot-case ( num -- )
1385- ." " cr
1386- case
1387- 1 of " cd install/powerpc/vmlinuz-chrp.initrd devfs=mount,dall init=/linuxrc --" endof
1388- 2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --" endof
1389- 3 of " none" endof
1390- endcase
1391- $boot
1392-;
1393-: my-input-num ( wait-period max-boot-num default-num -- boot-num )
1394- 1 \ loop-inc = 1
1395- 3 pick 0 do
1396- 0d emit
1397- ." press 1-"
1398- ( wait-period max-boot-num default-num loop-inc )
1399- 2 pick ascii 0 + emit
1400- dup 1 = if
1401- ." within "
1402- 3 pick i - d# 10 / .d
1403- ." seconds"
1404- then
1405- ." (default: "
1406- over ascii 0 + emit
1407- ." ) : "
1408- d# 100 ms
1409- key? if
1410- key
1411- ( wait-period max-boot-num default-num loop-inc key )
1412- dup 0d = if \ return pressed
1413- drop leave
1414- then
1415-
1416- ascii 0 -
1417- ( wait-period max-boot-num default-num loop-inc num )
1418- dup 1 5 pick
1419- ( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num )
1420- between if
1421- rot drop swap leave
1422- then
1423-
1424- ( wait-period max-boot-num default-num loop-inc num )
1425- 2drop 0 \ loop-inc = 0
1426- then
1427- dup +loop
1428- drop
1429- ( wait-period max-boot-num boot-num )
1430- nip nip
1431-;
1432-
1433-
1434-my-print-menu
1435-my-boot-delay my-max-boot-num my-boot-default my-input-num
1436-my-boot-case
1437diff --git a/data/etch/powerpc_businesscard_udeb_include b/data/etch/powerpc_businesscard_udeb_include
1438deleted file mode 100644
1439index b5c5e7e..0000000
1440--- a/data/etch/powerpc_businesscard_udeb_include
1441+++ /dev/null
1442@@ -1,4 +0,0 @@
1443-choose-mirror
1444-netcfg
1445-ethdetect
1446-wireless-tools-udeb
1447diff --git a/data/etch/powerpc_netinst_udeb_include b/data/etch/powerpc_netinst_udeb_include
1448deleted file mode 100644
1449index 4a83dd2..0000000
1450--- a/data/etch/powerpc_netinst_udeb_include
1451+++ /dev/null
1452@@ -1,3 +0,0 @@
1453-netcfg
1454-ethdetect
1455-wireless-tools-udeb
1456diff --git a/data/etch/powerpc_udeb_include b/data/etch/powerpc_udeb_include
1457deleted file mode 100644
1458index 275197a..0000000
1459--- a/data/etch/powerpc_udeb_include
1460+++ /dev/null
1461@@ -1,4 +0,0 @@
1462-netcfg
1463-ethdetect
1464-pcmcia-cs-udeb
1465-wireless-tools-udeb
1466diff --git a/data/etch/s390_businesscard_udeb_include b/data/etch/s390_businesscard_udeb_include
1467deleted file mode 100644
1468index 6326d6c..0000000
1469--- a/data/etch/s390_businesscard_udeb_include
1470+++ /dev/null
1471@@ -1,3 +0,0 @@
1472-choose-mirror
1473-netcfg
1474-ethdetect
1475diff --git a/data/etch/s390_netinst_udeb_include b/data/etch/s390_netinst_udeb_include
1476deleted file mode 100644
1477index 6f1c801..0000000
1478--- a/data/etch/s390_netinst_udeb_include
1479+++ /dev/null
1480@@ -1,2 +0,0 @@
1481-netcfg
1482-ethdetect
1483diff --git a/data/etch/s390_udeb_include b/data/etch/s390_udeb_include
1484deleted file mode 100644
1485index 6f1c801..0000000
1486--- a/data/etch/s390_udeb_include
1487+++ /dev/null
1488@@ -1,2 +0,0 @@
1489-netcfg
1490-ethdetect
1491diff --git a/data/etch/sbm.bin.gz b/data/etch/sbm.bin.gz
1492deleted file mode 100644
1493index 20e4aa4..0000000
1494Binary files a/data/etch/sbm.bin.gz and /dev/null differ
1495diff --git a/data/etch/sparc/debian.txt b/data/etch/sparc/debian.txt
1496deleted file mode 100644
1497index ffa03a7..0000000
1498--- a/data/etch/sparc/debian.txt
1499+++ /dev/null
1500@@ -1,16 +0,0 @@
1501-
1502
1503- Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
1504-
1505-This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
1506-Keep it once you have installed your system, as you can boot from it
1507-to repair the system on your hard disk if that ever becomes necessary.
1508-
1509-WARNING: You should completely back up all of your hard disks before
1510- proceeding. The installation procedure can completely and irreversibly
1511- erase them! If you haven't made backups yet, remove the rescue CD from
1512- the drive and press L1-A to get back to the OpenBoot prompt.
1513-
1514-Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
1515-by applicable law.
1516-
1517-[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
1518diff --git a/data/etch/sparc/silo.conf b/data/etch/sparc/silo.conf
1519deleted file mode 100644
1520index 9280ac2..0000000
1521--- a/data/etch/sparc/silo.conf
1522+++ /dev/null
1523@@ -1,21 +0,0 @@
1524-partition=1
1525-timeout=600
1526-message=/boot/debian.txt
1527-default=linux
1528-append="cdrom ramdisk_size=16384 devfs=mount rw"
1529-initrd=/boot/initrd.gz
1530-root=/dev/rd/0
1531-
1532-# Standard boot images
1533-image[sun4c,sun4d,sun4m]=/boot/sparc32
1534- label=linux
1535-image[sun4u]=/boot/sparc64
1536- label=linux
1537-
1538-# Rescue boots
1539-image[sun4c,sun4d,sun4m]=/boot/sparc32
1540- label=rescue
1541- append="init=/bin/sh"
1542-image[sun4u]=/boot/sparc64
1543- label=rescue
1544- append="init=/bin/sh"
1545diff --git a/data/etch/sparc_businesscard_udeb_include b/data/etch/sparc_businesscard_udeb_include
1546deleted file mode 100644
1547index 6326d6c..0000000
1548--- a/data/etch/sparc_businesscard_udeb_include
1549+++ /dev/null
1550@@ -1,3 +0,0 @@
1551-choose-mirror
1552-netcfg
1553-ethdetect
1554diff --git a/data/etch/sparc_netinst_udeb_include b/data/etch/sparc_netinst_udeb_include
1555deleted file mode 100644
1556index 6f1c801..0000000
1557--- a/data/etch/sparc_netinst_udeb_include
1558+++ /dev/null
1559@@ -1,2 +0,0 @@
1560-netcfg
1561-ethdetect
1562diff --git a/data/etch/sparc_udeb_include b/data/etch/sparc_udeb_include
1563deleted file mode 100644
1564index 6f1c801..0000000
1565--- a/data/etch/sparc_udeb_include
1566+++ /dev/null
1567@@ -1,2 +0,0 @@
1568-netcfg
1569-ethdetect
1570diff --git a/data/etch/yaboot/boot.msg b/data/etch/yaboot/boot.msg
1571deleted file mode 100644
1572index 292e525..0000000
1573--- a/data/etch/yaboot/boot.msg
1574+++ /dev/null
1575@@ -1,22 +0,0 @@
1576-Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
1577-
1578-This is a Debian installation ${MEDIA_TYPE},
1579-built on ${BUILD_DATE}.
1580-
1581-The default option is 'install'. For maximum
1582-control, you can use the 'expert' option.
1583-
1584-If the system fails to boot at all (the typical
1585-symptom is a white screen which doesn't go away),
1586-use 'install video=ofonly' or 'expert video=ofonly'.
1587-
1588-The plain options are for the powerpc family of
1589-processors (from 601 to G4). The *-power3 options
1590-are for IBM Power3 boxes, and the *-power4 options
1591-are for IBM Power4 and Apple G5 boxes. Press the tab
1592-key for a list of options, or type 'help' for help.
1593-
1594-************************************
1595-If in doubt, just choose 'install', and if that
1596-doesn't work, try 'install video=ofonly'.
1597-************************************
1598diff --git a/data/etch/yaboot/ofboot.b b/data/etch/yaboot/ofboot.b
1599deleted file mode 100644
1600index 179602d..0000000
1601--- a/data/etch/yaboot/ofboot.b
1602+++ /dev/null
1603@@ -1,64 +0,0 @@
1604-<CHRP-BOOT>
1605-<COMPATIBLE>
1606-MacRISC MacRISC3 MacRISC4
1607-</COMPATIBLE>
1608-<DESCRIPTION>
1609-GNU/Linux PPC bootloader
1610-</DESCRIPTION>
1611-<BOOT-SCRIPT>
1612-" screen" output
1613-load-base release-load-area
1614-boot cd:,\install\yaboot
1615-</BOOT-SCRIPT>
1616-<OS-BADGE-ICONS>
1617-1010
1618-000000000000F8FEACF6000000000000
1619-0000000000F5FFFFFEFEF50000000000
1620-00000000002BFAFEFAFCF70000000000
1621-0000000000F65D5857812B0000000000
1622-0000000000F5350B2F88560000000000
1623-0000000000F6335708F8FE0000000000
1624-00000000005600F600F5FD8100000000
1625-00000000F9F8000000F5FAFFF8000000
1626-000000008100F5F50000F6FEFE000000
1627-000000F8F700F500F50000FCFFF70000
1628-00000088F70000F50000F5FCFF2B0000
1629-0000002F582A00F5000008ADE02C0000
1630-00090B0A35A62B0000002D3B350A0000
1631-000A0A0B0B3BF60000505E0B0A0B0A00
1632-002E350B0B2F87FAFCF45F0B2E090000
1633-00000007335FF82BF72B575907000000
1634-000000000000ACFFFF81000000000000
1635-000000000081FFFFFFFF810000000000
1636-0000000000FBFFFFFFFFAC0000000000
1637-000000000081DFDFDFFFFB0000000000
1638-000000000081DD5F83FFFD0000000000
1639-000000000081DDDF5EACFF0000000000
1640-0000000000FDF981F981FFFF00000000
1641-00000000FFACF9F9F981FFFFAC000000
1642-00000000FFF98181F9F981FFFF000000
1643-000000ACACF981F981F9F9FFFFAC0000
1644-000000FFACF9F981F9F981FFFFFB0000
1645-00000083DFFBF981F9F95EFFFFFC0000
1646-005F5F5FDDFFFBF9F9F983DDDD5F0000
1647-005F5F5F5FDD81F9F9E7DF5F5F5F5F00
1648-0083DD5F5F83FFFFFFFFDF5F835F0000
1649-000000FBDDDFACFBACFBDFDFFB000000
1650-000000000000FFFFFFFF000000000000
1651-0000000000FFFFFFFFFFFF0000000000
1652-0000000000FFFFFFFFFFFF0000000000
1653-0000000000FFFFFFFFFFFF0000000000
1654-0000000000FFFFFFFFFFFF0000000000
1655-0000000000FFFFFFFFFFFF0000000000
1656-0000000000FFFFFFFFFFFFFF00000000
1657-00000000FFFFFFFFFFFFFFFFFF000000
1658-00000000FFFFFFFFFFFFFFFFFF000000
1659-000000FFFFFFFFFFFFFFFFFFFFFF0000
1660-000000FFFFFFFFFFFFFFFFFFFFFF0000
1661-000000FFFFFFFFFFFFFFFFFFFFFF0000
1662-00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
1663-00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00
1664-00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
1665-000000FFFFFFFFFFFFFFFFFFFF000000
1666-</OS-BADGE-ICONS>
1667-</CHRP-BOOT>
1668diff --git a/data/etch/yaboot/yaboot.conf b/data/etch/yaboot/yaboot.conf
1669deleted file mode 100644
1670index ac0024a..0000000
1671--- a/data/etch/yaboot/yaboot.conf
1672+++ /dev/null
1673@@ -1,105 +0,0 @@
1674-## This yaboot.conf is for CD booting only, do not use as reference.
1675-## Debian GNU/Linux PowerPC (CODENAME)
1676-
1677-# It is important not to have a comma after cd:
1678-device=cd:
1679-default=install
1680-
1681-# FIXME: will this be the correct path?
1682-message=/install/boot.msg
1683-
1684-# Powerpc subarch
1685-image=/install/powerpc/vmlinux
1686- label=install-powerpc
1687- alias=install
1688- initrd=/install/powerpc/initrd.gz
1689- append="devfs=mount,dall init=/linuxrc --"
1690- initrd-size=10240
1691- read-only
1692-
1693-image=/install/powerpc/vmlinux
1694- label=expert-powerpc
1695- alias=expert
1696- initrd=/install/powerpc/initrd.gz
1697- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1698- initrd-size=10240
1699- read-only
1700-
1701-# Power3 subarch
1702-image=/install/power3/vmlinux
1703- label=install-power3
1704- initrd=/install/power3/initrd.gz
1705- append="devfs=mount,dall init=/linuxrc --"
1706- initrd-size=10240
1707- read-only
1708-
1709-image=/install/power3/vmlinux
1710- label=expert-power3
1711- initrd=/install/power3/initrd.gz
1712- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1713- initrd-size=10240
1714- read-only
1715-
1716-# Power 4 subarch
1717-image=/install/power4/vmlinux
1718- label=install-power4
1719- initrd=/install/power4/initrd.gz
1720- append="devfs=mount,dall init=/linuxrc --"
1721- initrd-size=10240
1722- read-only
1723-
1724-image=/install/power4/vmlinux
1725- label=expert-power4
1726- initrd=/install/power4/initrd.gz
1727- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1728- initrd-size=10240
1729- read-only
1730-
1731-# ... and now massive clone-and-hack for 2.4 ...
1732-
1733-# Powerpc subarch
1734-image=/install/powerpc/2.4/vmlinux
1735- label=install-powerpc-2.4
1736- alias=install-2.4
1737- initrd=/install/powerpc/2.4/initrd.gz
1738- append="devfs=mount,dall init=/linuxrc --"
1739- initrd-size=8192
1740- read-only
1741-
1742-image=/install/powerpc/2.4/vmlinux
1743- label=expert-powerpc-2.4
1744- alias=expert-2.4
1745- initrd=/install/powerpc/2.4/initrd.gz
1746- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1747- initrd-size=8192
1748- read-only
1749-
1750-# Power3 subarch
1751-image=/install/power3/2.4/vmlinux
1752- label=install-power3-2.4
1753- initrd=/install/power3/2.4/initrd.gz
1754- append="devfs=mount,dall init=/linuxrc --"
1755- initrd-size=8192
1756- read-only
1757-
1758-image=/install/power3/2.4/vmlinux
1759- label=expert-power3-2.4
1760- initrd=/install/power3/2.4/initrd.gz
1761- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1762- initrd-size=8192
1763- read-only
1764-
1765-# Power 4 subarch
1766-image=/install/power4/2.4/vmlinux
1767- label=install-power4-2.4
1768- initrd=/install/power4/2.4/initrd.gz
1769- append="devfs=mount,dall init=/linuxrc --"
1770- initrd-size=8192
1771- read-only
1772-
1773-image=/install/power4/2.4/vmlinux
1774- label=expert-power4-2.4
1775- initrd=/install/power4/2.4/initrd.gz
1776- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
1777- initrd-size=8192
1778- read-only
1779diff --git a/data/hfs.map b/data/hfs.map
1780deleted file mode 100644
1781index 0d8b4cf..0000000
1782--- a/data/hfs.map
1783+++ /dev/null
1784@@ -1,12 +0,0 @@
1785-# ext. xlate creator type comment
1786-.hqx Ascii 'BnHx' 'TEXT' "BinHex file"
1787-.sit Raw 'SIT!' 'SITD' "StuffIT Expander"
1788-.mov Raw 'TVOD' 'MooV' "QuickTime Movie"
1789-.deb Raw 'Debn' 'bina' "Debian package"
1790-.bin Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
1791-.img Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
1792-.b Raw 'UNIX' 'tbxi' "bootstrap"
1793-yaboot Raw 'UNIX' 'boot' "bootstrap"
1794-vmlinux Raw 'UNIX' 'boot' "bootstrap"
1795-.conf Raw 'UNIX' 'conf' "bootstrap"
1796-* Ascii '????' '????' "Text file"
1797diff --git a/data/macinstall-cd.tar.gz b/data/macinstall-cd.tar.gz
1798deleted file mode 100644
1799index 268ab81..0000000
1800Binary files a/data/macinstall-cd.tar.gz and /dev/null differ
1801diff --git a/data/potato/README.html.in b/data/potato/README.html.in
1802deleted file mode 100644
1803index 74b874a..0000000
1804--- a/data/potato/README.html.in
1805+++ /dev/null
1806@@ -1,809 +0,0 @@
1807-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1808-<HTML lang="en">
1809-<HEAD>
1810-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1811-<TITLE>Debian GNU/Linux -- The Universal Operating System</TITLE>
1812-<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.">
1813-<META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG">
1814-<META NAME="Language" CONTENT="English">
1815-<meta name="Author" content="J.A. Bezemer, costar@panic.et.tudelft.nl">
1816-</HEAD>
1817-<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
1818-
1819-
1820- <!-- The HTML and TEXT file are NOT the actual source code... -->
1821- <!-- For that, see http://cdimage.debian.org/ch32.html -->
1822-#if 0
1823- If you read THIS, you're viewing the actual source file ;-)
1824-#endif
1825-
1826-#undef i386
1827-#undef alpha
1828-#undef powerpc
1829-#undef ppc
1830-#undef sparc
1831-#undef ultrasparc
1832-#undef m68k
1833-#undef arm
1834-#undef binary
1835-#undef bin
1836-#undef source
1837-#undef src
1838-
1839-#if OUTPUTtext
1840-#define href nothing
1841-#endif
1842-
1843-#include <README.diskdefines>
1844-
1845-
1846-#if OUTPUThtml
1847-<div align=right>
1848-(<a href="README.txt">Text version</a>)
1849-</div>
1850-<TABLE border="0" cellpadding="3" cellspacing="0" align="center" summary="">
1851-<TR>
1852-<TD>
1853-<IMG src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""
1854- width="50" height="61"></A>
1855-<IMG src="pics/debian.jpg" border="0" hspace="0" vspace="0"
1856- alt="Debian" width="179" height="61">
1857-</TD>
1858-</TR>
1859-</TABLE>
1860-#endif
1861-#if OUTPUTtext
1862-<div align=right>
1863-(HTML version in README.html)
1864-</div>
1865-#endif
1866-
1867-
1868-<TABLE bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
1869- width="100%" summary="">
1870-<TR>
1871-<TD valign="top">
1872-<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
1873- vspace="0" alt="" width="15" height="16">
1874-</TD>
1875-<TD rowspan="2" align="center">
1876-
1877- <CENTER>
1878- <TABLE border="0" cellpadding="2" cellspacing="0" align="center">
1879- <TR><TD bgcolor="#000084">
1880- <CENTER><FONT COLOR="#FFFFFF" FACE="helvetica,arial"><B>&nbsp;&nbsp;
1881-#if 0
1882- Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
1883-#endif
1884- DISKNAME CD
1885- &nbsp;&nbsp;</B></FONT></CENTER>
1886- </TD><TR>
1887- </TABLE>
1888- </CENTER>
1889-
1890-</TD>
1891-<TD valign="top">
1892-<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
1893- vspace="0" alt="" width="16" height="16">
1894-</TD>
1895-</TR>
1896-<TR>
1897-<TD valign="bottom">
1898-<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
1899- vspace="0" alt="" width="16" height="16">
1900-</TD>
1901-<TD valign="bottom">
1902-<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
1903-vspace="0" alt="" width="15" height="16">
1904-</TD>
1905-</TR>
1906-</TABLE>
1907-
1908-<TABLE border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
1909-<TR>
1910- <TD></TD>
1911-</TR>
1912-</TABLE>
1913-
1914-
1915-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
1916-<TR>
1917- <TD colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
1918- <img src="pics/blue-upperleft.png" align="left" border="0"
1919- hspace="0" vspace="0" alt="" width="16" height="16">
1920- <img src="pics/blue-upperright.png" align="right" border="0"
1921- hspace="0" vspace="0" alt="" width="16" height="16">
1922- </TD>
1923-</TR>
1924-<TR>
1925- <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
1926-
1927- <TD valign="TOP" bgcolor="#BBDDFF">
1928-
1929-<FONT face="Arial,Helvetica">
1930-
1931-#if OUTPUThtml
1932-<P><B><A href="http://www.debian.org/">Debian homepage</A></B></P>
1933-#endif
1934-
1935-&nbsp;<BR>
1936-<P>
1937-
1938-#if OUTPUTtext
1939-&nbsp;<BR>
1940-CONTENTS:
1941-<BR>
1942-&nbsp;<BR>
1943-<UL>
1944-#endif
1945-
1946-#if OUTPUTtext
1947-<LI>
1948-#endif
1949-
1950-<A href="#intro">Intro</A>
1951-<P>
1952-
1953-#if OUTPUTtext
1954-</LI><LI>
1955-#endif
1956-
1957-<A href="#thiscd">About This CD</A>
1958-<P>
1959-
1960-#if OUTPUTtext
1961-</LI><LI>
1962-#endif
1963-
1964-<A href="#install">Installing</A>
1965-<P>
1966-
1967-#if OUTPUTtext
1968-</LI><LI>
1969-#endif
1970-
1971-#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc
1972- <A href="#upgrade">Upgrading</A>
1973- <P>
1974-
1975-#if OUTPUTtext
1976- </LI><LI>
1977-#endif
1978-#endif
1979-
1980-#ifndef UNOFFEXTRAS
1981-<A href="#lastmin">Last-Minute Notes</A>
1982-<P>
1983-
1984-#if OUTPUTtext
1985-</LI><LI>
1986-#endif
1987-#endif
1988-
1989-#if TYPEbinary
1990- <A href="#apt">Using CDs with Dselect and Apt</A>
1991- <P>
1992-
1993-#if OUTPUTtext
1994- </LI><LI>
1995-#endif
1996-#endif
1997-
1998-#ifndef UNOFFEXTRAS
1999-<A href="#nonfree">Non-free/Non-US</A>
2000-<P>
2001-
2002-#if OUTPUTtext
2003-</LI><LI>
2004-#endif
2005-#endif
2006-
2007-#ifndef UNOFFEXTRAS
2008-<A href="#cdmanuf">CD Manufacturers</A>
2009-<P>
2010-
2011-#if OUTPUTtext
2012-</LI><LI>
2013-#endif
2014-#endif
2015-
2016-<A href="#other">More Information</A>
2017-
2018-<P>
2019-
2020-#if OUTPUThtml
2021-&nbsp;<P>
2022-<A href=".">Browse this CD-ROM</A></P>
2023-<P>
2024-<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
2025-</P>
2026-#endif
2027-
2028-
2029-</FONT>
2030-
2031-#if OUTPUTtext
2032-</LI>
2033-</UL>
2034-#endif
2035-
2036-
2037- </TD>
2038- <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
2039- <TD>&nbsp;&nbsp;</TD>
2040-
2041- <TD valign="TOP" width="80%">
2042-
2043-<CENTER>
2044-<FONT SIZE="+2"><B><I>
2045-Welcome to the exciting world of
2046-</I></B></FONT>
2047-<BR>
2048-<FONT SIZE="+3"><B><I>
2049-Debian GNU/Linux!
2050-</I></B></FONT>
2051-</CENTER>
2052-
2053-<A name="intro">
2054-<P><H2>
2055-Intro
2056-#if OUTPUTtext
2057-<BR>
2058-=====
2059-#endif
2060-</H2>
2061-</a>
2062-
2063-This is one of the CD-ROMs of the
2064-<a href="http://www.debian.org/">Debian GNU/Linux</a>
2065-distribution. Debian is a
2066-very extensive collection of software. But it is more. It is a complete
2067-Operating System (OS) for your computer. And it is
2068-<A href="http://www.debian.org/intro/free">free</A>
2069-(as in &quot;freedom&quot;).
2070-<P>
2071-An operating system is the set of basic programs
2072-and utilities that make your computer run. At the core of an operating
2073-system is the kernel. The kernel is the most fundamental program on the
2074-computer, which does all the basic housekeeping and lets you start other
2075-programs.
2076-Debian is kernel independent. It currently uses the
2077-<A href="http://www.linux.org/">Linux</A> kernel but work is
2078-in progress to provide Debian for other kernels, using
2079-<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
2080-Most of the basic operating system tools
2081-come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
2082-GNU/Linux.
2083-<P>
2084-
2085-Debian is available for various kinds of computers
2086-(&quot;architectures&quot;), like
2087-&quot;IBM-compatible&quot; PCs (<i>i386</i>),
2088-Compaq's <i>Alpha</i>,
2089-Motorola's 680x0 (<i>m68k</i>),
2090-Sun's <i>Sparc</i>,
2091-Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
2092-Check the <A href="http://www.debian.org/ports">ports</A> page
2093-#if OUTPUTtext
2094-(http://www.debian.org/ports)
2095-#endif
2096-for more information.
2097-<P>
2098-
2099-#if OUTPUTtext
2100-Read more at <P>
2101-&nbsp; http://www.debian.org/intro/about
2102-#endif
2103-#if OUTPUThtml
2104-<A href="http://www.debian.org/intro/about">Read more...</A>
2105-#endif
2106-
2107-<A name="thiscd">
2108-#if OUTPUTtext
2109-<P>&nbsp;<P><H2>
2110-#endif
2111-#if OUTPUThtml
2112-<P><HR><P><H2>
2113-#endif
2114-About This CD
2115-#if OUTPUTtext
2116-<BR>
2117-=============
2118-#endif
2119-</H2>
2120-</a>
2121-
2122-This CD-ROM is labeled
2123-<P>
2124-<tt>&nbsp;
2125- DISKNAME
2126-</tt>
2127-<P>
2128-#ifndef UNOFFEXTRAS
2129-which means that this CD is number DISKNUM of totally TOTALNUM CDs containing
2130-#if TYPEbinary
2131-programs ("binaries") for `ARCH' computers.
2132-<P>
2133-The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
2134-contains the most popular programs and the installation tools; it is possible
2135-to install and run Debian with only the Binary-1 CD. The other CDs, up to
2136-Binary-TOTALNUM, contain mostly special-interest programs.
2137-#endif
2138-#if TYPEsource
2139-the source code of programs in the Debian OS.
2140-<P>
2141-The source packages on the Source CDs are ordered by popularity, like
2142-the programs on the Binary CDs. This means that the source code of the
2143-programs on the Binary-DISKNUM CD can most likely be found on this CD
2144-(though there may be some variation due to size issues).
2145-#endif
2146-#else
2147-#include <unoffextrascd.html.in>
2148-#endif
2149-
2150-<A name="install">
2151-#if OUTPUTtext
2152-<P>&nbsp;<P><H2>
2153-#endif
2154-#if OUTPUThtml
2155-<P><HR><P><H2>
2156-#endif
2157-Installing
2158-#if OUTPUTtext
2159-<BR>
2160-==========
2161-#endif
2162-</H2>
2163-</a>
2164-
2165-#if DISKNUM1 && TYPEbinary
2166-
2167- Because Debian is a complete Operating System, the installation procedure
2168- may seem a bit unusual. You can install Debian GNU/Linux either
2169- <i>next to</i> your current OS, or as <i>only</i> OS on your computer.
2170-
2171- <P>
2172- Read the <i>Installation Manual</i>, on this CD at
2173- <P>
2174- <tt>&nbsp;
2175- <A href="install/doc/install.en.html">/install/doc/install.en.html</a> &nbsp;&nbsp;&nbsp; </tt>
2176- (English version).
2177- <P>
2178- Translations of the <i>Installation Manual</i>, and plain-text and PDF
2179- versions, are also available in the
2180- <P>
2181- <tt>&nbsp;
2182- <A href="install/doc/">/install/doc</a></tt>
2183- <P>
2184- directory, along with various other documents.
2185- <P>
2186- Programs and other files that are needed for the installation can be found on
2187- this CD under
2188- <P>
2189- <tt>&nbsp;
2190- <A href=%%""dists/potato/main/disks-ARCH/%%"">/dists/potato/main/disks-ARCH</a>
2191- </tt>
2192-
2193-#if ARCHi386 || ARCHalpha || ARCHpowerpc || ARCHsparc
2194- <P>
2195- For the impatient ones:
2196-#endif
2197-
2198-#if ARCHi386 || ARCHalpha || ARCHsparc
2199- you can start the installation program easily by booting off this CD-ROM.
2200- Note that not all (esp. older) systems support this.
2201- <P>
2202-#endif
2203-
2204-#if ARCHi386 || ARCHpowerpc
2205-#if ARCHi386
2206- You can also
2207-#else
2208- you can
2209-#endif
2210- examine the
2211- <P>
2212- <tt>&nbsp;
2213- <a href="install/">/install</a>
2214- </tt>
2215- <P>
2216- directory; you might be able to start the installation system directly
2217- from there.
2218-#endif
2219-
2220-#else
2221- The installation tools of the Debian Operating System are located on the
2222- Binary-1 CD.
2223- See the README on that CD for more info.
2224-#endif
2225-
2226-#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc
2227- <A name="upgrade">
2228-#if OUTPUTtext
2229- <P>&nbsp;<P><H2>
2230-#endif
2231-#if OUTPUThtml
2232- <P><HR><P><H2>
2233-#endif
2234- Upgrading
2235-#if OUTPUTtext
2236- <BR>
2237- =========
2238-#endif
2239- </H2>
2240- </a>
2241-
2242-#if DISKNUM1 && TYPEbinary
2243-
2244- If you are already running an older version of the Debian GNU/Linux
2245- Operating System, you may want to upgrade to version 2.2.
2246- <P>
2247- Upgrading procedures, and things needed for the upgrade, can be found on
2248- this CD in the
2249- <P>
2250- <tt>&nbsp;
2251- <A href="upgrade/">/upgrade</a>
2252- </tt>
2253- <P>
2254- directory.
2255-
2256-#else
2257- Procedures describing the upgrade from an older version of the Debian
2258- Operating System are also located on the Binary-1 CD.
2259- See the README on that CD for more info.
2260-#endif
2261-#endif
2262-
2263-#ifndef UNOFFEXTRAS
2264-<A name="lastmin">
2265-#if OUTPUTtext
2266-<P>&nbsp;<P><H2>
2267-#endif
2268-#if OUTPUThtml
2269-<P><HR><P><H2>
2270-#endif
2271-Last-Minute Notes
2272-#if OUTPUTtext
2273-<BR>
2274-=================
2275-#endif
2276-</H2>
2277-</a>
2278-
2279-<UL>
2280-
2281-<LI>
2282-It is possible to run a Debian GNU/Linux 2.2 system with a new Linux kernel
2283-version 2.4.x. For that, you may need to upgrade one or more software
2284-packages to a newer version than available on this CD. Read
2285-<a href="http://www.fs.tum.de/~bunk/kernel-24.html">http://www.fs.tum.de/~bunk/kernel-24.html</a>
2286-for more information.
2287-<BR>
2288-Note that Debian does not officially recommend running a Linux kernel 2.4.x
2289-at this moment.
2290-<BR>&nbsp;
2291-</LI>
2292-
2293-<LI>
2294-The K Desktop Environment (KDE) version 2 was not finished when Debian 2.2
2295-was released, and is therefore not included. However, KDE2 packages
2296-for Debian 2.2 are available for download at
2297-<a href="http://kde.debian.net/">http://kde.debian.net</a>&nbsp;.
2298-<BR>&nbsp;
2299-</LI>
2300-
2301-<LI>
2302-At this moment, there are no Debian 2.2 packages available of the recently
2303-released version 4.0 of XFree86 (the open-source implementation of the X Window
2304-System). If you really need to run XFree86&nbsp;4, you have to (partially)
2305-upgrade your system to the &quot;testing&quot; or &quot;unstable&quot;
2306-distribution.
2307-<BR>&nbsp;
2308-</LI>
2309-
2310-#if 0
2311-<LI>
2312-The Linux kernel version 2.2.15 on these CDs has been patched
2313-to correct the <tt>seteuid</tt> problem with the fix from 2.2.16.
2314-<!-- http://www.debian.org/Lists-Archives/debian-release-0006/msg00011.html -->
2315-
2316-<BR>&nbsp;
2317-</LI>
2318-#endif
2319-
2320-<LI>
2321-More last-minutes notes for this CD may be available on
2322-<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
2323-</LI>
2324-
2325-</UL>
2326-#endif
2327-
2328-#if TYPEbinary
2329- <A name="apt">
2330-#if OUTPUTtext
2331- <P>&nbsp;<P><H2>
2332-#endif
2333-#if OUTPUThtml
2334- <P><HR><P><H2>
2335-#endif
2336- Using CDs with Dselect and Apt
2337-#if OUTPUTtext
2338- <BR>
2339- ==============================
2340-#endif
2341- </H2>
2342- </a>
2343-
2344- After installing or upgrading, Debian's packaging system can use CD-ROMs,
2345- local collections, or networked servers (FTP, HTTP) to automatically
2346- install software from (<tt>.deb</tt> <i>packages</i>). This is done
2347- preferably with the `apt' and `dselect' programs. If you do not already
2348- know how to setup these, here is a brief explanation.
2349- <P>
2350-
2351-#define CDROMreadme 1
2352-#include "apt-setup.html.in"
2353-
2354- <P>
2355-
2356- Once this is done, you can install packages from the commandline using
2357- <tt>apt-get</tt>. For example, if you want to install the packages
2358- `commprog' and `maxgame', you can give the command
2359- <P>
2360- <tt>&nbsp;
2361- apt-get install commprog maxgame
2362- </tt>
2363- <P>
2364- Note that you don't have to enter the complete path, or the
2365- `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
2366-
2367- <P>
2368-
2369- `<tt>Dselect</tt>' is also able to use `apt' to fetch the packages. To set
2370- up `<tt>dselect</tt>', choose [A]ccess in the main menu, and then select
2371- `apt'. The <tt>sources.list</tt> file should be okay already, so don't let
2372- the program make a new one. Then, after an [U]pdate, the configuration is
2373- ready. You can just keep using [S]elect and [I]nstall to install packages.
2374- <P>
2375- See <tt>dselect</tt>'s online help screens for more information (use the
2376- `<tt>?</tt>' key).
2377-
2378-#endif
2379-
2380-
2381-#ifndef UNOFFEXTRAS
2382-<A name="nonfree">
2383-#if OUTPUTtext
2384-<P>&nbsp;<P><H2>
2385-#endif
2386-#if OUTPUThtml
2387-<P><HR><P><H2>
2388-#endif
2389-Non-free and Non-US
2390-#if OUTPUTtext
2391-<BR>
2392-===================
2393-#endif
2394-</H2>
2395-</a>
2396-
2397-The package sections `non-free' and `non-US' contain packages that either
2398-have a restrictive license, or can't be exported from the US (like `pgp'
2399-or `ssh'). It may well be that this CD does not contain (all of) these
2400-packages. You can get them from our FTP/HTTP mirror sites.
2401-
2402-<P>
2403-`Non-free' packages are on our "regular" mirrors, listed in
2404-<a href="README.mirrors.html">README.mirrors.html</a> on this CD, or on
2405-<a href="http://www.debian.org/distrib/ftplist">http://www.debian.org/distrib/ftplist</a> ("Full list of mirrors").
2406-
2407-<P>
2408-`Non-US' packages are on special mirrors outside the US, listed in
2409-<a href="README.non-US">README.non-US</a> on this CD, or on
2410-<a href="http://www.debian.org/misc/README.non-US">http://www.debian.org/misc/README.non-US</a>.
2411-
2412-<P>
2413-Note that you <i>are</i> allowed to <i>import</i> non-US packages into the US.
2414-#endif
2415-
2416-#ifndef UNOFFEXTRAS
2417-<A name="cdmanuf">
2418-#if OUTPUTtext
2419-<P>&nbsp;<P><H2>
2420-#endif
2421-#if OUTPUThtml
2422-<P><HR><P><H2>
2423-#endif
2424-CD Manufacturers
2425-#if OUTPUTtext
2426-<BR>
2427-================
2428-#endif
2429-</H2>
2430-</a>
2431-
2432-You are completely free to manufacture and (re-)distribute CD-ROMs of the
2433-Debian GNU/Linux Operating System, like this one. There is no charge from
2434-us (but of course donations are always welcome).
2435-
2436-<P>
2437-
2438-For all needed information, and contact addresses, please refer to
2439-<P>
2440-<tt>&nbsp;
2441- <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
2442-</tt>
2443-#endif
2444-
2445-<A name="other">
2446-#if OUTPUTtext
2447-<P>&nbsp;<P><H2>
2448-#endif
2449-#if OUTPUThtml
2450-<P><HR><P><H2>
2451-#endif
2452-More Information
2453-#if OUTPUTtext
2454-<BR>
2455-================
2456-#endif
2457-</H2>
2458-</a>
2459-
2460-#if DISKNUM1 && TYPEbinary
2461-
2462-There is much more information present on this CD. Besides the already
2463-mentioned installation and upgrading procedures, this is the most
2464-interesting: <P>
2465-
2466-<UL>
2467-<LI>
2468-
2469-#if OUTPUTtext
2470-/doc/FAQ
2471- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2472-#endif
2473-<A href="doc/FAQ/">Debian FAQ</a>
2474-
2475-</LI>
2476-<LI>
2477-
2478-#if OUTPUTtext
2479-/doc/constitution.txt
2480- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2481-#endif
2482-<A href="doc/constitution.txt">The Debian Constitution</a>
2483-
2484-</LI>
2485-<LI>
2486-
2487-#if OUTPUTtext
2488-/doc/debian-manifesto
2489- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2490-#endif
2491-<A href="doc/debian-manifesto">The Debian Manifesto</a>
2492-
2493-</LI>
2494-<LI>
2495-
2496-#if OUTPUTtext
2497-/doc/social-contract.txt
2498- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2499-#endif
2500-<A href="doc/social-contract.txt">Debian's Social Contract</a>
2501-
2502-</LI>
2503-<LI>
2504-
2505-#if OUTPUTtext
2506-/doc/bug-reporting.txt
2507- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2508-#endif
2509-<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
2510-
2511-</LI>
2512-</UL>
2513-
2514-#else
2515-
2516-The Binary-1 CD contains much more information about various aspects
2517-of the Debian Operating System and the Debian organization.
2518- See the README on that CD for more info.
2519-
2520-#endif
2521-
2522-<P>
2523-Also on the Internet are many resources. To name a few:
2524-<P>
2525-
2526-<UL>
2527-<LI>
2528-
2529-#if OUTPUTtext
2530-http://www.debian.org
2531- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2532-#endif
2533-<A href="http://www.debian.org/">The Debian homepage</a>
2534-
2535-</LI>
2536-<LI>
2537-
2538-#if OUTPUTtext
2539-http://www.debian.org/doc
2540- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2541-#endif
2542-<A href="http://www.debian.org/doc/">Debian Documentation</a>
2543-
2544-</LI>
2545-<LI>
2546-
2547-#if OUTPUTtext
2548-http://www.debian.org/support
2549- &nbsp;
2550-#endif
2551-<A href="http://www.debian.org/support">Debian User Support</a>
2552-
2553-</LI>
2554-<LI>
2555-
2556-#if OUTPUTtext
2557-http://www.linuxdoc.org
2558- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2559-#endif
2560-<A href="http://www.linuxdoc.org/">The Linux Documentation Project</a>
2561-
2562-</LI>
2563-<LI>
2564-
2565-#if OUTPUTtext
2566-http://www.linux.org
2567- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2568-#endif
2569-<A href="http://www.linux.org/">General Linux homepage</a>
2570-
2571-</LI>
2572-</UL>
2573-
2574-<P>
2575-
2576-<DIV align="center">
2577-
2578-#if OUTPUTtext
2579-&nbsp;<br>
2580-&nbsp;<br>
2581-#endif
2582-#if OUTPUThtml
2583-<HR>
2584-#endif
2585-
2586-<SMALL>See the Debian
2587-<A href="http://www.debian.org/contact">contact page</A>
2588-
2589-#if OUTPUTtext
2590-(http://www.debian.org/contact)
2591-#endif
2592-
2593-for information on contacting us.
2594- </SMALL><P>
2595-<SMALL>
2596-
2597-Last Modified: Wed Apr 18 19:09:34 CEST 2001
2598-
2599-<BR></SMALL>
2600-</DIV>
2601-
2602- </TD>
2603- </TR>
2604- <TR>
2605- <TD colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
2606- <img src="pics/blue-lowerleft.png" align="left" border="0"
2607- hspace="0" vspace="0" alt="" width="17" height="16">
2608- <img src="pics/blue-lowerright.png" align="right" border="0"
2609- hspace="0" vspace="0" alt="" width="16" height="16">
2610- </TD>
2611- </TR>
2612- </TABLE>
2613-
2614-</BODY>
2615-</HTML>
2616diff --git a/data/potato/apt-setup.html.in b/data/potato/apt-setup.html.in
2617deleted file mode 100644
2618index 9e4f593..0000000
2619--- a/data/potato/apt-setup.html.in
2620+++ /dev/null
2621@@ -1,256 +0,0 @@
2622-
2623-First of all, comment out every line of <tt>/etc/apt/sources.list</tt> by
2624-placing a hash sign (`<tt>#</tt>') in front of it (if it isn't already
2625-there).
2626-
2627-<P>
2628-
2629-Then you need to add new "<tt>deb</tt>" lines describing the location(s)
2630-where apt will get the new packages from. You can add "<tt>deb</tt>" lines
2631-for a packages mirror on a local harddisk, and/or FTP/HTTP mirrors, and/or
2632-(a set of) CD-ROMs. `Apt' will consider all packages that can be found
2633-via any "<tt>deb</tt>" line, and use the one with the highest version
2634-number, giving priority to the first mentioned lines. (So, in case of
2635-multiple mirror locations, you'd typically first name a local harddisk,
2636-then CD-ROMs, and finally FTP/HTTP mirrors.)
2637-
2638-<P>
2639-<UL>
2640-<LI>
2641-For an archive on a local harddisk, that for example has these directories,
2642-
2643-#if OUTPUTtext
2644-<PRE>
2645-
2646- /var/ftp/debian/dists/potato/main/binary-ARCH/...
2647- /var/ftp/debian/dists/potato/contrib/binary-ARCH/...
2648- --------------- ------ |\
2649- \________ \_ | \___
2650- add: \ \ | \
2651- --------------- ------ | \
2652- deb file:/var/ftp/debian potato main contrib
2653-
2654-</PRE>
2655-#endif
2656-#if OUTPUThtml
2657-<PRE>
2658- /var/ftp/debian/dists/potato/main/binary-ARCH/...
2659- /var/ftp/debian/dists/potato/contrib/binary-ARCH/...
2660- --------------- ------ |\
2661- \________ \_ | \___
2662-add: \ \ | \
2663- --------------- ------ | \
2664- deb file:/var/ftp/debian potato main contrib
2665-</PRE>
2666-#endif
2667-
2668- As shown, the `<tt>dists</tt>' is added implicitly, and the 3rd
2669- and following arguments are used to expand the path into multiple
2670- directories.
2671-
2672-<BR>&nbsp;<BR>
2673-
2674- If you have a complete mirror that also has non-free and non-US, you
2675- typically have to add lines like these:
2676-
2677-<BR>&nbsp;<BR>
2678-
2679-<tt>&nbsp;
2680- deb file:/var/ftp/debian potato main contrib non-free <BR>
2681-&nbsp;
2682- deb file:/var/ftp/debian-non-US potato/non-US main contrib non-free
2683-</tt>
2684-
2685-<BR>&nbsp;<BR>
2686-
2687- If you don't have such a structure, other description lines are
2688- possible, see the <tt>sources.list</tt>
2689-#if MANPAGEseebelow
2690- manpage (see below).
2691-#else
2692- manpage.
2693-#endif
2694-
2695-</LI>
2696-<BR>&nbsp;<BR>
2697-<LI>
2698-
2699-FTP and HTTP packages mirror addresses can be found on
2700-
2701-#if CDROMreadme
2702-#if OUTPUTtext
2703-this CD in README.mirrors.txt, or on
2704-#endif
2705-#if OUTPUThtml
2706-this CD in <a href="README.mirrors.html">README.mirrors.html</a>, or on
2707-#endif
2708-#endif
2709-
2710-#if OUTPUTtext
2711- http://www.debian.org/distrib/ftplist,
2712-#endif
2713-#if OUTPUThtml
2714- <a href="http://www.debian.org/distrib/ftplist">http://www.debian.org/distrib/ftplist</a>,
2715-#endif
2716- look at the "Full list of mirrors".
2717-
2718-<BR>&nbsp;<BR>
2719-
2720- If the mirror has these directories:
2721-
2722-#if OUTPUTtext
2723-<PRE>
2724-
2725- ftp://some-server/debian/dists/potato/main/binary-ARCH/...
2726- ftp://some-server/debian/dists/potato/contrib/binary-ARCH/...
2727- ------------------------ ------ | |
2728- \___ / | |
2729- add: \ / | |
2730- ------------------------ ------ | |
2731- deb ftp://some-server/debian potato main contrib
2732-
2733-</PRE>
2734-#endif
2735-#if OUTPUThtml
2736-<PRE>
2737- ftp://some-server/debian/dists/potato/main/binary-ARCH/...
2738- ftp://some-server/debian/dists/potato/contrib/binary-ARCH/...
2739- ------------------------ ------ | |
2740- \___ / | |
2741-add: \ / | |
2742- ------------------------ ------ | |
2743- deb ftp://some-server/debian potato main contrib
2744-</PRE>
2745-#endif
2746-
2747- As shown, the `<tt>dists</tt>' is added implicitly, and the 3rd
2748- and following arguments are used to expand the path into multiple
2749- directories.
2750-
2751-<BR>&nbsp;<BR>
2752-
2753- If you use a complete mirror that also has non-free and non-US, you
2754- typically have to add lines like these:
2755-
2756-<BR>&nbsp;<BR>
2757-
2758-<tt>&nbsp;
2759- deb ftp://some-server/debian potato main contrib non-free <BR>
2760-&nbsp;
2761- deb ftp://some-server/debian-non-US potato/non-US main contrib non-free
2762-</tt>
2763-
2764-<BR>&nbsp;<BR>
2765-
2766- If the mirror doesn't have such a structure, other description lines are
2767- possible, see the <tt>sources.list</tt>
2768-#if MANPAGEseebelow
2769- manpage (see below).
2770-#else
2771- manpage.
2772-#endif
2773-
2774-#if UPGRADING
2775-<BR>&nbsp;<BR>
2776-
2777- NOTE: if you're using the static versions of `apt' and `dpkg' from this
2778- directory, the hostname-lookup is "broken" (which is one reason to just
2779- use slink's `apt'). The solution is to simply put the mirrors' IP address
2780- in the "<tt>deb</tt>" line. (Hint: "<tt>nslookup some-server</tt>")
2781-#endif
2782-
2783-</LI>
2784-<BR>&nbsp;<BR>
2785-<LI>
2786-
2787-If you use (one or more) CD-ROMs, do _not_ add any lines to sources.list
2788- manually.
2789-
2790-<BR>&nbsp;<BR>
2791-
2792- Instead, first make sure there is a line in <tt>/etc/fstab</tt> that
2793- connects the <tt>/cdrom</tt> mount point with your CD-ROM drive (the
2794- exact `<tt>/cdrom</tt>' mount point is "required" for apt). For example,
2795- if
2796-#if ARCHi386
2797-<tt>/dev/hdc</tt>
2798-#else
2799-<tt>/dev/scd0</tt>
2800-#endif
2801- is your CD-ROM drive, <tt>/etc/fstab</tt> should
2802- contain a line
2803-
2804-#if ARCHi386
2805-#if OUTPUTtext
2806-<PRE>
2807-
2808- /dev/hdc /cdrom auto defaults,noauto,ro 0 0
2809-
2810-</PRE>
2811-#endif
2812-#if OUTPUThtml
2813-<PRE>
2814- /dev/hdc /cdrom auto defaults,noauto,ro 0 0
2815-</PRE>
2816-#endif
2817-#else
2818-#if OUTPUTtext
2819-<PRE>
2820-
2821- /dev/scd0 /cdrom auto defaults,noauto,ro 0 0
2822-
2823-</PRE>
2824-#endif
2825-#if OUTPUThtml
2826-<PRE>
2827- /dev/scd0 /cdrom auto defaults,noauto,ro 0 0
2828-</PRE>
2829-#endif
2830-#endif
2831-
2832- To test this, insert a CD-ROM and give commands
2833-
2834-<BR>&nbsp;<BR>
2835-
2836- <tt>&nbsp; mount /cdrom</tt><BR>
2837- <tt>&nbsp; ls -alF /cdrom &nbsp;&nbsp;&nbsp;</tt>
2838- (this should show the CD-ROM's root directory)<BR>
2839- <tt>&nbsp; umount /cdrom</tt>
2840-
2841-<BR>&nbsp;<BR>
2842-
2843- Then, use the command
2844-
2845-<BR>&nbsp;<BR>
2846-
2847-<tt>&nbsp;
2848- apt-cdrom add
2849-</tt>
2850-
2851-<BR>&nbsp;<BR>
2852-
2853- to add the data of each CD-ROM to apt's internal database.
2854- This command will ask for one CD-ROM per run, and mount/unmount the
2855- CD-ROM automatically. You should repeat this command for all 2.2 `Binary'
2856- CD-ROMs you have.
2857-
2858-#if UPGRADING
2859-(`Source' CD-ROMs can be added as well, but only with the
2860- latest version of `apt' from this directory, and they are not needed for
2861- the upgrade anyway.)
2862-#endif
2863-
2864-</LI>
2865-</UL>
2866-<P>
2867-
2868-When the <tt>sources.list</tt> is correct,
2869-the final step of the preparation is to update apt's internal database
2870-with the command
2871-
2872-<P>
2873-
2874-<tt>&nbsp;
2875- apt-get update
2876-</tt>
2877-
2878diff --git a/data/potato/yaboot/yaboot.conf b/data/potato/yaboot/yaboot.conf
2879deleted file mode 100644
2880index 8e15b9f..0000000
2881--- a/data/potato/yaboot/yaboot.conf
2882+++ /dev/null
2883@@ -1,23 +0,0 @@
2884-## This yaboot.conf is for CD booting only, do not use as reference.
2885-## Debian GNU/Linux PowerPC (CODENAME)
2886-
2887-init-message="Debian GNU/Linux PowerPC (CODENAME)"
2888-
2889-# It is important not to have a comma after cd:
2890-device=cd:
2891-timeout=100
2892-
2893-# potato needs \\ kludge because potato's yaboot is anchient broken crap
2894-image=\\install\\powermac\\vmlinux
2895- label=debian
2896- initrd=\\install\\powermac\\root.bin
2897- initrd-size=8192
2898- read-only
2899-
2900-# some machines have wonky framebuffer support
2901-image=\\install\\powermac\\vmlinux
2902- label=debian-novideo
2903- initrd=\\install\\powermac\\root.bin
2904- initrd-size=8192
2905- append="video=ofonly"
2906- read-only
2907diff --git a/data/sarge/README.html.in b/data/sarge/README.html.in
2908deleted file mode 100644
2909index 09de5d1..0000000
2910--- a/data/sarge/README.html.in
2911+++ /dev/null
2912@@ -1,693 +0,0 @@
2913-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2914-<html lang="en">
2915-<head>
2916- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
2917- <title>Debian GNU/Linux -- The Universal Operating System</title>
2918- <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.">
2919- <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
2920- <meta name="Language" content="English">
2921- <meta name="Author" content="J.A. Bezemer, debian-boot@lists.debian.org">
2922- <link rev="made" href="mailto:debian-boot@lists.debian.org">
2923-</head>
2924-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
2925-
2926- <!-- The HTML and TEXT file are NOT the actual source code. -->
2927- <!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
2928-#if 0
2929- If you read THIS, you're viewing the actual source file ;-)
2930-#endif
2931-
2932-#undef i386
2933-#undef amd64
2934-#undef alpha
2935-#undef powerpc
2936-#undef ppc
2937-#undef sparc
2938-#undef ultrasparc
2939-#undef m68k
2940-#undef arm
2941-#undef binary
2942-#undef bin
2943-#undef source
2944-#undef src
2945-
2946-#if OUTPUTtext
2947-#define href nothing
2948-#endif
2949-
2950-#include <README.diskdefines>
2951-
2952-
2953-#if OUTPUThtml
2954-<div align=right>
2955-(<a href="README.txt">Text version</a>)
2956-</div>
2957-<table border="0" cellpadding="3" cellspacing="0" align="center" summary="">
2958-<tr>
2959-<td>
2960-<img src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt="" width="50" height="61">
2961-<img src="pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian" width="179" height="61">
2962-</td>
2963-</tr>
2964-</table>
2965-#endif
2966-#if OUTPUTtext
2967-<div align=right>
2968-(HTML version in README.html)
2969-</div>
2970-#endif
2971-
2972-
2973-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
2974- width="100%" summary="">
2975-<tr>
2976-<td valign="top">
2977-<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
2978- vspace="0" alt="" width="15" height="16">
2979-</td>
2980-<td rowspan="2" align="center">
2981-
2982- <table align="center" border="0" cellpadding="2" cellspacing="0">
2983- <tr><td bgcolor="#000084">
2984- <div align="center"><font color="#FFFFFF" face="helvetica,arial"><B>&nbsp;&nbsp;
2985-#if 0
2986- Debian GNU/Linux 2.2 "Potato" - Official i386 Binary-1 CD
2987-#endif
2988- DISKNAME CD
2989- &nbsp;&nbsp;</B></font></div>
2990- </td></tr>
2991- </table>
2992-
2993-</td>
2994-<td valign="top">
2995-<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
2996- vspace="0" alt="" width="16" height="16">
2997-</td>
2998-</tr>
2999-<tr>
3000-<td valign="bottom">
3001-<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
3002- vspace="0" alt="" width="16" height="16">
3003-</td>
3004-<td valign="bottom">
3005-<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
3006-vspace="0" alt="" width="15" height="16">
3007-</td>
3008-</tr>
3009-</table>
3010-
3011-<table border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
3012-<tr>
3013- <td></td>
3014-</tr>
3015-</table>
3016-
3017-
3018-<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
3019-<tr>
3020- <td colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
3021- <img src="pics/blue-upperleft.png" align="left" border="0"
3022- hspace="0" vspace="0" alt="" width="16" height="16">
3023- <img src="pics/blue-upperright.png" align="right" border="0"
3024- hspace="0" vspace="0" alt="" width="16" height="16">
3025- </td>
3026-</tr>
3027-<tr>
3028- <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
3029-
3030- <td valign="TOP" bgcolor="#BBDDFF">
3031-
3032-<font face="Arial,Helvetica">
3033-
3034-#if OUTPUThtml
3035-<P><B><A href="http://www.debian.org/">Debian home&nbsp;page</A></B></P>
3036-#endif
3037-
3038-&nbsp;<br>
3039-<P>
3040-
3041-#if OUTPUTtext
3042-&nbsp;<br>
3043-CONTENTS:
3044-<br>
3045-&nbsp;<br>
3046-<UL>
3047-#endif
3048-
3049-#if OUTPUTtext
3050-<LI>
3051-#endif
3052-
3053-<A href="#intro">Intro</A>
3054-<P>
3055-
3056-#if OUTPUTtext
3057-</LI><LI>
3058-#endif
3059-
3060-<A href="#thiscd">About This CD</A>
3061-<P>
3062-
3063-#if OUTPUTtext
3064-</LI><LI>
3065-#endif
3066-
3067-<A href="#install">Installing</A>
3068-<P>
3069-
3070-#if OUTPUTtext
3071-</LI><LI>
3072-#endif
3073-
3074-#ifndef UNOFFEXTRAS
3075-<A href="#lastmin">Last-Minute Notes</A>
3076-<P>
3077-
3078-#if OUTPUTtext
3079-</LI><LI>
3080-#endif
3081-#endif
3082-
3083-#if TYPEbinary
3084- <A href="#apt">Using CDs with apt</A>
3085- <P>
3086-
3087-#if OUTPUTtext
3088- </LI><LI>
3089-#endif
3090-#endif
3091-
3092-#ifndef UNOFFEXTRAS
3093-<A href="#cdmanuf">CD Manufacturers</A>
3094-<P>
3095-
3096-#if OUTPUTtext
3097-</LI><LI>
3098-#endif
3099-#endif
3100-
3101-<A href="#other">More Information</A>
3102-
3103-<P>
3104-
3105-#if OUTPUThtml
3106-&nbsp;<P>
3107-<A href=".">Browse this CD-ROM</A></P>
3108-<P>
3109-<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
3110-</P>
3111-#endif
3112-
3113-
3114-</font>
3115-
3116-#if OUTPUTtext
3117-</LI>
3118-</UL>
3119-#endif
3120-
3121-
3122- </td>
3123- <td bgcolor="#BBDDFF">&nbsp;&nbsp;</td>
3124- <td>&nbsp;&nbsp;</td>
3125-
3126- <td valign="TOP" width="80%">
3127-
3128-<div align="center">
3129-<big><big><B><I>
3130-Welcome to the exciting world of
3131-</I></B></big></big>
3132-<br>
3133-<big><big><big><B><I>
3134-Debian GNU/Linux!
3135-</I></B></big></big></big>
3136-</div>
3137-
3138-<P><H2><A name="intro">
3139-Intro
3140-#if OUTPUTtext
3141-<br>
3142-=====
3143-#endif
3144-</H2>
3145-</a>
3146-<p>
3147-This is one of the CD-ROMs of the
3148-<a href="http://www.debian.org/">Debian GNU/Linux</a>
3149-distribution. Debian is a
3150-very extensive collection of software. But it is more. It is a complete
3151-Operating System (OS) for your computer. And it is
3152-<A href="http://www.debian.org/intro/free">free</A>
3153-(as in &quot;freedom&quot;).
3154-<P>
3155-An operating system is the set of basic programs
3156-and utilities that make your computer run. At the core of an operating
3157-system is the kernel. The kernel is the most fundamental program on the
3158-computer, which does all the basic housekeeping and lets you start other
3159-programs.
3160-Debian is kernel independent. It currently uses the
3161-<A href="http://www.linux.org/">Linux</A> kernel but work is
3162-in progress to provide Debian for other kernels, using
3163-<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
3164-Most of the basic operating system tools
3165-come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
3166-GNU/Linux.
3167-<P>
3168-
3169-Debian is available for various kinds of computers
3170-(&quot;architectures&quot;), like
3171-&quot;IBM-compatible&quot; PCs (<i>i386</i>),
3172-Compaq's <i>Alpha</i>,
3173-Motorola's 680x0 (<i>m68k</i>),
3174-Sun's <i>Sparc</i>,
3175-Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
3176-Check the <A href="http://www.debian.org/ports">ports</A> page
3177-#if OUTPUTtext
3178-(http://www.debian.org/ports)
3179-#endif
3180-for more information.
3181-<P>
3182-
3183-#if OUTPUTtext
3184-Read more at <P>
3185-&nbsp; http://www.debian.org/intro/about
3186-#endif
3187-#if OUTPUThtml
3188-<A href="http://www.debian.org/intro/about">Read more...</A>
3189-#endif
3190-
3191-#if OUTPUTtext
3192-<P>&nbsp;<P><H2><A name="thiscd">
3193-#endif
3194-#if OUTPUThtml
3195-<P><HR><P><H2><A name="thiscd">
3196-#endif
3197-About This CD
3198-#if OUTPUTtext
3199-<br>
3200-=============
3201-#endif
3202-</H2>
3203-</a>
3204-<p>
3205-This CD-ROM is labeled
3206-<P>
3207-<tt>&nbsp;
3208- DISKNAME
3209-</tt>
3210-<P>
3211-#ifndef UNOFFEXTRAS
3212-which means that this CD is number DISKNUM of TOTALNUM CDs containing
3213-#if TYPEbinary
3214-programs ("binaries") for `ARCH' computers.
3215-<P>
3216-The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
3217-contains the most popular programs and the installation tools; it is possible
3218-to install and run Debian with only the Binary-1 CD. The other CDs, up to
3219-Binary-TOTALNUM, contain mostly special-interest programs.
3220-<p>
3221-#if OMIT_RELEASE_NOTES
3222-The Release Notes for "sarge" are available on the <A
3223-href="http://www.debian.org/releases/sarge/releasenotes">Debian web
3224-site</A>.
3225-#else
3226-#if DISKNUM == 1
3227-The Release Notes for Debian GNU/Linux "sarge" are included on this CD
3228-in <A href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
3229-several languages. Additional translations and updated versions for
3230-the Release Notes may be available from the <A
3231-href="http://www.debian.org/releases/sarge/releasenotes">Debian web
3232-site</A>.
3233-#else
3234-See the first CD in this set for the "sarge" Release Notes.
3235-#endif
3236-#endif
3237-#endif
3238-#if TYPEsource
3239-the source code of programs in the Debian OS.
3240-<P>
3241-The source packages on the Source CDs are ordered by popularity, like
3242-the programs on the Binary CDs. This means that the source code of the
3243-programs on the Binary-DISKNUM CD can most likely be found on this CD
3244-(though there may be some variation due to size issues).
3245-#endif
3246-#else
3247-#include <unoffextrascd.html.in>
3248-#endif
3249-
3250-
3251-#if OUTPUTtext
3252-<P>&nbsp;<P><H2><A name="install">
3253-#endif
3254-#if OUTPUThtml
3255-<P><HR><P><H2><A name="install">
3256-#endif
3257-Installing
3258-#if OUTPUTtext
3259-<br>
3260-==========
3261-#endif
3262-</H2>
3263-</a>
3264-<p>
3265-#if TYPEbinary
3266-
3267- Because Debian is a complete Operating System, the installation procedure
3268- may seem a bit unusual. You can install Debian GNU/Linux either
3269- <i>alongside</i> your current OS, or as the <i>only</i> OS on your computer.
3270-#if OMIT_MANUAL
3271- <P>
3272- An <b>Installation Guide</b> for this CD is available from
3273- <A href="http://www.debian.org/releases/sarge/installmanual">the Debian web site</a>.
3274-#else
3275- <P>
3276- An <b>Installation Guide</b> is included on this CD at
3277- <P>
3278- <tt>&nbsp;
3279- <A href="doc/install/manual/en/index.html">doc/install/manual/en/index.html</a> &nbsp;&nbsp;&nbsp; (English version)</tt>
3280- <P>
3281- Several translations of the Installation Guide are included on this CD in
3282- the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
3283- <br>
3284- Note: additional translations, other formats (like PDF and TXT) and updated
3285- versions for the Installation Guide are available from
3286- <A href="http://www.debian.org/releases/sarge/installmanual">the Debian web site</a>.
3287-#endif
3288- <P>
3289- Programs and other files that are needed for the installation can be found on
3290- this CD under
3291- <P>
3292- <tt>&nbsp;
3293- <A href=%%""tools/%%"">/tools/</a>
3294- </tt>
3295- and
3296- <tt>&nbsp;
3297- <A href=%%""install/floppy/%%"">/install/floppy/</a>
3298- </tt>
3299-
3300-#if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHpowerpc || ARCHsparc
3301- <P>
3302- For the impatient ones:
3303-#endif
3304-
3305-#if ARCHi386 || ARCHalpha || ARCHsparc
3306- you can start the installation program easily by booting off this CD-ROM.
3307- Note that not all (esp. older) systems support this.
3308- <P>
3309-#endif
3310-
3311-#if ARCHi386 || ARCHamd64 || ARCHpowerpc
3312-#if ARCHi386
3313- You can also
3314-#else
3315- you can
3316-#endif
3317- examine the
3318- <P>
3319- <tt>&nbsp;
3320- <a href="install/">/install</a>
3321- </tt>
3322- <P>
3323- directory; you might be able to start the installation system directly
3324- from there.
3325-#endif
3326-
3327-#else
3328- The installation tools of the Debian Operating System are located on the
3329- Binary-1 CD.
3330- See the README on that CD for more info.
3331-#endif
3332-
3333-#ifndef UNOFFEXTRAS
3334-#if OUTPUTtext
3335-<P>&nbsp;<P><H2><A name="lastmin">
3336-#endif
3337-#if OUTPUThtml
3338-<P><HR><P><H2><A name="lastmin">
3339-#endif
3340-Last-Minute Notes
3341-#if OUTPUTtext
3342-<br>
3343-=================
3344-#endif
3345-</H2>
3346-</a>
3347-<p>
3348-<UL>
3349-
3350-<LI>
3351-You should keep in mind that this is an unofficial CD of the current
3352-development version of the Debian system. This means that all sorts of
3353-bugs may be present anywhere in the system.
3354-
3355-<br>&nbsp;
3356-</LI>
3357-
3358-#if 0
3359--------- This can't be an official image, so also no official notes.
3360-<LI>
3361-Last-minutes notes for this CD may be available on
3362-<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
3363-</LI>
3364-#endif
3365-
3366-</UL>
3367-#endif
3368-
3369-#if TYPEbinary
3370-#if OUTPUTtext
3371- <P>&nbsp;<P><H2><A name="apt">
3372-#endif
3373-#if OUTPUThtml
3374- <P><HR><P><H2><A name="apt">
3375-#endif
3376- Using Apt
3377-#if OUTPUTtext
3378- <br>
3379- =============
3380-#endif
3381- </H2>
3382- </a>
3383- <p>
3384- After installing or upgrading, Debian's packaging system can use CD-ROMs,
3385- local collections, or networked servers (FTP, HTTP) to automatically
3386- install software from (<tt>.deb</tt> <i>packages</i>). This is done
3387- preferably with the `apt' and `aptitude' programs.
3388-
3389- <P>
3390-
3391- You can install packages from the commandline using
3392- <tt>apt-get</tt>. For example, if you want to install the packages
3393- `commprog' and `maxgame', you can give the command
3394- <P>
3395- <tt>&nbsp;
3396- apt-get install commprog maxgame
3397- </tt>
3398- <P>
3399- Note that you don't have to enter the complete path, or the
3400- `<tt>.deb</tt>' extension. `Apt' will figure this out itself.
3401- <P>
3402- Or use aptitude for a full screen interactive selection of available
3403- Debian packages.
3404-
3405-#endif
3406-
3407-
3408-#ifndef UNOFFEXTRAS
3409-#if OUTPUTtext
3410-<P>&nbsp;<P><H2><A name="cdmanuf">
3411-#endif
3412-#if OUTPUThtml
3413-<P><HR><P><H2><A name="cdmanuf">
3414-#endif
3415-CD Manufacturers
3416-#if OUTPUTtext
3417-<br>
3418-================
3419-#endif
3420-</H2>
3421-</a>
3422-<p>
3423-You are completely free to manufacture and re-distribute CD-ROMs of the
3424-Debian GNU/Linux Operating System, like this one. There is no charge from
3425-us (but of course donations are always welcome).
3426-
3427-<P>
3428-
3429-For all needed information and contact addresses, please refer to
3430-<P>
3431-<tt>&nbsp;
3432- <a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
3433-</tt>
3434-#endif
3435-
3436-#if OUTPUTtext
3437-<P>&nbsp;<P><H2><A name="other">
3438-#endif
3439-#if OUTPUThtml
3440-<P><HR><P><H2><A name="other">
3441-#endif
3442-More Information
3443-#if OUTPUTtext
3444-<br>
3445-================
3446-#endif
3447-</H2>
3448-</a>
3449-<p>
3450-#if DISKNUM1 && TYPEbinary
3451-
3452-There is much more information present on this CD. Besides the already
3453-mentioned installation and upgrading procedures, this is the most
3454-interesting: <P>
3455-
3456-<UL>
3457-<LI>
3458-
3459-#if OUTPUTtext
3460-/doc/FAQ
3461- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3462-#endif
3463-<A href="doc/FAQ/">Debian FAQ</a>
3464-
3465-</LI>
3466-<LI>
3467-
3468-#if OUTPUTtext
3469-/doc/constitution.txt
3470- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3471-#endif
3472-<A href="doc/constitution.txt">The Debian Constitution</a>
3473-
3474-</LI>
3475-<LI>
3476-
3477-#if OUTPUTtext
3478-/doc/debian-manifesto
3479- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3480-#endif
3481-<A href="doc/debian-manifesto">The Debian Manifesto</a>
3482-
3483-</LI>
3484-<LI>
3485-
3486-#if OUTPUTtext
3487-/doc/social-contract.txt
3488- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3489-#endif
3490-<A href="doc/social-contract.txt">Debian's Social Contract</a>
3491-
3492-</LI>
3493-<LI>
3494-
3495-#if OUTPUTtext
3496-/doc/bug-reporting.txt
3497- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3498-#endif
3499-<A href="doc/bug-reporting.txt">Bug reporting instructions</a>
3500-
3501-</LI>
3502-</UL>
3503-
3504-#else
3505-
3506-The Binary-1 CD contains much more information about various aspects
3507-of the Debian Operating System and the Debian organization.
3508- See the README on that CD for more info.
3509-
3510-#endif
3511-
3512-<P>
3513-Also on the Internet are many resources. To name a few:
3514-<P>
3515-
3516-<UL>
3517-<LI>
3518-
3519-#if OUTPUTtext
3520-http://www.debian.org
3521- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3522-#endif
3523-<A href="http://www.debian.org/">The Debian homepage</a>
3524-
3525-</LI>
3526-<LI>
3527-
3528-#if OUTPUTtext
3529-http://www.debian.org/doc
3530- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3531-#endif
3532-<A href="http://www.debian.org/doc/">Debian Documentation</a>
3533-
3534-</LI>
3535-<LI>
3536-
3537-#if OUTPUTtext
3538-http://www.debian.org/support
3539- &nbsp;
3540-#endif
3541-<A href="http://www.debian.org/support">Debian User Support</a>
3542-
3543-</LI>
3544-<LI>
3545-
3546-#if OUTPUTtext
3547-http://www.tldp.org
3548- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3549-#endif
3550-<A href="http://www.tldp.org/">The Linux Documentation Project</a>
3551-
3552-</LI>
3553-<LI>
3554-
3555-#if OUTPUTtext
3556-http://www.linux.org
3557- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3558-#endif
3559-<A href="http://www.linux.org/">General Linux homepage</a>
3560-
3561-</LI>
3562-</UL>
3563-
3564-<P>
3565-
3566-<DIV align="center">
3567-
3568-#if OUTPUTtext
3569-&nbsp;<br>
3570-&nbsp;<br>
3571-#endif
3572-#if OUTPUThtml
3573-<HR>
3574-#endif
3575-
3576-<SMALL>See the Debian
3577-<A href="http://www.debian.org/contact">contact page</A>
3578-
3579-#if OUTPUTtext
3580-(http://www.debian.org/contact)
3581-#endif
3582-
3583-for information on contacting us.
3584- </SMALL><P>
3585-<SMALL>
3586-
3587-Last Modified: Sat Mar 20 12:30:45 EST 2004
3588-
3589-<br></SMALL>
3590-</DIV>
3591-
3592- </td>
3593- </tr>
3594- <tr>
3595- <td colspan="3" valign="bottom" width="20%" bgcolor="#BBDDFF">
3596- <img src="pics/blue-lowerleft.png" align="left" border="0"
3597- hspace="0" vspace="0" alt="" width="17" height="16">
3598- <img src="pics/blue-lowerright.png" align="right" border="0"
3599- hspace="0" vspace="0" alt="" width="16" height="16">
3600- </td>
3601- </tr>
3602- </table>
3603-
3604-</body>
3605-</html>
3606diff --git a/data/sarge/README.sbm b/data/sarge/README.sbm
3607deleted file mode 100644
3608index 4087670..0000000
3609--- a/data/sarge/README.sbm
3610+++ /dev/null
3611@@ -1,43 +0,0 @@
3612-About the Smart Boot Manager image
3613-----------------------------------
3614-
3615- The file `sbm.bin' that is available in this directory may be useful
3616- to you if you are not able to directly boot the first CD because your
3617- BIOS may be too old and may not support ISOLINUX.
3618-
3619- Then, instead of booting on the CD directly, you create a Smart Boot
3620- Manager floppy image by using the sbm.bin disk image. You can create this
3621- floppy with rawrite (under DOS) or with dd (under Linux). Now you can
3622- boot on this floppy disk and it will detect your CDROM and let you boot
3623- on it bypassing any BIOS limitation.
3624-
3625-What is SBM ?
3626-
3627- Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent
3628- Boot Manager - a program that is loaded by the bios before any
3629- operating system and allows you to choose which operating system to
3630- boot.
3631-
3632- SBM is included in Debian in two ways, the package bmconf allows us to
3633- install and configure an old version of SBM and sbm wich is the latest
3634- version of SBM with an installer.
3635-
3636-What's the use of SBM on the CD then ?
3637-
3638- SBM includes an IDE driver that allows us to boot the cds even on
3639- machines with a BIOS that wouldn't support booting from CD, provided our
3640- CDROM is an IDE one, that is, so you can make a SBM floppy and boot from
3641- it and then tell it to boot from your CDROM.
3642-
3643- Also, there are some cases where the BIOS would allow booting from the CD
3644- but isolinux fails to boot from there, in this case you can either boot
3645- using a CD other than the first, as the others don't use isolinux, or you
3646- can make a SBM floppy and boot from this floppy and then tell SBM to boot
3647- your CDROM.
3648-
3649-How do you make a SBM floppy ?
3650-
3651- If you have SBM installed on a box you can run sbminst. Otherwise you can
3652- put the sbm.bin floppy image that we provide with our cds onto a floppy
3653- just like you would do with a rescue image.
3654-
3655diff --git a/data/sarge/alpha_businesscard_udeb_include b/data/sarge/alpha_businesscard_udeb_include
3656deleted file mode 100644
3657index eea4461..0000000
3658--- a/data/sarge/alpha_businesscard_udeb_include
3659+++ /dev/null
3660@@ -1,4 +0,0 @@
3661-choose-mirror
3662-netcfg
3663-ethdetect
3664-fdisk-udeb
3665diff --git a/data/sarge/alpha_netinst_udeb_include b/data/sarge/alpha_netinst_udeb_include
3666deleted file mode 100644
3667index 70df4f6..0000000
3668--- a/data/sarge/alpha_netinst_udeb_include
3669+++ /dev/null
3670@@ -1,3 +0,0 @@
3671-netcfg
3672-ethdetect
3673-fdisk-udeb
3674diff --git a/data/sarge/alpha_udeb_include b/data/sarge/alpha_udeb_include
3675deleted file mode 100644
3676index 70df4f6..0000000
3677--- a/data/sarge/alpha_udeb_include
3678+++ /dev/null
3679@@ -1,3 +0,0 @@
3680-netcfg
3681-ethdetect
3682-fdisk-udeb
3683diff --git a/data/sarge/amd64/extra-sources b/data/sarge/amd64/extra-sources
3684deleted file mode 100644
3685index 995d8fa..0000000
3686--- a/data/sarge/amd64/extra-sources
3687+++ /dev/null
3688@@ -1,16 +0,0 @@
3689-# AMD64 needed some updated/newer/patched source files compared to the
3690-# rest of the sarge release. Source packages listed here are grabbed from the
3691-# list at http://amd64.debian.net/docs/package_changes.txt
3692-#
3693-syslinux
3694-linux86
3695-gnupg
3696-base-config
3697-choose-mirror
3698-libtool1.4
3699-# fdisk-udeb
3700-util-linux
3701-# hdparm-udeb
3702-hdparm
3703-# libc6-udeb
3704-glibc
3705diff --git a/data/sarge/amd64_businesscard_udeb_include b/data/sarge/amd64_businesscard_udeb_include
3706deleted file mode 100644
3707index c8849a9..0000000
3708--- a/data/sarge/amd64_businesscard_udeb_include
3709+++ /dev/null
3710@@ -1,5 +0,0 @@
3711-choose-mirror
3712-netcfg
3713-ethdetect
3714-pcmcia-cs-udeb
3715-wireless-tools-udeb
3716diff --git a/data/sarge/amd64_netinst_udeb_include b/data/sarge/amd64_netinst_udeb_include
3717deleted file mode 100644
3718index 275197a..0000000
3719--- a/data/sarge/amd64_netinst_udeb_include
3720+++ /dev/null
3721@@ -1,4 +0,0 @@
3722-netcfg
3723-ethdetect
3724-pcmcia-cs-udeb
3725-wireless-tools-udeb
3726diff --git a/data/sarge/amd64_udeb_include b/data/sarge/amd64_udeb_include
3727deleted file mode 100644
3728index 275197a..0000000
3729--- a/data/sarge/amd64_udeb_include
3730+++ /dev/null
3731@@ -1,4 +0,0 @@
3732-netcfg
3733-ethdetect
3734-pcmcia-cs-udeb
3735-wireless-tools-udeb
3736diff --git a/data/sarge/arm_businesscard_udeb_include b/data/sarge/arm_businesscard_udeb_include
3737deleted file mode 100644
3738index 6326d6c..0000000
3739--- a/data/sarge/arm_businesscard_udeb_include
3740+++ /dev/null
3741@@ -1,3 +0,0 @@
3742-choose-mirror
3743-netcfg
3744-ethdetect
3745diff --git a/data/sarge/arm_netinst_udeb_include b/data/sarge/arm_netinst_udeb_include
3746deleted file mode 100644
3747index 6f1c801..0000000
3748--- a/data/sarge/arm_netinst_udeb_include
3749+++ /dev/null
3750@@ -1,2 +0,0 @@
3751-netcfg
3752-ethdetect
3753diff --git a/data/sarge/arm_udeb_include b/data/sarge/arm_udeb_include
3754deleted file mode 100644
3755index 6f1c801..0000000
3756--- a/data/sarge/arm_udeb_include
3757+++ /dev/null
3758@@ -1,2 +0,0 @@
3759-netcfg
3760-ethdetect
3761diff --git a/data/sarge/delo.conf b/data/sarge/delo.conf
3762deleted file mode 100644
3763index 81d29a9..0000000
3764--- a/data/sarge/delo.conf
3765+++ /dev/null
3766@@ -1,19 +0,0 @@
3767-# DECstations with R4000 CPU
3768-label=linux-kn04
3769- append="initrd=/boot/initrd.gz ramdisk_size=8192"
3770- image=/boot/vmlinux-r4k-kn04
3771-
3772-# DECstations with R4000 CPU, expert mode
3773-label=expert-kn04
3774- append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
3775- image=/boot/vmlinux-r4k-kn04
3776-
3777-# DECstations with R3000 CPU
3778-label=linux-kn02
3779- append="initrd=/boot/initrd.gz ramdisk_size=8192"
3780- image=/boot/vmlinux-r3k-kn02
3781-
3782-# DECstations with R3000 CPU, expert mode
3783-label=expert-kn02
3784- append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
3785- image=/boot/vmlinux-r3k-kn02
3786diff --git a/data/sarge/exclude-udebs b/data/sarge/exclude-udebs
3787deleted file mode 100644
3788index 38fd04c..0000000
3789--- a/data/sarge/exclude-udebs
3790+++ /dev/null
3791@@ -1,92 +0,0 @@
3792-# These udebs build the d-i cdrom initrd. As such, there is no reason
3793-# to keep another copy of them on the CD in udeb form.
3794-#
3795-# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
3796-kernel-image-*
3797-# build/pkg-lists/base in d-i cvs
3798-rootskel
3799-main-menu
3800-cdebconf-udeb
3801-udpkg
3802-anna
3803-di-utils-shell
3804-di-utils-reboot
3805-lowmemcheck
3806-# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
3807-# root+cd-drivers floppies)
3808-busybox-cvs-udeb
3809-rootskel-locale
3810-languagechooser
3811-countrychooser
3812-iso-3166-udeb
3813-hw-detect
3814-cdrom-detect
3815-cdrom-retriever
3816-load-cdrom
3817-cdrom-checker
3818-bogl-bterm-udeb
3819-di-utils-terminfo
3820-cdebconf-priority
3821-cdebconf-newt-udeb
3822-usb-discover
3823-preseed-common
3824-initrd-preseed
3825-file-preseed
3826-nano-udeb
3827-floppy-retriever
3828-libfribidi0-udeb
3829-# Already on the initrd, thanks to library reduction.
3830-libdebconfclient0-udeb
3831-# A reduced version is on the initrd. Nothing currently needs the full
3832-# version.
3833-slang1a-utf8-udeb
3834-# These udebs are only useful in building the boot floppy image.
3835-busybox-cvs-floppy-udeb
3836-di-utils-bootfloppy
3837-rootskel-bootfloppy
3838-# Until someone gets the gtk cdebconf frontend going, all this is not worth
3839-# including.
3840-cdebconf-gtk-udeb
3841-fontconfig-udeb
3842-libatk1.0-udeb
3843-libdirectfb-0.9-19-udeb
3844-libexpat1-udeb
3845-libfreetype6-udeb
3846-libglib2.0-udeb
3847-libgtk+2.0-directfb0-udeb
3848-libpango1.0-udeb
3849-libpng12-0-udeb
3850-ttf-freefont-udeb
3851-# This udeb is not in good shape and is largely supersceded by
3852-# cdebconf-newt-udeb
3853-cdebconf-slang-udeb
3854-# We're currently using busybox's own shell, and do not need this one.
3855-dash-udeb
3856-# These dhcp clients are not the currently preferred one.
3857-dhcp3-client-udeb
3858-pump-udeb
3859-# This package is only useful in the d-i-demo.
3860-di-utils-exit-installer
3861-# No need for these loaders.
3862-load-installer
3863-download-installer
3864-load-floppy
3865-# Only useful in the hd-media initrd.
3866-iso-scan
3867-load-iso
3868-# We're using busybox's modutils these days.
3869-modutils-basic
3870-modutils-full
3871-# Nothing currently depends on this, and it seems not useful on its own.
3872-reiserfsprogs-udeb
3873-# These are not really needed, the regular netcfg subsumes them.
3874-netcfg-static
3875-netcfg-dhcp
3876-# skolelinux stuff, not for the stock CDs
3877-debian-edu-install-udeb
3878-debian-edu-profile-udeb
3879-# If needed, will be on the initrd already.
3880-module-init-tools-udeb
3881-rescue-check
3882-# Not used yet. When it is, will go in the initrd.
3883-localechooser
3884diff --git a/data/sarge/exclude-udebs-amd64 b/data/sarge/exclude-udebs-amd64
3885deleted file mode 100644
3886index 6312cc3..0000000
3887--- a/data/sarge/exclude-udebs-amd64
3888+++ /dev/null
3889@@ -1,35 +0,0 @@
3890-# These udebs are in the d-i cdrom initrd and the hd-media initrd.
3891-# As such, there is no reason to keep another copy of them on the CD
3892-# in udeb form.
3893-isa-pnp-modules-*
3894-socket-modules-*
3895-console-keymaps-at
3896-console-keymaps-usb
3897-discover-data-udeb
3898-discover-udeb
3899-discover1-data-udeb
3900-discover1-udeb
3901-fat-modules-*
3902-cdrom-core-modules-*
3903-cdrom-modules-*
3904-ide-modules-*
3905-ide-core-modules-*
3906-input-modules-*
3907-fb-modules-*
3908-kbd-chooser
3909-usb-modules-*
3910-usb-storage-modules-*
3911-scsi-core-modules-*
3912-# Not needed with the 2.6 kernel on amd64.
3913-userdevfs
3914-# The speakup kernel modules are not useful unless the access images are
3915-# provided.
3916-*-speakup-di
3917-# These packages are for the old partitioning system, and should not be
3918-# included as they confuse users.
3919-# Note that partconf-find-partitions is used by lvmcfg-utils, so is not
3920-# excluded likewise, partconf-mkfstab is used by autopartkit.
3921-partconf
3922-partitioner
3923-# This is obsolete.
3924-discover2-data-udeb
3925diff --git a/data/sarge/exclude-udebs-i386 b/data/sarge/exclude-udebs-i386
3926deleted file mode 100644
3927index 8d5b85d..0000000
3928--- a/data/sarge/exclude-udebs-i386
3929+++ /dev/null
3930@@ -1,27 +0,0 @@
3931-# These udebs are in the d-i cdrom initrd and the cd-drivers+root floppies.
3932-# As such, there is no reason to keep another copy of them on the CD
3933-# in udeb form.
3934-isa-pnp-modules-*
3935-socket-modules-*
3936-console-keymaps-at
3937-console-keymaps-usb
3938-floppy-modules-*
3939-discover-data-udeb
3940-discover-udeb
3941-discover1-data-udeb
3942-discover1-udeb
3943-cdrom-core-modules-*
3944-cdrom-modules-*
3945-ide-modules-*
3946-ide-core-modules-*
3947-input-modules-*
3948-fb-modules-*
3949-kbd-chooser
3950-usb-modules-*
3951-usb-storage-modules-*
3952-scsi-core-modules-*
3953-# Not needed with the 2.4 kernel on i386.
3954-userdevfs
3955-# The speakup kernel modules are not useful unless the access images are
3956-# provided.
3957-*-speakup-di
3958diff --git a/data/sarge/exclude-udebs-powerpc b/data/sarge/exclude-udebs-powerpc
3959deleted file mode 100644
3960index 606eac2..0000000
3961--- a/data/sarge/exclude-udebs-powerpc
3962+++ /dev/null
3963@@ -1,30 +0,0 @@
3964-# These udebs build the d-i cdrom initrd. As such, there is no reason
3965-# to keep another copy of them on the CD in udeb form.
3966-#
3967-# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
3968-# in d-i Subversion.
3969-
3970-cdrom-core-modules-*
3971-console-keymaps-at
3972-console-keymaps-usb
3973-discover-data-udeb
3974-discover-udeb
3975-discover1-data-udeb
3976-discover1-udeb
3977-eject-udeb
3978-firewire-core-modules-*
3979-fs-common-modules-*
3980-ide-modules-*
3981-input-modules-*
3982-kbd-chooser
3983-pcmcia-cs-udeb
3984-pcmcia-modules-*
3985-pcmcia-storage-modules-*
3986-scsi-common-modules-*
3987-scsi-core-modules-*
3988-scsi-modules-*
3989-socket-modules-*
3990-usb-modules-*
3991-usb-storage-modules-*
3992-# Not needed with the 2.4 kernel on powerpc.
3993-userdevfs
3994diff --git a/data/sarge/hppa_businesscard_udeb_include b/data/sarge/hppa_businesscard_udeb_include
3995deleted file mode 100644
3996index 6326d6c..0000000
3997--- a/data/sarge/hppa_businesscard_udeb_include
3998+++ /dev/null
3999@@ -1,3 +0,0 @@
4000-choose-mirror
4001-netcfg
4002-ethdetect
4003diff --git a/data/sarge/hppa_netinst_udeb_include b/data/sarge/hppa_netinst_udeb_include
4004deleted file mode 100644
4005index 6f1c801..0000000
4006--- a/data/sarge/hppa_netinst_udeb_include
4007+++ /dev/null
4008@@ -1,2 +0,0 @@
4009-netcfg
4010-ethdetect
4011diff --git a/data/sarge/hppa_udeb_include b/data/sarge/hppa_udeb_include
4012deleted file mode 100644
4013index 6f1c801..0000000
4014--- a/data/sarge/hppa_udeb_include
4015+++ /dev/null
4016@@ -1,2 +0,0 @@
4017-netcfg
4018-ethdetect
4019diff --git a/data/sarge/i386_businesscard_udeb_include b/data/sarge/i386_businesscard_udeb_include
4020deleted file mode 100644
4021index c8849a9..0000000
4022--- a/data/sarge/i386_businesscard_udeb_include
4023+++ /dev/null
4024@@ -1,5 +0,0 @@
4025-choose-mirror
4026-netcfg
4027-ethdetect
4028-pcmcia-cs-udeb
4029-wireless-tools-udeb
4030diff --git a/data/sarge/i386_netinst_udeb_include b/data/sarge/i386_netinst_udeb_include
4031deleted file mode 100644
4032index 275197a..0000000
4033--- a/data/sarge/i386_netinst_udeb_include
4034+++ /dev/null
4035@@ -1,4 +0,0 @@
4036-netcfg
4037-ethdetect
4038-pcmcia-cs-udeb
4039-wireless-tools-udeb
4040diff --git a/data/sarge/i386_udeb_include b/data/sarge/i386_udeb_include
4041deleted file mode 100644
4042index 275197a..0000000
4043--- a/data/sarge/i386_udeb_include
4044+++ /dev/null
4045@@ -1,4 +0,0 @@
4046-netcfg
4047-ethdetect
4048-pcmcia-cs-udeb
4049-wireless-tools-udeb
4050diff --git a/data/sarge/ia64_businesscard_udeb_include b/data/sarge/ia64_businesscard_udeb_include
4051deleted file mode 100644
4052index 6326d6c..0000000
4053--- a/data/sarge/ia64_businesscard_udeb_include
4054+++ /dev/null
4055@@ -1,3 +0,0 @@
4056-choose-mirror
4057-netcfg
4058-ethdetect
4059diff --git a/data/sarge/ia64_netinst_udeb_include b/data/sarge/ia64_netinst_udeb_include
4060deleted file mode 100644
4061index 6f1c801..0000000
4062--- a/data/sarge/ia64_netinst_udeb_include
4063+++ /dev/null
4064@@ -1,2 +0,0 @@
4065-netcfg
4066-ethdetect
4067diff --git a/data/sarge/ia64_udeb_include b/data/sarge/ia64_udeb_include
4068deleted file mode 100644
4069index 6f1c801..0000000
4070--- a/data/sarge/ia64_udeb_include
4071+++ /dev/null
4072@@ -1,2 +0,0 @@
4073-netcfg
4074-ethdetect
4075diff --git a/data/sarge/isolinux.bin b/data/sarge/isolinux.bin
4076deleted file mode 100644
4077index d7c6d4d..0000000
4078Binary files a/data/sarge/isolinux.bin and /dev/null differ
4079diff --git a/data/sarge/m68k_businesscard_udeb_include b/data/sarge/m68k_businesscard_udeb_include
4080deleted file mode 100644
4081index 6326d6c..0000000
4082--- a/data/sarge/m68k_businesscard_udeb_include
4083+++ /dev/null
4084@@ -1,3 +0,0 @@
4085-choose-mirror
4086-netcfg
4087-ethdetect
4088diff --git a/data/sarge/m68k_netinst_udeb_include b/data/sarge/m68k_netinst_udeb_include
4089deleted file mode 100644
4090index 6f1c801..0000000
4091--- a/data/sarge/m68k_netinst_udeb_include
4092+++ /dev/null
4093@@ -1,2 +0,0 @@
4094-netcfg
4095-ethdetect
4096diff --git a/data/sarge/m68k_udeb_include b/data/sarge/m68k_udeb_include
4097deleted file mode 100644
4098index 6f1c801..0000000
4099--- a/data/sarge/m68k_udeb_include
4100+++ /dev/null
4101@@ -1,2 +0,0 @@
4102-netcfg
4103-ethdetect
4104diff --git a/data/sarge/mips_businesscard_udeb_include b/data/sarge/mips_businesscard_udeb_include
4105deleted file mode 100644
4106index 6326d6c..0000000
4107--- a/data/sarge/mips_businesscard_udeb_include
4108+++ /dev/null
4109@@ -1,3 +0,0 @@
4110-choose-mirror
4111-netcfg
4112-ethdetect
4113diff --git a/data/sarge/mips_netinst_udeb_include b/data/sarge/mips_netinst_udeb_include
4114deleted file mode 100644
4115index 6f1c801..0000000
4116--- a/data/sarge/mips_netinst_udeb_include
4117+++ /dev/null
4118@@ -1,2 +0,0 @@
4119-netcfg
4120-ethdetect
4121diff --git a/data/sarge/mips_udeb_include b/data/sarge/mips_udeb_include
4122deleted file mode 100644
4123index 6f1c801..0000000
4124--- a/data/sarge/mips_udeb_include
4125+++ /dev/null
4126@@ -1,2 +0,0 @@
4127-netcfg
4128-ethdetect
4129diff --git a/data/sarge/mipsel_businesscard_udeb_include b/data/sarge/mipsel_businesscard_udeb_include
4130deleted file mode 100644
4131index 6326d6c..0000000
4132--- a/data/sarge/mipsel_businesscard_udeb_include
4133+++ /dev/null
4134@@ -1,3 +0,0 @@
4135-choose-mirror
4136-netcfg
4137-ethdetect
4138diff --git a/data/sarge/mipsel_netinst_udeb_include b/data/sarge/mipsel_netinst_udeb_include
4139deleted file mode 100644
4140index 6f1c801..0000000
4141--- a/data/sarge/mipsel_netinst_udeb_include
4142+++ /dev/null
4143@@ -1,2 +0,0 @@
4144-netcfg
4145-ethdetect
4146diff --git a/data/sarge/mipsel_udeb_include b/data/sarge/mipsel_udeb_include
4147deleted file mode 100644
4148index 6f1c801..0000000
4149--- a/data/sarge/mipsel_udeb_include
4150+++ /dev/null
4151@@ -1,2 +0,0 @@
4152-netcfg
4153-ethdetect
4154diff --git a/data/sarge/pegasos/pegasos b/data/sarge/pegasos/pegasos
4155deleted file mode 100644
4156index 7ea9fed..0000000
4157--- a/data/sarge/pegasos/pegasos
4158+++ /dev/null
4159@@ -1,87 +0,0 @@
4160-\ FORTH is identifed by a forth comment at first line
4161-\
4162-\ terminal control stuff
4163-\
4164-: TTY.CSI d# 27 EMIT ASCII [ EMIT ;
4165-: TTY.HOME TTY.CSI ASCII H EMIT ;
4166-: TTY.CLR_EOS TTY.CSI ASCII J EMIT ;
4167-: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ;
4168-\
4169-\ boot menu stuff
4170-\
4171-: my-max-boot-num 3 ;
4172-: my-boot-default 1 ;
4173-: my-boot-delay d# 300 ; \ unit = 100 ms
4174-: my-print-menu ( -- )
4175- TTY.HOME_CLR
4176- ." " cr
4177- ." Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!" cr
4178- ." " cr
4179- ." This is a Debian installation ${MEDIA_TYPE}," cr
4180- ." built on ${BUILD_DATE}." cr
4181- ." " cr
4182- ." The default option is (1) 'install'. For maximum" cr
4183- ." control, you can use the (2) 'expert' option." cr
4184- ." " cr
4185- ." ************************************" cr
4186- ." If in doubt, just choose (1) 'install'" cr
4187- ." ************************************" cr
4188- ." " cr
4189- ." 1: install" cr
4190- ." 2: expert" cr
4191- ." 3: return to OF prompt" cr
4192- ." " cr
4193-;
4194-: my-boot-case ( num -- )
4195- ." " cr
4196- case
4197- 1 of " cd install/powerpc/vmlinuz-chrp.initrd devfs=mount,dall init=/linuxrc --" endof
4198- 2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --" endof
4199- 3 of " none" endof
4200- endcase
4201- $boot
4202-;
4203-: my-input-num ( wait-period max-boot-num default-num -- boot-num )
4204- 1 \ loop-inc = 1
4205- 3 pick 0 do
4206- 0d emit
4207- ." press 1-"
4208- ( wait-period max-boot-num default-num loop-inc )
4209- 2 pick ascii 0 + emit
4210- dup 1 = if
4211- ." within "
4212- 3 pick i - d# 10 / .d
4213- ." seconds"
4214- then
4215- ." (default: "
4216- over ascii 0 + emit
4217- ." ) : "
4218- d# 100 ms
4219- key? if
4220- key
4221- ( wait-period max-boot-num default-num loop-inc key )
4222- dup 0d = if \ return pressed
4223- drop leave
4224- then
4225-
4226- ascii 0 -
4227- ( wait-period max-boot-num default-num loop-inc num )
4228- dup 1 5 pick
4229- ( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num )
4230- between if
4231- rot drop swap leave
4232- then
4233-
4234- ( wait-period max-boot-num default-num loop-inc num )
4235- 2drop 0 \ loop-inc = 0
4236- then
4237- dup +loop
4238- drop
4239- ( wait-period max-boot-num boot-num )
4240- nip nip
4241-;
4242-
4243-
4244-my-print-menu
4245-my-boot-delay my-max-boot-num my-boot-default my-input-num
4246-my-boot-case
4247diff --git a/data/sarge/powerpc_businesscard_udeb_include b/data/sarge/powerpc_businesscard_udeb_include
4248deleted file mode 100644
4249index b5c5e7e..0000000
4250--- a/data/sarge/powerpc_businesscard_udeb_include
4251+++ /dev/null
4252@@ -1,4 +0,0 @@
4253-choose-mirror
4254-netcfg
4255-ethdetect
4256-wireless-tools-udeb
4257diff --git a/data/sarge/powerpc_netinst_udeb_include b/data/sarge/powerpc_netinst_udeb_include
4258deleted file mode 100644
4259index 4a83dd2..0000000
4260--- a/data/sarge/powerpc_netinst_udeb_include
4261+++ /dev/null
4262@@ -1,3 +0,0 @@
4263-netcfg
4264-ethdetect
4265-wireless-tools-udeb
4266diff --git a/data/sarge/powerpc_udeb_include b/data/sarge/powerpc_udeb_include
4267deleted file mode 100644
4268index 275197a..0000000
4269--- a/data/sarge/powerpc_udeb_include
4270+++ /dev/null
4271@@ -1,4 +0,0 @@
4272-netcfg
4273-ethdetect
4274-pcmcia-cs-udeb
4275-wireless-tools-udeb
4276diff --git a/data/sarge/s390_businesscard_udeb_include b/data/sarge/s390_businesscard_udeb_include
4277deleted file mode 100644
4278index 6326d6c..0000000
4279--- a/data/sarge/s390_businesscard_udeb_include
4280+++ /dev/null
4281@@ -1,3 +0,0 @@
4282-choose-mirror
4283-netcfg
4284-ethdetect
4285diff --git a/data/sarge/s390_netinst_udeb_include b/data/sarge/s390_netinst_udeb_include
4286deleted file mode 100644
4287index 6f1c801..0000000
4288--- a/data/sarge/s390_netinst_udeb_include
4289+++ /dev/null
4290@@ -1,2 +0,0 @@
4291-netcfg
4292-ethdetect
4293diff --git a/data/sarge/s390_udeb_include b/data/sarge/s390_udeb_include
4294deleted file mode 100644
4295index 6f1c801..0000000
4296--- a/data/sarge/s390_udeb_include
4297+++ /dev/null
4298@@ -1,2 +0,0 @@
4299-netcfg
4300-ethdetect
4301diff --git a/data/sarge/sbm.bin.gz b/data/sarge/sbm.bin.gz
4302deleted file mode 100644
4303index 20e4aa4..0000000
4304Binary files a/data/sarge/sbm.bin.gz and /dev/null differ
4305diff --git a/data/sarge/sparc/debian.txt b/data/sarge/sparc/debian.txt
4306deleted file mode 100644
4307index ffa03a7..0000000
4308--- a/data/sarge/sparc/debian.txt
4309+++ /dev/null
4310@@ -1,16 +0,0 @@
4311-
4312
4313- Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
4314-
4315-This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
4316-Keep it once you have installed your system, as you can boot from it
4317-to repair the system on your hard disk if that ever becomes necessary.
4318-
4319-WARNING: You should completely back up all of your hard disks before
4320- proceeding. The installation procedure can completely and irreversibly
4321- erase them! If you haven't made backups yet, remove the rescue CD from
4322- the drive and press L1-A to get back to the OpenBoot prompt.
4323-
4324-Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
4325-by applicable law.
4326-
4327-[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
4328diff --git a/data/sarge/sparc/silo.conf b/data/sarge/sparc/silo.conf
4329deleted file mode 100644
4330index 9280ac2..0000000
4331--- a/data/sarge/sparc/silo.conf
4332+++ /dev/null
4333@@ -1,21 +0,0 @@
4334-partition=1
4335-timeout=600
4336-message=/boot/debian.txt
4337-default=linux
4338-append="cdrom ramdisk_size=16384 devfs=mount rw"
4339-initrd=/boot/initrd.gz
4340-root=/dev/rd/0
4341-
4342-# Standard boot images
4343-image[sun4c,sun4d,sun4m]=/boot/sparc32
4344- label=linux
4345-image[sun4u]=/boot/sparc64
4346- label=linux
4347-
4348-# Rescue boots
4349-image[sun4c,sun4d,sun4m]=/boot/sparc32
4350- label=rescue
4351- append="init=/bin/sh"
4352-image[sun4u]=/boot/sparc64
4353- label=rescue
4354- append="init=/bin/sh"
4355diff --git a/data/sarge/sparc_businesscard_udeb_include b/data/sarge/sparc_businesscard_udeb_include
4356deleted file mode 100644
4357index 6326d6c..0000000
4358--- a/data/sarge/sparc_businesscard_udeb_include
4359+++ /dev/null
4360@@ -1,3 +0,0 @@
4361-choose-mirror
4362-netcfg
4363-ethdetect
4364diff --git a/data/sarge/sparc_netinst_udeb_include b/data/sarge/sparc_netinst_udeb_include
4365deleted file mode 100644
4366index 6f1c801..0000000
4367--- a/data/sarge/sparc_netinst_udeb_include
4368+++ /dev/null
4369@@ -1,2 +0,0 @@
4370-netcfg
4371-ethdetect
4372diff --git a/data/sarge/sparc_udeb_include b/data/sarge/sparc_udeb_include
4373deleted file mode 100644
4374index 6f1c801..0000000
4375--- a/data/sarge/sparc_udeb_include
4376+++ /dev/null
4377@@ -1,2 +0,0 @@
4378-netcfg
4379-ethdetect
4380diff --git a/data/sarge/yaboot/boot.msg b/data/sarge/yaboot/boot.msg
4381deleted file mode 100644
4382index 292e525..0000000
4383--- a/data/sarge/yaboot/boot.msg
4384+++ /dev/null
4385@@ -1,22 +0,0 @@
4386-Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
4387-
4388-This is a Debian installation ${MEDIA_TYPE},
4389-built on ${BUILD_DATE}.
4390-
4391-The default option is 'install'. For maximum
4392-control, you can use the 'expert' option.
4393-
4394-If the system fails to boot at all (the typical
4395-symptom is a white screen which doesn't go away),
4396-use 'install video=ofonly' or 'expert video=ofonly'.
4397-
4398-The plain options are for the powerpc family of
4399-processors (from 601 to G4). The *-power3 options
4400-are for IBM Power3 boxes, and the *-power4 options
4401-are for IBM Power4 and Apple G5 boxes. Press the tab
4402-key for a list of options, or type 'help' for help.
4403-
4404-************************************
4405-If in doubt, just choose 'install', and if that
4406-doesn't work, try 'install video=ofonly'.
4407-************************************
4408diff --git a/data/sarge/yaboot/ofboot.b b/data/sarge/yaboot/ofboot.b
4409deleted file mode 100644
4410index 179602d..0000000
4411--- a/data/sarge/yaboot/ofboot.b
4412+++ /dev/null
4413@@ -1,64 +0,0 @@
4414-<CHRP-BOOT>
4415-<COMPATIBLE>
4416-MacRISC MacRISC3 MacRISC4
4417-</COMPATIBLE>
4418-<DESCRIPTION>
4419-GNU/Linux PPC bootloader
4420-</DESCRIPTION>
4421-<BOOT-SCRIPT>
4422-" screen" output
4423-load-base release-load-area
4424-boot cd:,\install\yaboot
4425-</BOOT-SCRIPT>
4426-<OS-BADGE-ICONS>
4427-1010
4428-000000000000F8FEACF6000000000000
4429-0000000000F5FFFFFEFEF50000000000
4430-00000000002BFAFEFAFCF70000000000
4431-0000000000F65D5857812B0000000000
4432-0000000000F5350B2F88560000000000
4433-0000000000F6335708F8FE0000000000
4434-00000000005600F600F5FD8100000000
4435-00000000F9F8000000F5FAFFF8000000
4436-000000008100F5F50000F6FEFE000000
4437-000000F8F700F500F50000FCFFF70000
4438-00000088F70000F50000F5FCFF2B0000
4439-0000002F582A00F5000008ADE02C0000
4440-00090B0A35A62B0000002D3B350A0000
4441-000A0A0B0B3BF60000505E0B0A0B0A00
4442-002E350B0B2F87FAFCF45F0B2E090000
4443-00000007335FF82BF72B575907000000
4444-000000000000ACFFFF81000000000000
4445-000000000081FFFFFFFF810000000000
4446-0000000000FBFFFFFFFFAC0000000000
4447-000000000081DFDFDFFFFB0000000000
4448-000000000081DD5F83FFFD0000000000
4449-000000000081DDDF5EACFF0000000000
4450-0000000000FDF981F981FFFF00000000
4451-00000000FFACF9F9F981FFFFAC000000
4452-00000000FFF98181F9F981FFFF000000
4453-000000ACACF981F981F9F9FFFFAC0000
4454-000000FFACF9F981F9F981FFFFFB0000
4455-00000083DFFBF981F9F95EFFFFFC0000
4456-005F5F5FDDFFFBF9F9F983DDDD5F0000
4457-005F5F5F5FDD81F9F9E7DF5F5F5F5F00
4458-0083DD5F5F83FFFFFFFFDF5F835F0000
4459-000000FBDDDFACFBACFBDFDFFB000000
4460-000000000000FFFFFFFF000000000000
4461-0000000000FFFFFFFFFFFF0000000000
4462-0000000000FFFFFFFFFFFF0000000000
4463-0000000000FFFFFFFFFFFF0000000000
4464-0000000000FFFFFFFFFFFF0000000000
4465-0000000000FFFFFFFFFFFF0000000000
4466-0000000000FFFFFFFFFFFFFF00000000
4467-00000000FFFFFFFFFFFFFFFFFF000000
4468-00000000FFFFFFFFFFFFFFFFFF000000
4469-000000FFFFFFFFFFFFFFFFFFFFFF0000
4470-000000FFFFFFFFFFFFFFFFFFFFFF0000
4471-000000FFFFFFFFFFFFFFFFFFFFFF0000
4472-00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
4473-00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00
4474-00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
4475-000000FFFFFFFFFFFFFFFFFFFF000000
4476-</OS-BADGE-ICONS>
4477-</CHRP-BOOT>
4478diff --git a/data/sarge/yaboot/yaboot.conf b/data/sarge/yaboot/yaboot.conf
4479deleted file mode 100644
4480index ac0024a..0000000
4481--- a/data/sarge/yaboot/yaboot.conf
4482+++ /dev/null
4483@@ -1,105 +0,0 @@
4484-## This yaboot.conf is for CD booting only, do not use as reference.
4485-## Debian GNU/Linux PowerPC (CODENAME)
4486-
4487-# It is important not to have a comma after cd:
4488-device=cd:
4489-default=install
4490-
4491-# FIXME: will this be the correct path?
4492-message=/install/boot.msg
4493-
4494-# Powerpc subarch
4495-image=/install/powerpc/vmlinux
4496- label=install-powerpc
4497- alias=install
4498- initrd=/install/powerpc/initrd.gz
4499- append="devfs=mount,dall init=/linuxrc --"
4500- initrd-size=10240
4501- read-only
4502-
4503-image=/install/powerpc/vmlinux
4504- label=expert-powerpc
4505- alias=expert
4506- initrd=/install/powerpc/initrd.gz
4507- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4508- initrd-size=10240
4509- read-only
4510-
4511-# Power3 subarch
4512-image=/install/power3/vmlinux
4513- label=install-power3
4514- initrd=/install/power3/initrd.gz
4515- append="devfs=mount,dall init=/linuxrc --"
4516- initrd-size=10240
4517- read-only
4518-
4519-image=/install/power3/vmlinux
4520- label=expert-power3
4521- initrd=/install/power3/initrd.gz
4522- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4523- initrd-size=10240
4524- read-only
4525-
4526-# Power 4 subarch
4527-image=/install/power4/vmlinux
4528- label=install-power4
4529- initrd=/install/power4/initrd.gz
4530- append="devfs=mount,dall init=/linuxrc --"
4531- initrd-size=10240
4532- read-only
4533-
4534-image=/install/power4/vmlinux
4535- label=expert-power4
4536- initrd=/install/power4/initrd.gz
4537- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4538- initrd-size=10240
4539- read-only
4540-
4541-# ... and now massive clone-and-hack for 2.4 ...
4542-
4543-# Powerpc subarch
4544-image=/install/powerpc/2.4/vmlinux
4545- label=install-powerpc-2.4
4546- alias=install-2.4
4547- initrd=/install/powerpc/2.4/initrd.gz
4548- append="devfs=mount,dall init=/linuxrc --"
4549- initrd-size=8192
4550- read-only
4551-
4552-image=/install/powerpc/2.4/vmlinux
4553- label=expert-powerpc-2.4
4554- alias=expert-2.4
4555- initrd=/install/powerpc/2.4/initrd.gz
4556- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4557- initrd-size=8192
4558- read-only
4559-
4560-# Power3 subarch
4561-image=/install/power3/2.4/vmlinux
4562- label=install-power3-2.4
4563- initrd=/install/power3/2.4/initrd.gz
4564- append="devfs=mount,dall init=/linuxrc --"
4565- initrd-size=8192
4566- read-only
4567-
4568-image=/install/power3/2.4/vmlinux
4569- label=expert-power3-2.4
4570- initrd=/install/power3/2.4/initrd.gz
4571- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4572- initrd-size=8192
4573- read-only
4574-
4575-# Power 4 subarch
4576-image=/install/power4/2.4/vmlinux
4577- label=install-power4-2.4
4578- initrd=/install/power4/2.4/initrd.gz
4579- append="devfs=mount,dall init=/linuxrc --"
4580- initrd-size=8192
4581- read-only
4582-
4583-image=/install/power4/2.4/vmlinux
4584- label=expert-power4-2.4
4585- initrd=/install/power4/2.4/initrd.gz
4586- append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
4587- initrd-size=8192
4588- read-only
4589diff --git a/data/sparc/etc/debian.txt b/data/sparc/etc/debian.txt
4590deleted file mode 100644
4591index 704aa79..0000000
4592--- a/data/sparc/etc/debian.txt
4593+++ /dev/null
4594@@ -1,16 +0,0 @@
4595-
4596
4597- Welcome to Debian GNU/Linux 3.0!
4598-
4599-This is the Debian Install CD. Keep it once you have installed your
4600-system, as you can boot from it to repair the system on your hard disk if
4601-that ever becomes necessary.
4602-
4603-WARNING: You should completely back up all of your hard disks before
4604- proceeding. The installation procedure can completely and irreversibly
4605- erase them! If you haven't made backups yet, remove the rescue CD from
4606- the drive and press L1-A to get back to the OpenBoot prompt.
4607-
4608-Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
4609-by applicable law.
4610-
4611-[ ENTER - Boot install ] [ Type "rescue" - Boot into rescue mode ]
4612diff --git a/data/sparc/etc/silo.conf b/data/sparc/etc/silo.conf
4613deleted file mode 100644
4614index cb9e0d7..0000000
4615--- a/data/sparc/etc/silo.conf
4616+++ /dev/null
4617@@ -1,21 +0,0 @@
4618-partition=1
4619-timeout=600
4620-read-only
4621-message=/boot/debian.txt
4622-default=linux
4623-append="cdrom"
4624-initrd=/dists/stable/main/disks-sparc/current/images-1.44/root.bin
4625-
4626-# Standard boot images
4627-image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
4628- label=linux
4629-image[sun4u]=/boot/sparc64
4630- label=linux
4631-
4632-# Rescue boots
4633-image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
4634- label=rescue
4635- append="init=/bin/sh"
4636-image[sun4u]=/boot/sparc64
4637- label=rescue
4638- append="init=/bin/sh"
4639diff --git a/data/woody/README.html.in b/data/woody/README.html.in
4640deleted file mode 100644
4641index 10431ce..0000000
4642--- a/data/woody/README.html.in
4643+++ /dev/null
4644@@ -1,790 +0,0 @@
4645-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4646-<HTML lang="en">
4647-<HEAD>
4648-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4649-<TITLE>Debian GNU/Linux -- The Universal Operating System</TITLE>
4650-<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.">
4651-<META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG">
4652-<META NAME="Language" CONTENT="English">
4653-<meta name="Author" content="J.A. Bezemer, costar@panic.et.tudelft.nl">
4654-</HEAD>
4655-<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
4656-
4657-
4658- <!-- The HTML and TEXT file are NOT the actual source code... -->
4659- <!-- For that, see the debian-cd CVS. -->
4660-#if 0
4661- If you read THIS, you're viewing the actual source file ;-)
4662-#endif
4663-
4664-#undef i386
4665-#undef alpha
4666-#undef powerpc
4667-#undef ppc
4668-#undef sparc
4669-#undef ultrasparc
4670-#undef m68k
4671-#undef arm
4672-#undef hppa
4673-#undef ia64
4674-#undef mips
4675-#undef mipsel
4676-#undef s390
4677-#undef binary
4678-#undef bin
4679-#undef source
4680-#undef src
4681-
4682-#if OUTPUTtext
4683-#define href nothing
4684-#endif
4685-
4686-#include <README.diskdefines>
4687-
4688-
4689-#if OUTPUThtml
4690-<div align=right>
4691-(<a href="README.txt">Text version</a>)
4692-</div>
4693-<TABLE border="0" cellpadding="3" cellspacing="0" align="center" summary="">
4694-<TR>
4695-<TD>
4696-<IMG src="pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""
4697- width="50" height="61"></A>
4698-<IMG src="pics/debian.jpg" border="0" hspace="0" vspace="0"
4699- alt="Debian" width="179" height="61">
4700-</TD>
4701-</TR>
4702-</TABLE>
4703-#endif
4704-#if OUTPUTtext
4705-<div align=right>
4706-(HTML version in README.html)
4707-</div>
4708-#endif
4709-
4710-
4711-<TABLE bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0"
4712- width="100%" summary="">
4713-<TR>
4714-<TD valign="top">
4715-<img src="pics/red-upperleft.png" align="left" border="0" hspace="0"
4716- vspace="0" alt="" width="15" height="16">
4717-</TD>
4718-<TD rowspan="2" align="center">
4719-
4720- <CENTER>
4721- <TABLE border="0" cellpadding="2" cellspacing="0" align="center">
4722- <TR><TD bgcolor="#000084">
4723- <CENTER><FONT COLOR="#FFFFFF" FACE="helvetica,arial"><B>&nbsp;&nbsp;
4724-#if 0
4725- Debian GNU/Linux 3.0 "Woody" - Official i386 Binary-1 CD
4726-#endif
4727- DISKNAME CD
4728- &nbsp;&nbsp;</B></FONT></CENTER>
4729- </TD><TR>
4730- </TABLE>
4731- </CENTER>
4732-
4733-</TD>
4734-<TD valign="top">
4735-<img src="pics/red-upperright.png" align="right" border="0" hspace="0"
4736- vspace="0" alt="" width="16" height="16">
4737-</TD>
4738-</TR>
4739-<TR>
4740-<TD valign="bottom">
4741-<img src="pics/red-lowerleft.png" align="left" border="0" hspace="0"
4742- vspace="0" alt="" width="16" height="16">
4743-</TD>
4744-<TD valign="bottom">
4745-<img src="pics/red-lowerright.png" align="right" border="0" hspace="0"
4746-vspace="0" alt="" width="15" height="16">
4747-</TD>
4748-</TR>
4749-</TABLE>
4750-
4751-<TABLE border="0" cellpadding="2" cellspacing="0" width="100%" summary="">
4752-<TR>
4753- <TD></TD>
4754-</TR>
4755-</TABLE>
4756-
4757-
4758-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
4759-<TR>
4760- <TD colspan="3" valign="top" width="20%" bgcolor="#BBDDFF">
4761- <img src="pics/blue-upperleft.png" align="left" border="0"
4762- hspace="0" vspace="0" alt="" width="16" height="16">
4763- <img src="pics/blue-upperright.png" align="right" border="0"
4764- hspace="0" vspace="0" alt="" width="16" height="16">
4765- </TD>
4766-</TR>
4767-<TR>
4768- <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
4769-
4770- <TD valign="TOP" bgcolor="#BBDDFF">
4771-
4772-<FONT face="Arial,Helvetica">
4773-
4774-#if OUTPUThtml
4775-<P><B><A href="http://www.debian.org/">Debian homepage</A></B></P>
4776-#endif
4777-
4778-&nbsp;<BR>
4779-<P>
4780-
4781-#if OUTPUTtext
4782-&nbsp;<BR>
4783-CONTENTS:
4784-<BR>
4785-&nbsp;<BR>
4786-<UL>
4787-#endif
4788-
4789-#if OUTPUTtext
4790-<LI>
4791-#endif
4792-
4793-<A href="#intro">Intro</A>
4794-<P>
4795-
4796-#if OUTPUTtext
4797-</LI><LI>
4798-#endif
4799-
4800-<A href="#thiscd">About This CD</A>
4801-<P>
4802-
4803-#if OUTPUTtext
4804-</LI><LI>
4805-#endif
4806-
4807-<A href="#install">Installing</A>
4808-<P>
4809-
4810-#if OUTPUTtext
4811-</LI><LI>
4812-#endif
4813-
4814-#if ARCHi386 || ARCHalpha || ARCHm68k || ARCHsparc || ARCHarm || ARCHpowerpc
4815- <A href="#upgrade">Upgrading</A>
4816- <P>
4817-
4818-#if OUTPUTtext
4819- </LI><LI>
4820-#endif
4821-#endif
4822-
4823-#ifndef UNOFFEXTRAS
4824-<A href="#lastmin">Last-Minute Notes</A>
4825-<P>
4826-
4827-#if OUTPUTtext
4828-</LI><LI>
4829-#endif
4830-#endif
4831-
4832-#if TYPEbinary
4833- <A href="#apt">Using CDs with Dselect and Apt</A>
4834- <P>
4835-
4836-#if OUTPUTtext
4837- </LI><LI>
4838-#endif
4839-#endif
4840-
4841-#ifndef UNOFFEXTRAS
4842-<A href="#nonfree">Non-free/Non-US</A>
4843-<P>
4844-
4845-#if OUTPUTtext
4846-</LI><LI>
4847-#endif
4848-#endif
4849-
4850-#ifndef UNOFFEXTRAS
4851-<A href="#cdmanuf">CD Manufacturers</A>
4852-<P>
4853-
4854-#if OUTPUTtext
4855-</LI><LI>
4856-#endif
4857-#endif
4858-
4859-<A href="#other">More Information</A>
4860-
4861-<P>
4862-
4863-#if OUTPUThtml
4864-&nbsp;<P>
4865-<A href=".">Browse this CD-ROM</A></P>
4866-<P>
4867-<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
4868-</P>
4869-#endif
4870-
4871-
4872-</FONT>
4873-
4874-#if OUTPUTtext
4875-</LI>
4876-</UL>
4877-#endif
4878-
4879-
4880- </TD>
4881- <TD bgcolor="#BBDDFF">&nbsp;&nbsp;</TD>
4882- <TD>&nbsp;&nbsp;</TD>
4883-
4884- <TD valign="TOP" width="80%">
4885-
4886-<CENTER>
4887-<FONT SIZE="+2"><B><I>
4888-Welcome to the exciting world of
4889-</I></B></FONT>
4890-<BR>
4891-<FONT SIZE="+3"><B><I>
4892-Debian GNU/Linux!
4893-</I></B></FONT>
4894-</CENTER>
4895-
4896-<A name="intro">
4897-<P><H2>
4898-Intro
4899-#if OUTPUTtext
4900-<BR>
4901-=====
4902-#endif
4903-</H2>
4904-</a>
4905-#if OUTPUTtext
4906-<P>
4907-#endif
4908-
4909-This is one of the CD-ROMs of the
4910-<a href="http://www.debian.org/">Debian GNU/Linux</a>
4911-distribution. Debian is a
4912-very extensive collection of software. But it is more. It is a complete
4913-Operating System (OS) for your computer. And it is
4914-<A href="http://www.debian.org/intro/free">free</A>
4915-(as in &quot;freedom&quot;).
4916-<P>
4917-An operating system is the set of basic programs
4918-and utilities that make your computer run. At the core of an operating
4919-system is the kernel. The kernel is the most fundamental program on the
4920-computer, which does all the basic housekeeping and lets you start other
4921-programs.
4922-Debian is kernel independent. It currently uses the
4923-<A href="http://www.linux.org/">Linux</A> kernel but work is
4924-in progress to provide Debian for other kernels, using
4925-<A href="http://www.gnu.org/software/hurd/hurd.html">the Hurd</A>.
4926-Most of the basic operating system tools
4927-come from the <a href="http://www.gnu.org/">GNU project</A>; hence the name
4928-GNU/Linux.
4929-<P>
4930-
4931-Debian is available for various kinds of computers
4932-(&quot;architectures&quot;), like
4933-&quot;IBM-compatible&quot; PCs (<i>i386</i>),
4934-Compaq's <i>Alpha</i>,
4935-Motorola's 680x0 (<i>m68k</i>),
4936-Sun's <i>Sparc</i>,
4937-Motorola/IBM's <i>PowerPC</i>, and <i>(Strong)ARM</i> processors.
4938-Check the <A href="http://www.debian.org/ports">ports</A> page
4939-#if OUTPUTtext
4940-(http://www.debian.org/ports)
4941-#endif
4942-for more information.
4943-<P>
4944-
4945-#if OUTPUTtext
4946-Read more at <P>
4947-&nbsp; http://www.debian.org/intro/about
4948-#endif
4949-#if OUTPUThtml
4950-<A href="http://www.debian.org/intro/about">Read more...</A>
4951-#endif
4952-
4953-<A name="thiscd">
4954-#if OUTPUTtext
4955-<P>&nbsp;<P><H2>
4956-#endif
4957-#if OUTPUThtml
4958-<P><HR><P><H2>
4959-#endif
4960-About This CD
4961-#if OUTPUTtext
4962-<BR>
4963-=============
4964-#endif
4965-</H2>
4966-</a>
4967-#if OUTPUTtext
4968-<P>
4969-#endif
4970-
4971-This CD-ROM is labeled
4972-<P>
4973-<tt>&nbsp;
4974- DISKNAME
4975-</tt>
4976-<P>
4977-#ifndef UNOFFEXTRAS
4978-which means that this CD is number DISKNUM of totally TOTALNUM CDs containing
4979-#if TYPEbinary
4980-programs ("binaries") for `ARCH' computers.
4981-<P>
4982-The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
4983-contains the most popular programs and the installation tools; it is possible
4984-to install and run Debian with only the Binary-1 CD. The other CDs, up to
4985-Binary-TOTALNUM, contain mostly special-interest programs.
4986-#endif
4987-#if TYPEsource
4988-the source code of programs in the Debian OS.
4989-<P>
4990-The source packages on the Source CDs are ordered by popularity, like
4991-the programs on the Binary CDs. This means that the source code of the
4992-programs on the Binary-DISKNUM CD can most likely be found on this CD
4993-(though there may be some variation due to size issues).
4994-#endif
4995-#else
4996-#include <unoffextrascd.html.in>
4997-#endif
4998-
4999-<A name="install">
5000-#if OUTPUTtext
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches