Add support for and update to squeeze
The Debian version for squeeze has already been set: http://lists.debian.org/debian-release/2009/01/msg00682.html
This commit is contained in:
parent
fae7313949
commit
27c98b9a17
6
CONF.sh
6
CONF.sh
|
@ -54,8 +54,8 @@ unset OMIT_DOC_TOOLS || true
|
||||||
# Where I am (hoping I'm in the debian-cd dir)
|
# Where I am (hoping I'm in the debian-cd dir)
|
||||||
export BASEDIR=`pwd`
|
export BASEDIR=`pwd`
|
||||||
|
|
||||||
# Building lenny cd set ...
|
# Building squeeze cd set ...
|
||||||
export CODENAME=lenny
|
export CODENAME=squeeze
|
||||||
|
|
||||||
# By default use Debian installer packages from $CODENAME
|
# By default use Debian installer packages from $CODENAME
|
||||||
if [ -z "$DI_CODENAME" ]; then
|
if [ -z "$DI_CODENAME" ]; then
|
||||||
|
@ -69,7 +69,7 @@ fi
|
||||||
#export DI_WWW_HOME=default
|
#export DI_WWW_HOME=default
|
||||||
|
|
||||||
# Version number, "2.2 r0", "2.2 r1" etc.
|
# Version number, "2.2 r0", "2.2 r1" etc.
|
||||||
export DEBVERSION="5.0"
|
export DEBVERSION="6.0"
|
||||||
|
|
||||||
# Official or non-official set.
|
# Official or non-official set.
|
||||||
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -145,14 +145,14 @@ $(DB_DIR): $(LATEST_DB)
|
||||||
fi
|
fi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Make sure unstable/sid points to testing/lenny, as there is no build
|
# Make sure unstable/sid points to testing/squeeze, as there is no build
|
||||||
# rule for unstable/sid.
|
# rule for unstable/sid.
|
||||||
unstable-map:
|
unstable-map:
|
||||||
$(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \
|
$(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \
|
||||||
ln -s lenny $(BASEDIR)/data/sid ; \
|
ln -s squeeze $(BASEDIR)/data/sid ; \
|
||||||
fi
|
fi
|
||||||
$(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \
|
$(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \
|
||||||
ln -s lenny $(BASEDIR)/tools/boot/sid ; \
|
ln -s squeeze $(BASEDIR)/tools/boot/sid ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
|
@ -0,0 +1,468 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
|
<title>Debian GNU/Linux -- The Universal Operating System</title>
|
||||||
|
<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." />
|
||||||
|
<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG" />
|
||||||
|
<meta name="Language" content="English" />
|
||||||
|
<meta name="Author" content="J.A. Bezemer, debian-boot@lists.debian.org" />
|
||||||
|
<link rev="made" href="mailto:debian-boot@lists.debian.org" />
|
||||||
|
<link href="css/debinstall.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="css/debinstall-print.css" media="print" rel="stylesheet" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body id="readme">
|
||||||
|
|
||||||
|
<!-- The HTML and TEXT file are NOT the actual source code. -->
|
||||||
|
<!-- For that, see http://svn.debian.org/wsvn/debian-cd -->
|
||||||
|
#if 0
|
||||||
|
If you read THIS, you're viewing the actual source file ;-)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef i386
|
||||||
|
#undef amd64
|
||||||
|
#undef alpha
|
||||||
|
#undef powerpc
|
||||||
|
#undef ppc
|
||||||
|
#undef sparc
|
||||||
|
#undef ultrasparc
|
||||||
|
#undef m68k
|
||||||
|
#undef arm
|
||||||
|
#undef binary
|
||||||
|
#undef bin
|
||||||
|
#undef source
|
||||||
|
#undef src
|
||||||
|
|
||||||
|
#if OUTPUTtext
|
||||||
|
#define href nothing
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <README.diskdefines>
|
||||||
|
|
||||||
|
<div id="header">
|
||||||
|
#if OUTPUThtml
|
||||||
|
<div id="upperheader">
|
||||||
|
<div id="logo">
|
||||||
|
<a href="http://www.debian.org/" title="www.debian.org"><img
|
||||||
|
src="pics/openlogo-nd-50.png" width="70" height="120"
|
||||||
|
alt="www.debian.org" /></a>
|
||||||
|
</div><!-- end logo -->
|
||||||
|
<p class="section"><em>Installer</em></p>
|
||||||
|
</div><!-- end upperheader -->
|
||||||
|
<!--UdmComment-->
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if OUTPUTtext
|
||||||
|
<p align="center">DISKNAME <br /><br /></p>
|
||||||
|
<p align="right">(HTML version in README.html)<br /></p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<div id="intro">
|
||||||
|
<div id="splash">
|
||||||
|
#if OUTPUTtext
|
||||||
|
<h1 align="center">
|
||||||
|
#else
|
||||||
|
<h1>
|
||||||
|
#endif
|
||||||
|
Welcome to the exciting world of
|
||||||
|
#if OUTPUTtext
|
||||||
|
<br />
|
||||||
|
#endif
|
||||||
|
<span id="debian-img"><img
|
||||||
|
src="pics/debian-61.png" alt="Debian GNU/Linux"
|
||||||
|
height="94" width="211" /></span></h1>
|
||||||
|
|
||||||
|
#if (defined(DISKTYPEBC) || defined(DISKTYPENETINST))
|
||||||
|
<p>This disc contains the installer for the
|
||||||
|
#else
|
||||||
|
<p>This is one disc in a set containing the
|
||||||
|
#endif
|
||||||
|
<a href="http://www.debian.org/">Debian GNU/Linux</a> distribution.
|
||||||
|
Debian is a very extensive collection of software. But it
|
||||||
|
is more. It is a complete Operating System (OS) for your
|
||||||
|
computer. And it is <a href=
|
||||||
|
"http://www.debian.org/intro/free">free</a> (as in
|
||||||
|
“freedom”).</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
#if OUTPUThtml
|
||||||
|
<p id="breadcrumbs">
|
||||||
|
<span class="alt">(<a href= "README.txt">Text version</a>)</span>
|
||||||
|
DISKNAME
|
||||||
|
</p>
|
||||||
|
#endif
|
||||||
|
</div><!-- end header -->
|
||||||
|
|
||||||
|
<div id="outer">
|
||||||
|
#if OUTPUTtext
|
||||||
|
<p>CONTENTS:</p>
|
||||||
|
#endif
|
||||||
|
<ul class="toc">
|
||||||
|
<li><a href="#introduction">Introduction</a></li>
|
||||||
|
<li><a href="#thisdisc">About This Disc</a></li>
|
||||||
|
<li><a href="#install">Installing</a></li>
|
||||||
|
<li><a href="#lastmin">Last-Minute Notes</a></li>
|
||||||
|
<li><a href="#apt">Installing software using Apt</a></li>
|
||||||
|
<li><a href="#cdmanuf">CD/DVD Manufacturers</a></li>
|
||||||
|
<li><a href="#other">More Information</a></li>
|
||||||
|
<li><a href=".">Browse This Disc</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="introduction">
|
||||||
|
Introduction
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />============
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>An operating system is the set of basic programs and
|
||||||
|
utilities that make your computer run. At the core of an
|
||||||
|
operating system is the kernel. The kernel is the most
|
||||||
|
fundamental program on the computer, which does all the basic
|
||||||
|
housekeeping and lets you start other programs. Debian is
|
||||||
|
kernel independent. It currently uses the <a href=
|
||||||
|
"http://www.linux.org/">Linux</a> kernel but work is in
|
||||||
|
progress to provide Debian for other kernels, using <a href=
|
||||||
|
"http://www.gnu.org/software/hurd/hurd.html">the Hurd</a>. Most
|
||||||
|
of the basic operating system tools come from the <a href=
|
||||||
|
"http://www.gnu.org/">GNU project</a>; hence the name
|
||||||
|
GNU/Linux.</p>
|
||||||
|
|
||||||
|
<p>Debian is available for various kinds of computers
|
||||||
|
(“architectures”), like “IBM-compatible” PCs (<em>i386</em>),
|
||||||
|
Compaq's <em>Alpha</em>, Sun's <em>Sparc</em>, Motorola/IBM's
|
||||||
|
<em>PowerPC</em>, and <em>(Strong)ARM</em> processors. Check the
|
||||||
|
<a href="http://www.debian.org/ports">ports</a> page for more
|
||||||
|
information.</p>
|
||||||
|
|
||||||
|
#if OUTPUTtext
|
||||||
|
<p>Read more at:<br /> </br />
|
||||||
|
http://www.debian.org/intro/about</p>
|
||||||
|
#endif
|
||||||
|
#if OUTPUThtml
|
||||||
|
<p><a href="http://www.debian.org/intro/about">Read more...</a></p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<h2 id="thisdisc">
|
||||||
|
About This Disc
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />===============
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>This disc is labeled
|
||||||
|
#if OUTPUTtext
|
||||||
|
</p><p align="center">DISKNAME</p><p>
|
||||||
|
#else
|
||||||
|
<small><strong>DISKNAME</strong></small>
|
||||||
|
#endif
|
||||||
|
#ifndef UNOFFEXTRAS
|
||||||
|
# if !(defined(DISKTYPEBC) || defined(DISKTYPENETINST))
|
||||||
|
which means that this disc is number DISKNUM of a set of TOTALNUM discs
|
||||||
|
# endif
|
||||||
|
# if OUTPUThtml
|
||||||
|
.
|
||||||
|
# endif
|
||||||
|
# if TYPEbinary
|
||||||
|
It contains programs ("binaries") for `ARCH' computers.</p>
|
||||||
|
# if ARCHia64 && !ARCHamd64
|
||||||
|
<p><strong>Note:</strong> this image only supports systems based on
|
||||||
|
Intel Itanium processors; for the more common Intel EM64T processors,
|
||||||
|
please see the Debian amd64 architecture.</p>
|
||||||
|
# endif
|
||||||
|
# if defined(DISKTYPEBC)
|
||||||
|
<p>This disc is a <em>business card</em> image. It contains only the
|
||||||
|
installer and will download the base system and the remaining packages from
|
||||||
|
the network.</p>
|
||||||
|
# elif defined(DISKTYPENETINST)
|
||||||
|
<p>This disc is a <em>netinst</em> image. It contains the installer and
|
||||||
|
a very basic system. Any other packages you might want to install will
|
||||||
|
be downloaded from the network.</p>
|
||||||
|
# else
|
||||||
|
<p>The programs on the Binary discs are ordered by popularity. The Binary-1
|
||||||
|
disc contains the most popular programs and the installation tools; it is
|
||||||
|
possible to install and run Debian with only the Binary-1 disc. The other
|
||||||
|
discs, up to Binary-TOTALNUM, contain mostly special-interest programs.</p>
|
||||||
|
# endif
|
||||||
|
# if OMIT_RELEASE_NOTES
|
||||||
|
<p>The Release Notes for "squeeze" are available on the
|
||||||
|
<a href="http://www.debian.org/releases/squeeze/releasenotes">Debian web
|
||||||
|
site</a>.</p>
|
||||||
|
# else
|
||||||
|
# if DISKNUM == 1
|
||||||
|
<p>The Release Notes for Debian GNU/Linux "squeeze" are included on this disc
|
||||||
|
in <a href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
|
||||||
|
several languages. Additional translations and updated versions for
|
||||||
|
the Release Notes may be available from the
|
||||||
|
<a href="http://www.debian.org/releases/squeeze/releasenotes">Debian web
|
||||||
|
site</a>.</p>
|
||||||
|
# else
|
||||||
|
<p>See the first disc in this set for the "squeeze" Release Notes.</p>
|
||||||
|
# endif
|
||||||
|
# endif
|
||||||
|
# endif
|
||||||
|
# if TYPEsource
|
||||||
|
This set includes the source code of programs in the Debian OS.</p>
|
||||||
|
# endif
|
||||||
|
#else
|
||||||
|
</p>
|
||||||
|
# include <unoffextrascd.html.in>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<h2 id="install">
|
||||||
|
Installing
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />==========
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
#if TYPEbinary
|
||||||
|
<p>Because Debian is a complete Operating System, the
|
||||||
|
installation procedure may seem a bit unusual. You can install
|
||||||
|
Debian GNU/Linux either <em>alongside</em> your current OS, or as
|
||||||
|
the <em>only</em> OS on your computer.</p>
|
||||||
|
# if OMIT_MANUAL
|
||||||
|
<p>An <b>Installation Guide</b> for this disc is available from
|
||||||
|
<a href="http://www.debian.org/releases/squeeze/installmanual">the
|
||||||
|
Debian web site</a>.</p>
|
||||||
|
# else
|
||||||
|
<p>An <b>Installation Guide</b> is included on this disc at
|
||||||
|
<tt><a href="doc/manual/en/index.html">doc/manual/en/index.html</a></tt>
|
||||||
|
(English version)</p>
|
||||||
|
|
||||||
|
<p>Several translations of the Installation Guide are included on this disc in
|
||||||
|
the <tt><a href="doc">doc/</a></tt> directory, along with various other
|
||||||
|
documents.</p>
|
||||||
|
|
||||||
|
<p>Note: additional translations, other formats (like PDF and TXT) and
|
||||||
|
updated versions for the Installation Guide are available from
|
||||||
|
<a href="http://www.debian.org/releases/squeeze/installmanual">the Debian web site</a>.
|
||||||
|
</p>
|
||||||
|
# endif
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc
|
||||||
|
<p>For the impatient ones: you can start the installation program easily by
|
||||||
|
booting off this disc. Note that not all (esp. older) systems support
|
||||||
|
this.</p>
|
||||||
|
# endif
|
||||||
|
|
||||||
|
# if ARCHi386 || ARCHamd64 || ARCHpowerpc
|
||||||
|
<p>You can also examine the <tt><a href="install/">/install/</a></tt>
|
||||||
|
directory; you might be able to start the installation system directly
|
||||||
|
from there.</p>
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#else
|
||||||
|
<p>The installation tools of the Debian Operating System are located on the
|
||||||
|
Binary-1 disc. See the README on that disc for more info.</p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef UNOFFEXTRAS
|
||||||
|
<h2 id="lastmin">
|
||||||
|
Last-Minute Notes
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />=================
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
# if OFFICIAL_VAL == 0
|
||||||
|
<li>You should keep in mind that this is an unofficial disc of the Debian
|
||||||
|
system. This means that all sorts of bugs may be present anywhere in the
|
||||||
|
system. Please report any bugs you find to the person that gave you this
|
||||||
|
disc, not Debian.</li>
|
||||||
|
# endif
|
||||||
|
# if (OFFICIAL_VAL == 1 || OFFICIAL_VAL == 2)
|
||||||
|
<li>You should keep in mind that this is a beta disc of the current
|
||||||
|
development version of the Debian system. This means that all sorts of
|
||||||
|
bugs may be present anywhere in the system. Please report any bugs you
|
||||||
|
find in the Debian Bug Tracking System; details at <a
|
||||||
|
href="http://bugs.debian.org/">bugs.debian.org</a>.</li>
|
||||||
|
|
||||||
|
<li>If you're reporting bugs against this disc or the installation
|
||||||
|
system, please also mention the version of this disc; this can be found
|
||||||
|
in the file <tt><a href="/.disk/info">/.disk/info</a></tt>.</li>
|
||||||
|
# endif
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if TYPEbinary
|
||||||
|
<h2 id="apt">
|
||||||
|
Installing software using Apt
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />=============================
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>After installing or upgrading, Debian's packaging system can
|
||||||
|
use CDs, DVDs, local collections, or networked servers (FTP,
|
||||||
|
HTTP) to automatically install software from (.deb
|
||||||
|
<em>packages</em>). This is done preferably with the ‘apt’ and
|
||||||
|
‘aptitude’ programs.</p>
|
||||||
|
|
||||||
|
<p>You can install packages from the commandline using
|
||||||
|
apt-get. For example, if you want to install the
|
||||||
|
packages ‘commprog’ and ‘maxgame’, you can give the
|
||||||
|
command:</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
#if OUTPUTtext
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<code>apt-get install commprog maxgame</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Note that you don't have to enter the complete path, or the
|
||||||
|
‘.deb’ extension. ‘Apt’ will figure this out
|
||||||
|
itself.</p>
|
||||||
|
|
||||||
|
<p>Or use aptitude for a full screen interactive selection of
|
||||||
|
available Debian packages.</p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef UNOFFEXTRAS
|
||||||
|
<h2 id="cdmanuf">
|
||||||
|
CD/DVD Manufacturers
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />====================
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>You are completely free to manufacture and re-distribute CDs/DVDs of the
|
||||||
|
Debian GNU/Linux Operating System, like this one. There is no charge from
|
||||||
|
us (but of course donations are always welcome).</p>
|
||||||
|
|
||||||
|
<p>For all needed information and contact addresses, please
|
||||||
|
refer to:</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<a href="http://www.debian.org/CD/">http://www.debian.org/CD/</a>
|
||||||
|
</p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<h2 id="other">
|
||||||
|
More Information
|
||||||
|
#ifdef OUTPUTtext
|
||||||
|
<br />================
|
||||||
|
#endif
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
#if DISKNUM1 && TYPEbinary
|
||||||
|
|
||||||
|
<p>There is much more information present on this disc. Besides
|
||||||
|
the already mentioned installation and upgrading procedures,
|
||||||
|
this is the most interesting:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
# if OUTPUTtext
|
||||||
|
/doc/FAQ
|
||||||
|
|
||||||
|
# endif
|
||||||
|
<a href="doc/FAQ/">Debian FAQ</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
# if OUTPUTtext
|
||||||
|
/doc/constitution.txt
|
||||||
|
|
||||||
|
# endif
|
||||||
|
<a href="doc/constitution.txt">The Debian Constitution</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
# if OUTPUTtext
|
||||||
|
/doc/debian-manifesto
|
||||||
|
|
||||||
|
# endif
|
||||||
|
<a href="doc/debian-manifesto">The Debian Manifesto</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
# if OUTPUTtext
|
||||||
|
/doc/social-contract.txt
|
||||||
|
|
||||||
|
# endif
|
||||||
|
<a href="doc/social-contract.txt">Debian's Social Contract</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
# if OUTPUTtext
|
||||||
|
/doc/bug-reporting.txt
|
||||||
|
|
||||||
|
# endif
|
||||||
|
<a href="doc/bug-reporting.txt">Bug reporting instructions</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
<p>The Binary-1 disc contains much more information about various aspects
|
||||||
|
of the Debian Operating System and the Debian organization. See the README
|
||||||
|
on that disc for more info.</p>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<p>Also on the Internet are many resources. To name a few:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
#if OUTPUTtext
|
||||||
|
http://www.debian.org/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<a href="http://www.debian.org/">The Debian homepage</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
#if OUTPUTtext
|
||||||
|
http://www.debian.org/doc/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<a href="http://www.debian.org/doc/">Debian Documentation</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
#if OUTPUTtext
|
||||||
|
http://www.debian.org/support/
|
||||||
|
#endif
|
||||||
|
<a href="http://www.debian.org/support">Debian User Support</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
#if OUTPUTtext
|
||||||
|
http://www.tldp.org/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<a href="http://www.tldp.org/">The Linux Documentation Project</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
#if OUTPUTtext
|
||||||
|
http://www.linux.org/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
<a href="http://www.linux.org/">General Linux homepage</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
#if OUTPUTtext
|
||||||
|
<p> </p>
|
||||||
|
<p> </p>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
<div id="fineprint">
|
||||||
|
#if OUTPUTtext
|
||||||
|
<p align="center">
|
||||||
|
#else
|
||||||
|
<p>
|
||||||
|
#endif
|
||||||
|
See the Debian <a href=
|
||||||
|
"http://www.debian.org/contact">contact page</a>
|
||||||
|
#if OUTPUTtext
|
||||||
|
(http://www.debian.org/contact)
|
||||||
|
#endif
|
||||||
|
for information on contacting us.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,4 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
fdisk-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
fdisk-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
fdisk-udeb
|
|
@ -0,0 +1,4 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,266 @@
|
||||||
|
<chrp-boot>
|
||||||
|
<description>Debian/GNU Linux Installation on IBM CHRP hardware</description>
|
||||||
|
<os-name>Debian/GNU Linux for PowerPC</os-name>
|
||||||
|
<boot-script>boot &device;:\install\yaboot</boot-script>
|
||||||
|
<icon size=64,64 color-space=3,3,2>
|
||||||
|
<bitmap>
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||||
|
</bitmap>
|
||||||
|
</icon>
|
||||||
|
</chrp-boot>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
|
@ -0,0 +1,69 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
Debian Installation Medium print media CSS
|
||||||
|
to be used in conjuction the all media CSS file
|
||||||
|
Created by: Kalle Söderman
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0 1em 0 70px;
|
||||||
|
font: normal 10pt sans-serif;
|
||||||
|
color:black;
|
||||||
|
background-image:none;
|
||||||
|
}
|
||||||
|
.alt {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.section {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
#logo {
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
z-index:100;
|
||||||
|
}
|
||||||
|
em {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background-color: transparent;
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
tt a {
|
||||||
|
font-family: monospace;
|
||||||
|
background-color: transparent;
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
.toc li {
|
||||||
|
border-bottom: 0.5pt dotted black;
|
||||||
|
}
|
||||||
|
#outer ul {
|
||||||
|
line-height:1.2em;
|
||||||
|
}
|
||||||
|
#intro {
|
||||||
|
border-bottom: 1pt solid black
|
||||||
|
}
|
||||||
|
#breadcrumbs {
|
||||||
|
font-weight:bold;
|
||||||
|
border-bottom: 1pt solid black;
|
||||||
|
}
|
||||||
|
#fineprint, #breadcrumbs {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
#fineprint {
|
||||||
|
color:black;
|
||||||
|
border-top:1px solid black;
|
||||||
|
}
|
||||||
|
#fineprint p {
|
||||||
|
line-height:1.5em;
|
||||||
|
}
|
||||||
|
p a:link {
|
||||||
|
background-image: url('../pics/dot_bw.gif');
|
||||||
|
background-repeat:repeat-x;
|
||||||
|
background-position:bottom left;
|
||||||
|
}
|
||||||
|
a:link, a:visited, a:link:visited {
|
||||||
|
color:black;
|
||||||
|
}
|
|
@ -0,0 +1,294 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
Debian Installation Medium CSS
|
||||||
|
Created by: Kalle Söderman
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
html {
|
||||||
|
height:100%;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0px 10px 0 70px;
|
||||||
|
font: normal 16px sans-serif;
|
||||||
|
background-color: white;
|
||||||
|
background-image:url('../pics/gradient.png');
|
||||||
|
background-position: top left;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --------------- Main Divs --------------- */
|
||||||
|
|
||||||
|
#header {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
#upperheader {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
#logo {
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
}
|
||||||
|
#intro {
|
||||||
|
border-bottom:1px solid #c70036;
|
||||||
|
}
|
||||||
|
#mirrors #intro {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
#intro #splash {
|
||||||
|
margin-top:70px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
#debian-img {
|
||||||
|
margin-top:10px;
|
||||||
|
clear:both;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#intro p,.intro {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
padding:0;
|
||||||
|
line-height:1.2em;
|
||||||
|
text-align: left;
|
||||||
|
font-size:118%;
|
||||||
|
}
|
||||||
|
.alt {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
.toc {
|
||||||
|
font-size: 0.73em;
|
||||||
|
list-style:none;
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
line-height:1.5em;
|
||||||
|
}
|
||||||
|
#mirrors .toc {
|
||||||
|
border-top: 1px solid #d3d6df;
|
||||||
|
}
|
||||||
|
.toc li {
|
||||||
|
border-bottom: 1px solid #d3d6df;
|
||||||
|
padding:3px 3px 3px 3px;
|
||||||
|
}
|
||||||
|
#maincol {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
.clr {
|
||||||
|
border-top:1px solid black;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
margin:0;
|
||||||
|
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
|
||||||
|
#maincol ul, #mailheader {
|
||||||
|
text-indent:0;
|
||||||
|
list-style-position:outside;
|
||||||
|
margin:0.5em 0 1em 0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-position:outside;
|
||||||
|
margin:0.5em 0 1em 0;
|
||||||
|
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
ul ul, ul ul ul, ul ul ul ul {
|
||||||
|
padding-left:1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#breadcrumbs {
|
||||||
|
font-size:0.68em;
|
||||||
|
margin:0 0 0 0;
|
||||||
|
padding:0.25em;
|
||||||
|
background-color: #f2f3f7;
|
||||||
|
border-bottom: 1px solid #e2e3e7;
|
||||||
|
text-transform:lowercase;
|
||||||
|
}
|
||||||
|
.hidecss {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
#fineprint {
|
||||||
|
font-size:0.68em;
|
||||||
|
color: #333;
|
||||||
|
margin:2em 0 0 0;
|
||||||
|
padding:0.25em;
|
||||||
|
background-color: #f2f3f7;
|
||||||
|
border-top: 1px solid #e2e3e7;
|
||||||
|
text-transform:lowercase;
|
||||||
|
}
|
||||||
|
#fineprint p {
|
||||||
|
margin:0;
|
||||||
|
line-height:1em;
|
||||||
|
}
|
||||||
|
.nonvisual {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.clear {clear:both}
|
||||||
|
#clear {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --------------- Images --------------- */
|
||||||
|
|
||||||
|
img {border:0;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* --------------- Typography --------------- */
|
||||||
|
#intro h1 {
|
||||||
|
margin:0;
|
||||||
|
line-height:0.8em;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
margin: 0 0 1em 1em;
|
||||||
|
}
|
||||||
|
.section {
|
||||||
|
font-family:monospace;
|
||||||
|
font-size: 0.9em;
|
||||||
|
position:absolute;
|
||||||
|
top: 0px;
|
||||||
|
left:70px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
background-color: #c70036;
|
||||||
|
line-height: 20px;
|
||||||
|
color:white;
|
||||||
|
padding: 0 5px 0 5px;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.section em {
|
||||||
|
font-style:normal;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
strong {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0.1em 0 0.4em 0;
|
||||||
|
line-height:1.5em;
|
||||||
|
}
|
||||||
|
em {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 218%; margin:0.5em 0 0.5em 0;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 164%; margin: 1em 0 0.25em 0;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 145%;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 118%;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color:#cdcdcd;
|
||||||
|
height:1px;
|
||||||
|
border:0;
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 0.73em;
|
||||||
|
line-height:1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin-left: 1em;
|
||||||
|
font-size:0.73em;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background-color: #f2f3f7;
|
||||||
|
border: 1px solid #e2e3e7;
|
||||||
|
padding: 0 0.25em 0 0.25em;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
tt a {
|
||||||
|
background-color: #fffede;
|
||||||
|
border: 1px solid #eae9cb;
|
||||||
|
padding: 0 0.25em 0 0.25em;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
tt a:hover {
|
||||||
|
background-color:transparent;
|
||||||
|
border-color:transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
font-weight:bold;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
margin-left:1em;
|
||||||
|
}
|
||||||
|
#mirrors h1 {
|
||||||
|
margin-top:70px;
|
||||||
|
padding: 0.25em 0 0 0;
|
||||||
|
border-top: 1px solid #c70036;
|
||||||
|
}
|
||||||
|
#mirrors pre {
|
||||||
|
font-size:0.75em;
|
||||||
|
}
|
||||||
|
#mirrors td, #mirrors th {
|
||||||
|
font-size:0.73em;
|
||||||
|
padding-right:1em;
|
||||||
|
}
|
||||||
|
#mirrors code {
|
||||||
|
background:transparent;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
/*--------------- Small Type Group -------------*/
|
||||||
|
|
||||||
|
.small, #footer,#news, #security,.planet #sidebar, .planet .date, .wikitoc, .wiki #sidebar, .wiki #pageinfo.info, .wiki #spotlight {
|
||||||
|
font-size:0.73em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* --------------------- Links ---------------------- */
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #0035c7;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #2e00c7;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
text-decoration:none;
|
||||||
|
color: #0035c7;
|
||||||
|
}
|
||||||
|
a:visited:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
a:link:active {
|
||||||
|
color: #c70036;
|
||||||
|
background-color:transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# DECstations with R4000 CPU
|
||||||
|
label=linux-kn04
|
||||||
|
append="initrd=/boot/initrd.gz ramdisk_size=8192"
|
||||||
|
image=/boot/vmlinux-r4k-kn04
|
||||||
|
|
||||||
|
# DECstations with R4000 CPU, expert mode
|
||||||
|
label=expert-kn04
|
||||||
|
append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
|
||||||
|
image=/boot/vmlinux-r4k-kn04
|
||||||
|
|
||||||
|
# DECstations with R3000 CPU
|
||||||
|
label=linux-kn02
|
||||||
|
append="initrd=/boot/initrd.gz ramdisk_size=8192"
|
||||||
|
image=/boot/vmlinux-r3k-kn02
|
||||||
|
|
||||||
|
# DECstations with R3000 CPU, expert mode
|
||||||
|
label=expert-kn02
|
||||||
|
append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
|
||||||
|
image=/boot/vmlinux-r3k-kn02
|
Binary file not shown.
After Width: | Height: | Size: 43 B |
|
@ -0,0 +1,117 @@
|
||||||
|
# These udebs build the d-i cdrom initrd. As such, there is no reason
|
||||||
|
# to keep another copy of them on the CD in udeb form.
|
||||||
|
#
|
||||||
|
# This duplicates data found in the file build/pkg-lists/kernel, in d-i svn
|
||||||
|
kernel-image-*
|
||||||
|
# build/pkg-lists/base in d-i svn
|
||||||
|
archdetect
|
||||||
|
rootskel
|
||||||
|
main-menu
|
||||||
|
cdebconf-udeb
|
||||||
|
udpkg
|
||||||
|
anna
|
||||||
|
di-utils
|
||||||
|
di-utils-shell
|
||||||
|
di-utils-reboot
|
||||||
|
lowmemcheck
|
||||||
|
# build/pkg-lists/cdrom/common, in d-i svn (also included in the
|
||||||
|
# root+cd-drivers floppies)
|
||||||
|
busybox-udeb
|
||||||
|
installation-locale
|
||||||
|
localechooser
|
||||||
|
iso-3166-udeb
|
||||||
|
hw-detect
|
||||||
|
cdrom-detect
|
||||||
|
cdrom-retriever
|
||||||
|
load-cdrom
|
||||||
|
cdrom-checker
|
||||||
|
bogl-bterm-udeb
|
||||||
|
di-utils-terminfo
|
||||||
|
cdebconf-priority
|
||||||
|
cdebconf-newt-udeb
|
||||||
|
usb-discover
|
||||||
|
preseed-common
|
||||||
|
initrd-preseed
|
||||||
|
file-preseed
|
||||||
|
nano-udeb
|
||||||
|
floppy-retriever
|
||||||
|
libfribidi0-udeb
|
||||||
|
# Already on the initrd as dependencies
|
||||||
|
libdebconfclient0-udeb
|
||||||
|
libdebian-installer4-udeb
|
||||||
|
libdebian-installer-extra4-udeb
|
||||||
|
# These udebs are only useful in building the boot floppy image.
|
||||||
|
busybox-floppy-udeb
|
||||||
|
rootskel-bootfloppy
|
||||||
|
# gtk stuff included in initrd if needed
|
||||||
|
rootskel-gtk
|
||||||
|
cdebconf-gtk-udeb
|
||||||
|
fontconfig-udeb
|
||||||
|
gtk2-engines-udeb
|
||||||
|
libatk1.0-udeb
|
||||||
|
libcairo-directfb2-udeb
|
||||||
|
libdirectfb-*-udeb
|
||||||
|
libexpat1-udeb
|
||||||
|
libfreetype6-udeb
|
||||||
|
libglib2.0-udeb
|
||||||
|
libgtk-directfb-2.0-0-udeb
|
||||||
|
libgtk2-engines-udeb
|
||||||
|
libpango1.0-udeb
|
||||||
|
libpcre3-udeb
|
||||||
|
libpixman-1-0-udeb
|
||||||
|
libpng12-0-udeb
|
||||||
|
libsdl1.2debian-udeb
|
||||||
|
mouse-modules-*
|
||||||
|
ttf-*
|
||||||
|
fbset-udeb
|
||||||
|
# terminal for gtk frontend is also included in initrd
|
||||||
|
cdebconf-gtk-terminal
|
||||||
|
libvte9-udeb
|
||||||
|
# Not currently used
|
||||||
|
cdebootstrap-udeb
|
||||||
|
hdparm-udeb
|
||||||
|
dhcp-client-udeb
|
||||||
|
# This package is only useful in the d-i-demo.
|
||||||
|
di-utils-exit-installer
|
||||||
|
# No need for these loaders.
|
||||||
|
download-installer
|
||||||
|
load-floppy
|
||||||
|
# Only useful in the hd-media initrd.
|
||||||
|
iso-scan
|
||||||
|
load-iso
|
||||||
|
# Nothing currently depends on this, and it seems not useful on its own.
|
||||||
|
reiserfsprogs-udeb
|
||||||
|
# reiser4 is not in the Debian kernel.
|
||||||
|
mkreiser4-udeb
|
||||||
|
reiser4progs-udeb
|
||||||
|
# These are not really needed, the regular netcfg subsumes them.
|
||||||
|
netcfg-static
|
||||||
|
# skolelinux stuff, not for the stock CDs
|
||||||
|
debian-edu-install-udeb
|
||||||
|
debian-edu-profile-udeb
|
||||||
|
debian-edu-archive-keyring-udeb
|
||||||
|
ltsp-client-builder
|
||||||
|
autopartkit
|
||||||
|
# live CD stuff
|
||||||
|
live-installer
|
||||||
|
simple-cdd-profiles
|
||||||
|
# If needed, will be on the initrd already.
|
||||||
|
module-init-tools-udeb
|
||||||
|
env-preseed
|
||||||
|
rescue-check
|
||||||
|
cdebconf-text-udeb
|
||||||
|
brltty-udeb
|
||||||
|
klibc-utils-udeb
|
||||||
|
libklibc-udeb
|
||||||
|
udev-udeb
|
||||||
|
ai-choosers
|
||||||
|
auto-install
|
||||||
|
libslang2-udeb
|
||||||
|
# Currently unused
|
||||||
|
nbd-client-udeb
|
||||||
|
pwgen-udeb
|
||||||
|
# Eh?
|
||||||
|
gnumach-udeb
|
||||||
|
# Exclude kbd and console-setup udebs, they're not currently used
|
||||||
|
kbd-udeb
|
||||||
|
console-setup-*
|
|
@ -0,0 +1,43 @@
|
||||||
|
# These udebs are in the d-i cdrom initrd and the hd-media initrd.
|
||||||
|
# As such, there is no reason to keep another copy of them on the CD
|
||||||
|
# in udeb form.
|
||||||
|
console-keymaps-at
|
||||||
|
console-keymaps-usb
|
||||||
|
kbd-chooser
|
||||||
|
acpi-modules-*
|
||||||
|
ata-modules-*
|
||||||
|
cdrom-core-modules-*
|
||||||
|
core-modules-*
|
||||||
|
fat-modules-*
|
||||||
|
fb-modules-*
|
||||||
|
ide-core-modules-*
|
||||||
|
ide-modules-*
|
||||||
|
input-modules-*
|
||||||
|
isofs-modules-*
|
||||||
|
mmc-modules-*
|
||||||
|
nls-core-modules-*
|
||||||
|
parport-modules-*
|
||||||
|
pcmcia-modules-*
|
||||||
|
sata-modules-*
|
||||||
|
scsi-common-modules-*
|
||||||
|
scsi-core-modules-*
|
||||||
|
scsi-modules-*
|
||||||
|
serial-modules-*
|
||||||
|
speakup-modules-*
|
||||||
|
usb-modules-*
|
||||||
|
usb-serial-modules-*
|
||||||
|
usb-storage-modules-*
|
||||||
|
zlib-modules-*
|
||||||
|
# Not used on amd64
|
||||||
|
console-keymaps-acorn
|
||||||
|
console-keymaps-amiga
|
||||||
|
console-keymaps-atari
|
||||||
|
console-keymaps-dec
|
||||||
|
console-keymaps-sun
|
||||||
|
# Not needed with the 2.6 kernel on amd64.
|
||||||
|
userdevfs
|
||||||
|
# Only needed on arches that use partconf or autopartkit.
|
||||||
|
partconf-mkfstab
|
||||||
|
# Not needed on arches that use partman
|
||||||
|
mdcfg
|
||||||
|
lvmcfg
|
|
@ -0,0 +1,45 @@
|
||||||
|
# These udebs are in the d-i cdrom initrd and the cd-drivers+root floppies.
|
||||||
|
# As such, there is no reason to keep another copy of them on the CD
|
||||||
|
# in udeb form.
|
||||||
|
console-keymaps-at
|
||||||
|
console-keymaps-usb
|
||||||
|
kbd-chooser
|
||||||
|
acpi-modules-*
|
||||||
|
ata-modules-*
|
||||||
|
cdrom-core-modules-*
|
||||||
|
core-modules-*
|
||||||
|
fat-modules-*
|
||||||
|
fb-modules-*
|
||||||
|
ide-core-modules-*
|
||||||
|
ide-modules-*
|
||||||
|
input-modules-*
|
||||||
|
isofs-modules-*
|
||||||
|
mmc-modules-*
|
||||||
|
nls-core-modules-*
|
||||||
|
parport-modules-*
|
||||||
|
pcmcia-modules-*
|
||||||
|
sata-modules-*
|
||||||
|
scsi-common-modules-*
|
||||||
|
scsi-core-modules-*
|
||||||
|
scsi-modules-*
|
||||||
|
serial-modules-*
|
||||||
|
speakup-modules-*
|
||||||
|
usb-modules-*
|
||||||
|
usb-serial-modules-*
|
||||||
|
usb-storage-modules-*
|
||||||
|
zlib-modules-*
|
||||||
|
# 686-bigmem kernel udebs are only used for the Xen netboot image
|
||||||
|
*-686-bigmem-di
|
||||||
|
# Not used on i386
|
||||||
|
console-keymaps-acorn
|
||||||
|
console-keymaps-amiga
|
||||||
|
console-keymaps-atari
|
||||||
|
console-keymaps-dec
|
||||||
|
console-keymaps-sun
|
||||||
|
# Not needed with the 2.4 kernel on i386.
|
||||||
|
userdevfs
|
||||||
|
# Only needed on arches that use partconf or autopartkit.
|
||||||
|
partconf-mkfstab
|
||||||
|
# Not needed on arches that use partman
|
||||||
|
mdcfg
|
||||||
|
lvmcfg
|
|
@ -0,0 +1,28 @@
|
||||||
|
# These udebs build the d-i cdrom initrd. As such, there is no reason
|
||||||
|
# to keep another copy of them on the CD in udeb form.
|
||||||
|
#
|
||||||
|
# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
|
||||||
|
# in d-i Subversion.
|
||||||
|
|
||||||
|
cdrom-core-modules-*
|
||||||
|
console-keymaps-at
|
||||||
|
console-keymaps-usb
|
||||||
|
eject-udeb
|
||||||
|
firewire-core-modules-*
|
||||||
|
fs-common-modules-*
|
||||||
|
ide-modules-*
|
||||||
|
input-modules-*
|
||||||
|
kbd-chooser
|
||||||
|
scsi-common-modules-*
|
||||||
|
scsi-core-modules-*
|
||||||
|
scsi-modules-*
|
||||||
|
socket-modules-*
|
||||||
|
usb-modules-*
|
||||||
|
usb-storage-modules-*
|
||||||
|
# Not needed with the 2.4 kernel on powerpc.
|
||||||
|
userdevfs
|
||||||
|
# Only needed on arches that use partconf or autopartkit.
|
||||||
|
partconf-mkfstab
|
||||||
|
# Not needed on arches that use partman
|
||||||
|
mdcfg
|
||||||
|
lvmcfg
|
|
@ -0,0 +1,3 @@
|
||||||
|
# S/390 does not support loading udebs off the CD image,
|
||||||
|
# so we can exclude all udebs from it
|
||||||
|
*
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Only needed on arches that use partconf or autopartkit.
|
||||||
|
partconf-mkfstab
|
||||||
|
# Not needed on arches that use partman
|
||||||
|
mdcfg
|
||||||
|
lvmcfg
|
Binary file not shown.
After Width: | Height: | Size: 254 B |
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,4 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,89 @@
|
||||||
|
\ FORTH is identifed by a forth comment at first line
|
||||||
|
\
|
||||||
|
\ terminal control stuff
|
||||||
|
\
|
||||||
|
: TTY.CSI d# 27 EMIT ASCII [ EMIT ;
|
||||||
|
: TTY.HOME TTY.CSI ASCII H EMIT ;
|
||||||
|
: TTY.CLR_EOS TTY.CSI ASCII J EMIT ;
|
||||||
|
: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ;
|
||||||
|
\
|
||||||
|
\ boot menu stuff
|
||||||
|
\
|
||||||
|
: my-max-boot-num 4 ;
|
||||||
|
: my-boot-default 1 ;
|
||||||
|
: my-boot-delay d# 300 ; \ unit = 100 ms
|
||||||
|
: my-print-menu ( -- )
|
||||||
|
TTY.HOME_CLR
|
||||||
|
." " cr
|
||||||
|
." Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!" cr
|
||||||
|
." " cr
|
||||||
|
." This is a Debian installation ${MEDIA_TYPE}," cr
|
||||||
|
." built on ${BUILD_DATE}." cr
|
||||||
|
." " cr
|
||||||
|
." The default option is (1) 'install'. For maximum" cr
|
||||||
|
." control, you can use the (2) 'expert' option." cr
|
||||||
|
." " cr
|
||||||
|
." ************************************" cr
|
||||||
|
." If in doubt, just choose (1) 'install'" cr
|
||||||
|
." ************************************" cr
|
||||||
|
." " cr
|
||||||
|
." 1: install" cr
|
||||||
|
." 2: expert" cr
|
||||||
|
." 3: rescue" cr
|
||||||
|
." 4: return to OF prompt" cr
|
||||||
|
." " cr
|
||||||
|
;
|
||||||
|
: my-boot-case ( num -- )
|
||||||
|
." " cr
|
||||||
|
case
|
||||||
|
1 of " cd install/powerpc/vmlinuz-chrp.initrd --" endof
|
||||||
|
2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low --" endof
|
||||||
|
3 of " cd install/powerpc/vmlinuz-chrp.initrd rescue/enable=true --" endof
|
||||||
|
4 of " none" endof
|
||||||
|
endcase
|
||||||
|
$boot
|
||||||
|
;
|
||||||
|
: my-input-num ( wait-period max-boot-num default-num -- boot-num )
|
||||||
|
1 \ loop-inc = 1
|
||||||
|
3 pick 0 do
|
||||||
|
0d emit
|
||||||
|
." press 1-"
|
||||||
|
( wait-period max-boot-num default-num loop-inc )
|
||||||
|
2 pick ascii 0 + emit
|
||||||
|
dup 1 = if
|
||||||
|
." within "
|
||||||
|
3 pick i - d# 10 / .d
|
||||||
|
." seconds"
|
||||||
|
then
|
||||||
|
." (default: "
|
||||||
|
over ascii 0 + emit
|
||||||
|
." ) : "
|
||||||
|
d# 100 ms
|
||||||
|
key? if
|
||||||
|
key
|
||||||
|
( wait-period max-boot-num default-num loop-inc key )
|
||||||
|
dup 0d = if \ return pressed
|
||||||
|
drop leave
|
||||||
|
then
|
||||||
|
|
||||||
|
ascii 0 -
|
||||||
|
( wait-period max-boot-num default-num loop-inc num )
|
||||||
|
dup 1 5 pick
|
||||||
|
( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num )
|
||||||
|
between if
|
||||||
|
rot drop swap leave
|
||||||
|
then
|
||||||
|
|
||||||
|
( wait-period max-boot-num default-num loop-inc num )
|
||||||
|
2drop 0 \ loop-inc = 0
|
||||||
|
then
|
||||||
|
dup +loop
|
||||||
|
drop
|
||||||
|
( wait-period max-boot-num boot-num )
|
||||||
|
nip nip
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
my-print-menu
|
||||||
|
my-boot-delay my-max-boot-num my-boot-default my-input-num
|
||||||
|
my-boot-case
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,3 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
||||||
|
pcmciautils-udeb
|
|
@ -0,0 +1,24 @@
|
||||||
|
About the S/390 installation CD
|
||||||
|
===============================
|
||||||
|
|
||||||
|
It is possible to "boot" the installation system off this CD using
|
||||||
|
the files provided in the /boot directory.
|
||||||
|
|
||||||
|
Note that the /boot/d390oco.* files are only provided as an example
|
||||||
|
as Debian cannot ship the object-code-only-modules-ramdisk (oco.bin).
|
||||||
|
|
||||||
|
Although you can boot the installer from this CD, the installation
|
||||||
|
itself is *not* actually done from the CD. Once the initrd is loaded,
|
||||||
|
the installer will ask you to configure your network connection and
|
||||||
|
uses the network-console component to allow you to continue the
|
||||||
|
installation over SSH. The rest of the installation is done over the
|
||||||
|
network: all installer components and Debian packages are retrieved
|
||||||
|
from a mirror.
|
||||||
|
|
||||||
|
|
||||||
|
Tip for users of the Hercules emulator
|
||||||
|
--------------------------------------
|
||||||
|
If you want to ipl the installer off this CD, mount it on the host
|
||||||
|
system (e.g. on /media/cdrom) and enter the following in the Hercules
|
||||||
|
management console:
|
||||||
|
ipl /media/cdrom/boot/d390.ins
|
|
@ -0,0 +1,4 @@
|
||||||
|
* Debian GNU/Linux for S/390 (boot from CD-ROM or FTP-Server)
|
||||||
|
linux_vm 0x00000000
|
||||||
|
parmfile 0x00010480
|
||||||
|
root.bin 0x00800000
|
|
@ -0,0 +1,7 @@
|
||||||
|
@TDF
|
||||||
|
H:\BOOT\LINUX_TP UNDEFINED RECSIZE 1024
|
||||||
|
H:\BOOT\PARMFILE UNDEFINED RECSIZE 1024
|
||||||
|
H:\BOOT\ROOT.BIN UNDEFINED RECSIZE 1024
|
||||||
|
TM
|
||||||
|
TM
|
||||||
|
EOT
|
|
@ -0,0 +1,5 @@
|
||||||
|
* Debian GNU/Linux for S/390 (boot from CD-ROM or FTP-Server with OCO-Modules)
|
||||||
|
linux_vm 0x00000000
|
||||||
|
parmfile 0x00010480
|
||||||
|
root.bin 0x00800000
|
||||||
|
oco.bin 0x00c00000
|
|
@ -0,0 +1,8 @@
|
||||||
|
@TDF
|
||||||
|
H:\BOOT\LINUX_TP UNDEFINED RECSIZE 1024
|
||||||
|
H:\BOOT\PARMFILE UNDEFINED RECSIZE 1024
|
||||||
|
H:\BOOT\ROOT.BIN UNDEFINED RECSIZE 1024
|
||||||
|
H:\BOOT\OCO.BIN UNDEFINED RECSIZE 1024
|
||||||
|
TM
|
||||||
|
TM
|
||||||
|
EOT
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
||||||
|
|
||||||
|
This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
|
||||||
|
Keep it once you have installed your system, as you can boot from it
|
||||||
|
to repair the system on your hard disk if that ever becomes necessary.
|
||||||
|
|
||||||
|
WARNING: You should completely back up all of your hard disks before
|
||||||
|
proceeding. The installation procedure can completely and irreversibly
|
||||||
|
erase them! If you haven't made backups yet, remove the rescue CD from
|
||||||
|
the drive and press L1-A to get back to the OpenBoot prompt.
|
||||||
|
|
||||||
|
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted
|
||||||
|
by applicable law.
|
||||||
|
|
||||||
|
[ ENTER - Boot install ] [ Type "expert" - Boot into expert mode ]
|
||||||
|
[ Type "rescue" - Boot into rescue mode ]
|
|
@ -0,0 +1,27 @@
|
||||||
|
partition=1
|
||||||
|
timeout=600
|
||||||
|
message=/boot/debian.txt
|
||||||
|
default=install
|
||||||
|
|
||||||
|
### sparc64 boot images
|
||||||
|
image[sun4u]=/boot/sparc64
|
||||||
|
label=install
|
||||||
|
initrd=/boot/initrd.gz
|
||||||
|
|
||||||
|
# sparc64 expert boots
|
||||||
|
image[sun4u]=/boot/sparc64
|
||||||
|
label=expert
|
||||||
|
initrd=/boot/initrd.gz
|
||||||
|
append="debconf/priority=low"
|
||||||
|
|
||||||
|
# sparc64 rescue boots
|
||||||
|
image[sun4u]=/boot/sparc64
|
||||||
|
label=rescue
|
||||||
|
initrd=/boot/initrd.gz
|
||||||
|
append="rescue/enable=true"
|
||||||
|
|
||||||
|
# sparc64 auto-install boots
|
||||||
|
image[sun4u]=/boot/sparc64
|
||||||
|
label=auto
|
||||||
|
initrd=/boot/initrd.gz
|
||||||
|
append="auto=true priority=critical"
|
|
@ -0,0 +1,3 @@
|
||||||
|
choose-mirror
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1,2 @@
|
||||||
|
netcfg
|
||||||
|
ethdetect
|
|
@ -0,0 +1 @@
|
||||||
|
apt-mirror-setup
|
|
@ -0,0 +1,23 @@
|
||||||
|
Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
||||||
|
|
||||||
|
This is a Debian installation ${MEDIA_TYPE},
|
||||||
|
built on ${BUILD_DATE}.
|
||||||
|
|
||||||
|
The default option is 'install'. For maximum
|
||||||
|
control, you can use the 'expert' option.
|
||||||
|
|
||||||
|
If the system fails to boot at all (the typical
|
||||||
|
symptom is a white screen which doesn't go away),
|
||||||
|
use 'install video=ofonly' or 'expert video=ofonly'.
|
||||||
|
|
||||||
|
The plain options are for the powerpc family of
|
||||||
|
processors (from 601 to G4). The *64 options are for
|
||||||
|
64bit powerpc processors, which include the IBM
|
||||||
|
Power3, Power4, Power5, ... boxes, as well as the
|
||||||
|
Apple G5 boxes. Press the tab key for a list of
|
||||||
|
options, or type 'help' for help.
|
||||||
|
|
||||||
|
************************************
|
||||||
|
If in doubt, just choose 'install', and if that
|
||||||
|
doesn't work, try 'install video=ofonly'.
|
||||||
|
************************************
|
|
@ -0,0 +1,64 @@
|
||||||
|
<CHRP-BOOT>
|
||||||
|
<COMPATIBLE>
|
||||||
|
MacRISC MacRISC3 MacRISC4
|
||||||
|
</COMPATIBLE>
|
||||||
|
<DESCRIPTION>
|
||||||
|
GNU/Linux PPC bootloader
|
||||||
|
</DESCRIPTION>
|
||||||
|
<BOOT-SCRIPT>
|
||||||
|
" screen" output
|
||||||
|
load-base release-load-area
|
||||||
|
boot cd:,\install\yaboot
|
||||||
|
</BOOT-SCRIPT>
|
||||||
|
<OS-BADGE-ICONS>
|
||||||
|
1010
|
||||||
|
000000000000F8FEACF6000000000000
|
||||||
|
0000000000F5FFFFFEFEF50000000000
|
||||||
|
00000000002BFAFEFAFCF70000000000
|
||||||
|
0000000000F65D5857812B0000000000
|
||||||
|
0000000000F5350B2F88560000000000
|
||||||
|
0000000000F6335708F8FE0000000000
|
||||||
|
00000000005600F600F5FD8100000000
|
||||||
|
00000000F9F8000000F5FAFFF8000000
|
||||||
|
000000008100F5F50000F6FEFE000000
|
||||||
|
000000F8F700F500F50000FCFFF70000
|
||||||
|
00000088F70000F50000F5FCFF2B0000
|
||||||
|
0000002F582A00F5000008ADE02C0000
|
||||||
|
00090B0A35A62B0000002D3B350A0000
|
||||||
|
000A0A0B0B3BF60000505E0B0A0B0A00
|
||||||
|
002E350B0B2F87FAFCF45F0B2E090000
|
||||||
|
00000007335FF82BF72B575907000000
|
||||||
|
000000000000ACFFFF81000000000000
|
||||||
|
000000000081FFFFFFFF810000000000
|
||||||
|
0000000000FBFFFFFFFFAC0000000000
|
||||||
|
000000000081DFDFDFFFFB0000000000
|
||||||
|
000000000081DD5F83FFFD0000000000
|
||||||
|
000000000081DDDF5EACFF0000000000
|
||||||
|
0000000000FDF981F981FFFF00000000
|
||||||
|
00000000FFACF9F9F981FFFFAC000000
|
||||||
|
00000000FFF98181F9F981FFFF000000
|
||||||
|
000000ACACF981F981F9F9FFFFAC0000
|
||||||
|
000000FFACF9F981F9F981FFFFFB0000
|
||||||
|
00000083DFFBF981F9F95EFFFFFC0000
|
||||||
|
005F5F5FDDFFFBF9F9F983DDDD5F0000
|
||||||
|
005F5F5F5FDD81F9F9E7DF5F5F5F5F00
|
||||||
|
0083DD5F5F83FFFFFFFFDF5F835F0000
|
||||||
|
000000FBDDDFACFBACFBDFDFFB000000
|
||||||
|
000000000000FFFFFFFF000000000000
|
||||||
|
0000000000FFFFFFFFFFFF0000000000
|
||||||
|
0000000000FFFFFFFFFFFF0000000000
|
||||||
|
0000000000FFFFFFFFFFFF0000000000
|
||||||
|
0000000000FFFFFFFFFFFF0000000000
|
||||||
|
0000000000FFFFFFFFFFFF0000000000
|
||||||
|
0000000000FFFFFFFFFFFFFF00000000
|
||||||
|
00000000FFFFFFFFFFFFFFFFFF000000
|
||||||
|
00000000FFFFFFFFFFFFFFFFFF000000
|
||||||
|
000000FFFFFFFFFFFFFFFFFFFFFF0000
|
||||||
|
000000FFFFFFFFFFFFFFFFFFFFFF0000
|
||||||
|
000000FFFFFFFFFFFFFFFFFFFFFF0000
|
||||||
|
00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
|
||||||
|
00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00
|
||||||
|
00FFFFFFFFFFFFFFFFFFFFFFFFFF0000
|
||||||
|
000000FFFFFFFFFFFFFFFFFFFF000000
|
||||||
|
</OS-BADGE-ICONS>
|
||||||
|
</CHRP-BOOT>
|
|
@ -0,0 +1,70 @@
|
||||||
|
## This yaboot.conf is for CD booting only, do not use as reference.
|
||||||
|
## Debian GNU/Linux PowerPC (CODENAME)
|
||||||
|
|
||||||
|
# It is important not to have a comma after cd:
|
||||||
|
# Let's disable this one for now, as it breaks on IBM 64bit boxes,
|
||||||
|
# Not sure if it is ok on powermacs, but yaboot should be able to
|
||||||
|
# parse that from chosen/bootpath.
|
||||||
|
# device=cd:
|
||||||
|
default=install
|
||||||
|
|
||||||
|
# FIXME: will this be the correct path?
|
||||||
|
message=/install/boot.msg
|
||||||
|
|
||||||
|
# PowerPC subarch
|
||||||
|
image=/install/powerpc/vmlinux
|
||||||
|
label=install
|
||||||
|
initrd=/install/powerpc/initrd.gz
|
||||||
|
append="--"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc/vmlinux
|
||||||
|
label=expert
|
||||||
|
initrd=/install/powerpc/initrd.gz
|
||||||
|
append="DEBCONF_PRIORITY=low --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc/vmlinux
|
||||||
|
label=rescue
|
||||||
|
initrd=/install/powerpc/initrd.gz
|
||||||
|
append="rescue/enable=true --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc/vmlinux
|
||||||
|
label=auto
|
||||||
|
initrd=/install/powerpc/initrd.gz
|
||||||
|
append="auto=true priority=critical --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
# PowerPC 64bit subarch
|
||||||
|
image=/install/powerpc64/vmlinux
|
||||||
|
label=install64
|
||||||
|
initrd=/install/powerpc64/initrd.gz
|
||||||
|
append="--"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc64/vmlinux
|
||||||
|
label=expert64
|
||||||
|
initrd=/install/powerpc64/initrd.gz
|
||||||
|
append="DEBCONF_PRIORITY=low --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc64/vmlinux
|
||||||
|
label=rescue64
|
||||||
|
initrd=/install/powerpc64/initrd.gz
|
||||||
|
append="rescue/enable=true --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
||||||
|
|
||||||
|
image=/install/powerpc64/vmlinux
|
||||||
|
label=auto64
|
||||||
|
initrd=/install/powerpc64/initrd.gz
|
||||||
|
append="auto=true priority=critical --"
|
||||||
|
initrd-size=10240
|
||||||
|
read-only
|
|
@ -54,8 +54,8 @@ unset OMIT_DOC_TOOLS || true
|
||||||
# Where I am (hoping I'm in the debian-cd dir)
|
# Where I am (hoping I'm in the debian-cd dir)
|
||||||
export BASEDIR=`pwd`
|
export BASEDIR=`pwd`
|
||||||
|
|
||||||
# Building lenny cd set ...
|
# Building squeeze cd set ...
|
||||||
export CODENAME=lenny
|
export CODENAME=squeeze
|
||||||
|
|
||||||
# By default use Debian installer packages from $CODENAME
|
# By default use Debian installer packages from $CODENAME
|
||||||
if [ -z "$DI_CODENAME" ]; then
|
if [ -z "$DI_CODENAME" ]; then
|
||||||
|
@ -69,7 +69,7 @@ fi
|
||||||
#export DI_WWW_HOME=default
|
#export DI_WWW_HOME=default
|
||||||
|
|
||||||
# Version number, "2.2 r0", "2.2 r1" etc.
|
# Version number, "2.2 r0", "2.2 r1" etc.
|
||||||
export DEBVERSION="5.0"
|
export DEBVERSION="6.0"
|
||||||
|
|
||||||
# Official or non-official set.
|
# Official or non-official set.
|
||||||
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
debian-cd (3.1.2) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Add support for squeeze.
|
||||||
|
|
||||||
|
-- Frans Pop <fjp@debian.org> Sun, 15 Feb 2009 23:41:25 +0100
|
||||||
|
|
||||||
debian-cd (3.1.1) unstable; urgency=high
|
debian-cd (3.1.1) unstable; urgency=high
|
||||||
|
|
||||||
[ Frans Pop ]
|
[ Frans Pop ]
|
||||||
|
|
|
@ -53,10 +53,10 @@ fi
|
||||||
## For what release to build images
|
## For what release to build images
|
||||||
|
|
||||||
# The suite the installed system will be based on
|
# The suite the installed system will be based on
|
||||||
export CODENAME=lenny
|
export CODENAME=squeeze
|
||||||
# The suite from which the udebs for the installer will be taken (normally
|
# The suite from which the udebs for the installer will be taken (normally
|
||||||
# the same as CODENAME)
|
# the same as CODENAME)
|
||||||
export DI_CODENAME=lenny
|
export DI_CODENAME=squeeze
|
||||||
|
|
||||||
|
|
||||||
## The debian-installer images to use. This must match the suite (DI_CODENAME)
|
## The debian-installer images to use. This must match the suite (DI_CODENAME)
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
/*
|
||||||
|
* This file will be used to build official complete sets of Squeeze DVDs
|
||||||
|
* supporting all available desktop environments: GNOME (default), KDE,
|
||||||
|
* LXDE and Xfce
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-all>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-all>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,17 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build official complete sets of Squeeze CDs
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-generic>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-generic>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,19 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build an official installation CD for Squeeze
|
||||||
|
* that can be used to install the GNOME desktop environment and that does
|
||||||
|
* not include server tasks on CD1.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */\
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-gnome>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-gnome>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build an official installation CD for Squeeze
|
||||||
|
* that can be used to install the KDE desktop environment.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */\
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-kde>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-kde>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build an official installation CD for Squeeze
|
||||||
|
* that can be used to install either the LXDE or Xfce desktop environments.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */\
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-light>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-light>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build an official installation CD for Squeeze
|
||||||
|
* that can be used to install the LXDE desktop environment.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */\
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-lxde>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-lxde>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build an official installation CD for Squeeze
|
||||||
|
* that can be used to install the Xfce desktop environment.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */\
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
#include <forcd1>
|
||||||
|
#include <task-essential-xfce>
|
||||||
|
|
||||||
|
/* Other interesting packages */
|
||||||
|
#include <task-full-xfce>
|
||||||
|
#include <interesting-fromcd23>
|
||||||
|
|
||||||
|
/* The rest ordered by popularity */
|
||||||
|
#include <popularity-contest>
|
|
@ -0,0 +1 @@
|
||||||
|
/* The empty task */
|
|
@ -0,0 +1 @@
|
||||||
|
acorn-fdisk
|
|
@ -0,0 +1,44 @@
|
||||||
|
openssh-client
|
||||||
|
openssh-server
|
||||||
|
gnupg
|
||||||
|
build-essential
|
||||||
|
kernel-package
|
||||||
|
module-assistant
|
||||||
|
deborphan
|
||||||
|
debfoster
|
||||||
|
debsums
|
||||||
|
localepurge
|
||||||
|
chdrvfont
|
||||||
|
fbset
|
||||||
|
fdutils
|
||||||
|
ftp
|
||||||
|
g++
|
||||||
|
libnet-telnet-perl
|
||||||
|
libtimedate-perl
|
||||||
|
libmailtools-perl
|
||||||
|
pump
|
||||||
|
twm
|
||||||
|
menu
|
||||||
|
wmaker
|
||||||
|
wmakerconf
|
||||||
|
libterm-readline-gnu-perl
|
||||||
|
whiptail
|
||||||
|
dialog
|
||||||
|
doc-base
|
||||||
|
grub
|
||||||
|
util-linux-locales
|
||||||
|
discover
|
||||||
|
read-edid
|
||||||
|
mdetect
|
||||||
|
aptitude
|
||||||
|
brltty
|
||||||
|
popularity-contest
|
||||||
|
ntpdate
|
||||||
|
hdparm
|
||||||
|
jfbterm
|
||||||
|
unifont
|
||||||
|
console-cyrillic
|
||||||
|
console-terminus
|
||||||
|
iso-codes
|
||||||
|
alsa-base
|
||||||
|
alsa-utils
|
|
@ -0,0 +1,57 @@
|
||||||
|
/* Generally useful/interesting (and mostly small) packages that
|
||||||
|
many people expect on one of the first CDs even if there's no room for
|
||||||
|
everything from popcon. */
|
||||||
|
|
||||||
|
dpkg-repack
|
||||||
|
dctrl-tools
|
||||||
|
smartmontools
|
||||||
|
acpid
|
||||||
|
apmd
|
||||||
|
noflushd
|
||||||
|
gpm
|
||||||
|
anacron
|
||||||
|
mc
|
||||||
|
iptables
|
||||||
|
host
|
||||||
|
bzip2
|
||||||
|
unzip
|
||||||
|
lockfile-progs
|
||||||
|
alien
|
||||||
|
dict
|
||||||
|
screen
|
||||||
|
zsh
|
||||||
|
vim
|
||||||
|
joe
|
||||||
|
xpdf-reader
|
||||||
|
gv
|
||||||
|
gnucash
|
||||||
|
wdm
|
||||||
|
gdm
|
||||||
|
kdm
|
||||||
|
pdmenu
|
||||||
|
slay
|
||||||
|
vlock
|
||||||
|
cvs
|
||||||
|
wget
|
||||||
|
masqmail
|
||||||
|
fetchmailconf
|
||||||
|
w3m
|
||||||
|
mtr
|
||||||
|
netcat
|
||||||
|
rsync
|
||||||
|
pstotext
|
||||||
|
wv
|
||||||
|
a2ps
|
||||||
|
sane
|
||||||
|
xsane
|
||||||
|
xscreensaver
|
||||||
|
bplay
|
||||||
|
id3
|
||||||
|
cd-discid
|
||||||
|
wodim
|
||||||
|
genisoimage
|
||||||
|
csh
|
||||||
|
mysql-client
|
||||||
|
dictd
|
||||||
|
dict-vera
|
||||||
|
dict-jargon
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,19 @@
|
||||||
|
# Default desktop task
|
||||||
|
gnome-desktop
|
||||||
|
|
||||||
|
# Alternative desktop environments
|
||||||
|
kde-desktop
|
||||||
|
xfce-desktop
|
||||||
|
lxde-desktop
|
||||||
|
|
||||||
|
# General desktop/laptop packages
|
||||||
|
desktop
|
||||||
|
laptop
|
||||||
|
|
||||||
|
# Server tasks
|
||||||
|
web-server
|
||||||
|
mail-server
|
||||||
|
print-server
|
||||||
|
database-server
|
||||||
|
dns-server
|
||||||
|
file-server
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Main tasks
|
||||||
|
gnome-desktop
|
||||||
|
desktop
|
||||||
|
web-server
|
||||||
|
laptop
|
||||||
|
mail-server
|
||||||
|
print-server
|
||||||
|
database-server
|
||||||
|
dns-server
|
||||||
|
file-server
|
||||||
|
|
||||||
|
# Alternative desktop environments
|
||||||
|
kde-desktop -
|
||||||
|
xfce-desktop -
|
||||||
|
lxde-desktop -
|
|
@ -0,0 +1,3 @@
|
||||||
|
gnome-desktop
|
||||||
|
desktop
|
||||||
|
laptop
|
|
@ -0,0 +1,3 @@
|
||||||
|
kde-desktop
|
||||||
|
desktop
|
||||||
|
laptop
|
|
@ -0,0 +1,4 @@
|
||||||
|
lxde-desktop
|
||||||
|
xfce-desktop
|
||||||
|
desktop
|
||||||
|
laptop
|
|
@ -0,0 +1,3 @@
|
||||||
|
lxde-desktop
|
||||||
|
desktop
|
||||||
|
laptop
|
|
@ -0,0 +1,3 @@
|
||||||
|
xfce-desktop
|
||||||
|
desktop
|
||||||
|
laptop
|
|
@ -0,0 +1,68 @@
|
||||||
|
# See tasks/README.tasksel for information about contents and usage
|
||||||
|
# of this file.
|
||||||
|
|
||||||
|
# Languages that are commented are not supported in debian-installer
|
||||||
|
amharic
|
||||||
|
arabic
|
||||||
|
basque
|
||||||
|
belarusian
|
||||||
|
bengali
|
||||||
|
bosnian
|
||||||
|
brazilian-portuguese
|
||||||
|
british
|
||||||
|
bulgarian
|
||||||
|
catalan
|
||||||
|
chinese-s
|
||||||
|
chinese-t
|
||||||
|
croatian
|
||||||
|
cyrillic
|
||||||
|
czech
|
||||||
|
danish
|
||||||
|
dutch
|
||||||
|
dzongkha
|
||||||
|
esperanto
|
||||||
|
#estonian
|
||||||
|
finnish
|
||||||
|
french
|
||||||
|
galician
|
||||||
|
georgian
|
||||||
|
german
|
||||||
|
greek
|
||||||
|
gujurati
|
||||||
|
hebrew
|
||||||
|
hindi
|
||||||
|
hungarian
|
||||||
|
#icelandic
|
||||||
|
irish
|
||||||
|
italian
|
||||||
|
japanese
|
||||||
|
khmer
|
||||||
|
korean
|
||||||
|
kurdish
|
||||||
|
latvian
|
||||||
|
lithuanian
|
||||||
|
macedonian
|
||||||
|
malayalam
|
||||||
|
nepali
|
||||||
|
northern-sami
|
||||||
|
norwegian
|
||||||
|
#persian
|
||||||
|
polish
|
||||||
|
portuguese
|
||||||
|
punjabi
|
||||||
|
romanian
|
||||||
|
russian
|
||||||
|
serbian
|
||||||
|
slovak
|
||||||
|
slovenian
|
||||||
|
spanish
|
||||||
|
swedish
|
||||||
|
tagalog
|
||||||
|
tamil
|
||||||
|
#telugu
|
||||||
|
thai
|
||||||
|
turkish
|
||||||
|
ukrainian
|
||||||
|
vietnamese
|
||||||
|
welsh
|
||||||
|
#xhosa
|
|
@ -0,0 +1 @@
|
||||||
|
exclude
|
|
@ -1 +1 @@
|
||||||
lenny
|
squeeze
|
|
@ -0,0 +1,102 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Do install stuff for alpha, including making bootable CDs
|
||||||
|
# Works with debian-installer
|
||||||
|
#
|
||||||
|
#Vorlon:
|
||||||
|
#
|
||||||
|
#The following pieces are still missing:
|
||||||
|
#
|
||||||
|
#- MILO bootloader & images. I have no way to test this directly, and
|
||||||
|
# haven't used MILO for years, so I'm giving this a pass on the first
|
||||||
|
# run.
|
||||||
|
#- Floppy images. Currently, debian-installer claims not to support
|
||||||
|
# the floppy target on alpha, which is arbitrary, but there may just not
|
||||||
|
# be any reason to continue supporting this install method. Another
|
||||||
|
# decision that can be made later.
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDDIR=$2
|
||||||
|
BOOTDIR=
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
DI_WWW_HOME="http://people.debian.org/~vorlon/d-i/alpha/daily/cdrom/"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $CDDIR/..
|
||||||
|
|
||||||
|
#
|
||||||
|
# This script is called with $1 (now $N) as the CD to
|
||||||
|
# make bootable. N may be in the form "n" or "n_NONUS"
|
||||||
|
# There may be more than 4 disks...support extras.
|
||||||
|
|
||||||
|
# Strip NONUS part of disk number
|
||||||
|
# NN will be 1...N so it can be used as an index
|
||||||
|
#
|
||||||
|
NN=`echo $N | sed -e 's/_NONUS//'`
|
||||||
|
|
||||||
|
mkdir boot$N
|
||||||
|
ab_deb=`ls $MIRROR/pool/main/a/aboot/aboot-base_*.deb | tail -1`
|
||||||
|
ar p $ab_deb data.tar.gz | tar zxf - -C boot$N/ ./boot/bootlx
|
||||||
|
|
||||||
|
# Download boot images
|
||||||
|
# XXX: Driver floppies? Any alpha that /has/ a CDROM should be able to
|
||||||
|
# boot from it, so this would be pure convenience of distribution.
|
||||||
|
#for image in cd_drivers-image.img cdrom-image.img cdrom-initrd.gz floppy-image.img floppy-initrd.gz net_drivers-image.img netboot-initrd.gz vmlinuz ; do
|
||||||
|
|
||||||
|
for image in initrd.gz vmlinuz; do
|
||||||
|
if [ ! -e "$image" ]; then
|
||||||
|
if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
if [ ! "$DI_DIR" ];then
|
||||||
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images/cdrom"
|
||||||
|
fi
|
||||||
|
cp "$DI_DIR/$image" .
|
||||||
|
else
|
||||||
|
# XXX: not really 'daily'...
|
||||||
|
wget "$DI_WWW_HOME/$image"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ $NN = 1 ]; then
|
||||||
|
echo "Using $THISTYPE boot-disks image on CD$N"
|
||||||
|
mkdir -p boot$N/boot
|
||||||
|
cp initrd.gz vmlinuz boot$N/boot/
|
||||||
|
mkdir -p boot$N/etc
|
||||||
|
|
||||||
|
RSIZE=$(expr $(zcat boot$N/boot/initrd.gz | wc --bytes) / 1024)
|
||||||
|
OPTS="ramdisk_size=$RSIZE initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall $KERNEL_PARAMS"
|
||||||
|
|
||||||
|
echo "0:boot/vmlinuz $OPTS" > boot$N/etc/aboot.conf
|
||||||
|
echo "1:boot/vmlinuz $OPTS console=ttyS0" >> boot$N/etc/aboot.conf
|
||||||
|
echo "2:boot/vmlinuz $OPTS console=ttyS1" >> boot$N/etc/aboot.conf
|
||||||
|
|
||||||
|
mkdir -p boot$N/milo
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-cache-inodes"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-l"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-alpha-boot boot/bootlx"
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_dirs "boot$N"
|
||||||
|
|
||||||
|
else
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-cache-inodes"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-l"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#install_languages $CDDIR
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/boot-x86
|
|
@ -0,0 +1,61 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Do install stuff for armel, including making bootable CDs
|
||||||
|
# Works with debian-installer
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
#
|
||||||
|
# This is copied from the arm script and it is currently disabled as there
|
||||||
|
# doesn't seem to be any bootable armel machines.
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDDIR=$2
|
||||||
|
INSTALLDIR=$CDDIR/install
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $CDDIR/..
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
|
||||||
|
# Armel is currently not bootable in squeeze, so bail out here
|
||||||
|
echo "Armel booting disabled, check with Sledge/fjp/tbm"
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
# Only disk 1* bootable
|
||||||
|
if [ $N != 1 ] && [ $N != 1_NONUS ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $INSTALLDIR
|
||||||
|
|
||||||
|
# Netwinder currently disabled - fails to boot at the moment, as it's too big. SAM 2008/03/05
|
||||||
|
#for subarch in netwinder; do
|
||||||
|
# if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
# if [ ! "$DI_DIR" ];then
|
||||||
|
# DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||||
|
# fi
|
||||||
|
# DI_DIR2="$DI_DIR/$subarch/cdrom"
|
||||||
|
# else
|
||||||
|
# DI_DIR2="di_stuff"
|
||||||
|
# wget -r -nd --no-parent --level=1 -P "$DI_DIR2" "$DI_WWW_HOME/$subarch/cdrom/"
|
||||||
|
# rm -f "$DI_DIR2"/index*
|
||||||
|
# fi
|
||||||
|
# cp -a "$DI_DIR2" "$subarch"
|
||||||
|
# rm -rf di_stuff
|
||||||
|
#done
|
||||||
|
|
||||||
|
exit 0
|
|
@ -0,0 +1,62 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# boot-hppa
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
|
||||||
|
# palo is used to make ISOs bootable on HPPA.
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDROOT=$2
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
DI_WWW_HOME="http://people.debian.org/~kyle/d-i/hppa/daily/cdrom/2.6"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Only disk 1* bootable
|
||||||
|
if [ $N != 1 -a $N != 1_NONUS ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
PALODEB="$($BASEDIR/tools/apt-selection cache show palo | \
|
||||||
|
sed -n 's/^Filename: \(.*_hppa.deb\)$/\1/p')"
|
||||||
|
ar p "${MIRROR}/${PALODEB}" data.tar.gz | tar xz ./usr/share/palo/iplboot
|
||||||
|
mv usr/share/palo/iplboot $CDROOT/install/iplboot
|
||||||
|
|
||||||
|
if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
if [ ! "$DI_DIR" ];then
|
||||||
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images/cdrom/2.6"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
DI_DIR="di_stuff"
|
||||||
|
mkdir "$DI_DIR"
|
||||||
|
wget -r -nd --no-parent -P "$DI_DIR" "$DI_WWW_HOME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cp "$DI_DIR"/vmlinux-*-parisc "$CDROOT/install"
|
||||||
|
cp "$DI_DIR"/vmlinux-*-parisc64 "$CDROOT/install"
|
||||||
|
cp "$DI_DIR"/initrd.gz "$CDROOT/install"
|
||||||
|
|
||||||
|
install_languages "$CDROOT"
|
||||||
|
|
||||||
|
K32=$(ls $CDROOT/install/vmlinux-*-parisc|head -1 | sed 's?^.*/install/?install/?g')
|
||||||
|
K64=$(ls $CDROOT/install/vmlinux-*-parisc64|head -1 | sed 's?^.*/install/?install/?g')
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-cmdline '0/vmlinux initrd=0/ramdisk${KERNEL_PARAMS:+ $KERNEL_PARAMS}'"
|
||||||
|
add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-kernel-32 $K32"
|
||||||
|
add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-kernel-64 $K64"
|
||||||
|
add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-bootloader install/iplboot"
|
||||||
|
add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-ramdisk install/initrd.gz"
|
||||||
|
|
||||||
|
exit 0
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/boot-x86
|
|
@ -0,0 +1,63 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# boot-ia64
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDDIR=$2
|
||||||
|
BOOTDIR=
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
DI_WWW_HOME="http://people.debian.org/~dannf/d-i/ia64/daily"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $CDDIR/..
|
||||||
|
|
||||||
|
# Only disc 1 bootable
|
||||||
|
if [ $N != 1 -a $N != 1_NONUS ]; then
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
exit 0;
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Download boot images
|
||||||
|
for image in boot.img; do
|
||||||
|
if [ ! -e "$image" ]; then
|
||||||
|
if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
if [ ! "$DI_DIR" ];then
|
||||||
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||||
|
fi
|
||||||
|
cp "$DI_DIR/cdrom/$image" . || \
|
||||||
|
cp "$DI_DIR/$image" .
|
||||||
|
else
|
||||||
|
wget "$DI_WWW_HOME/cdrom/$image" || \
|
||||||
|
wget "$DI_WWW_HOME/$image"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
install_languages $CDDIR
|
||||||
|
|
||||||
|
mkdir -p boot$N/boot
|
||||||
|
cp -f boot.img boot$N/boot/
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-no-emul-boot"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-b boot/boot.img"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-c boot/boot.catalog"
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_dirs "boot$N"
|
||||||
|
|
||||||
|
# done
|
||||||
|
|
|
@ -0,0 +1,100 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Do install stuff for m68k, including making bootable CDs for bvme6000
|
||||||
|
# Works with debian-installer
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDDIR=$2
|
||||||
|
INSTALLDIR=$CDDIR/install
|
||||||
|
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
# Temporarily disabled to stop cron jobs complaining
|
||||||
|
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/m68k/images/daily/"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
elif [ "$DI_WWW_HOME" = "test" ];then
|
||||||
|
# Temporarily disabled to stop cron jobs complaining
|
||||||
|
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $CDDIR/..
|
||||||
|
|
||||||
|
# Recommended size for a HFS Catalog is 4 megas per giga, defaults to 4 megas
|
||||||
|
# MAXDISKBLOCKS is measured in 2K blocks
|
||||||
|
newsize=`echo "$MAXDISKBLOCKS * 2048 / 256" | bc`
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-hfs-parms MAX_XTCSIZE=$newsize"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "--netatalk"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-hfs"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-probe"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-map $BASEDIR/data/hfs.map"
|
||||||
|
|
||||||
|
# Only disk 1 bootable
|
||||||
|
if [ $N != 1 ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "DI_WWW_HOME: $DI_WWW_HOME"
|
||||||
|
echo "DI_DIR: $DI_DIR"
|
||||||
|
|
||||||
|
install_languages $CDDIR
|
||||||
|
|
||||||
|
# remove i386 stuff
|
||||||
|
rm -rf $CDDIR/tools
|
||||||
|
|
||||||
|
|
||||||
|
cd $INSTALLDIR
|
||||||
|
|
||||||
|
# This setup is designed to automatically use whatever subarchs are
|
||||||
|
# available to build the cd.
|
||||||
|
|
||||||
|
if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
if [ ! $DI_DIR ]; then
|
||||||
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||||
|
echo "DI_DIR: $DI_DIR"
|
||||||
|
fi
|
||||||
|
cp -a $DI_DIR/* .
|
||||||
|
else
|
||||||
|
wget -q -np -nH --cut-dirs=4 -r -l 3 -R '.gif,.log,stats.txt,index*' "$DI_WWW_HOME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# amiga specific stuff
|
||||||
|
if [ -d tools/amiga ]; then
|
||||||
|
# Amiboot and dmesg need to be executable
|
||||||
|
if [ -e tools/amiga/amiboot ]; then
|
||||||
|
chmod a+x tools/amiga/amiboot
|
||||||
|
fi
|
||||||
|
# chmod a+x tools/amiga/dmesg
|
||||||
|
|
||||||
|
# Setup amiga icons
|
||||||
|
cp tools/amiga/amiga.info $CDDIR/install.info
|
||||||
|
if [ -d $INSTALLDIR/tools ]; then
|
||||||
|
cp tools/amiga/amiga.info $INSTALLDIR/tools.info
|
||||||
|
fi
|
||||||
|
mv tools/amiga/amiga.info .
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $INSTALLDIR
|
||||||
|
|
||||||
|
# bvme6000 specific stuff
|
||||||
|
if [ -f tools/cdrom/bvme6000-boot.img.gz ]; then
|
||||||
|
mkdir -p $CDDIR/boot1/boot
|
||||||
|
cp tools/cdrom/bvme6000-boot.img.gz $CDDIR/boot1/boot/boot.bin
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-b boot/boot.bin"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-c boot/boot.catalog"
|
||||||
|
add_mkisofs_opt $CDDIR/../$N.mkisofs_dirs "boot1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
##-----------------------------< end of file >------------------------------##
|
|
@ -0,0 +1,54 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# boot-mips
|
||||||
|
#
|
||||||
|
# $1 is the CD number
|
||||||
|
# $2 is the temporary CD build dir
|
||||||
|
|
||||||
|
# genisovh is used to make ISOs bootable on mips.
|
||||||
|
|
||||||
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
N=$1
|
||||||
|
CDROOT=$2
|
||||||
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
|
DI_WWW_HOME="http://people.debian.org/~ths/d-i/images/daily/"
|
||||||
|
if [ -n "$DI_DIR" ];then
|
||||||
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
|
DI_WWW_HOME=""
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
if [ ! "$DI_DIST" ]; then
|
||||||
|
DI_DIST="$DI_CODENAME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDROOT/../$N.mkisofs_opts "-J -joliet-long"
|
||||||
|
|
||||||
|
# Only disk 1* bootable
|
||||||
|
if [ $N != 1 -a $N != 1_NONUS ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! "$DI_WWW_HOME" ];then
|
||||||
|
if [ ! "$DI_DIR" ];then
|
||||||
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
DI_DIR="di_stuff"
|
||||||
|
wget -P "$DI_DIR/r4k-ip22" "$DI_WWW_HOME/r4k-ip22/cdrom-boot.img"
|
||||||
|
# r5k-ip32 has no cdrom boot image yet
|
||||||
|
# wget -P "$DI_DIR/r5k-ip32" "$DI_WWW_HOME/r5k-ip32/cdrom-boot.img"
|
||||||
|
fi
|
||||||
|
install -m 644 -D "$DI_DIR"/r4k-ip22/cdrom-boot.img "$CDROOT"/install/r4k-ip22-boot.img
|
||||||
|
#r5k-ip32 has no cdrom boot image yet
|
||||||
|
#install -m 644 -D "$DI_DIR"/r5k-ip32/cdrom-boot.img "$CDROOT"/install/r5k-ip32-boot.img
|
||||||
|
|
||||||
|
install_languages $CDROOT
|
||||||
|
|
||||||
|
add_mkisofs_opt $CDROOT/../$N.mkisofs_opts "-mips-boot install/r4k-ip22-boot.img"
|
||||||
|
#r5k-ip32 has no cdrom boot image yet
|
||||||
|
#add_mkisofs_opt $CDROOT/../$N.mkisofs_opts "-mips-boot install/r5k-ip32-boot.img"
|
||||||
|
|
||||||
|
exit 0
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue