Start trixie development

Copy the bookworm dirs to trixie as a start
This commit is contained in:
Steve McIntyre 2023-06-12 08:37:20 +01:00
parent 5843f48efe
commit 2582ea9495
137 changed files with 88158 additions and 4 deletions

View File

@ -1 +1 @@
bookworm trixie

491
data/trixie/README.html.in Normal file
View File

@ -0,0 +1,491 @@
<!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 DEBIAN_KERNEL -- The Universal Operating System</title>
<meta name="Description" content="Debian DEBIAN_KERNEL is a free distribution of the DEBIAN_KERNEL 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 https://salsa.debian.org/images-team/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="https://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 DEBIAN_KERNEL"
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="https://www.debian.org/">Debian DEBIAN_KERNEL</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=
"https://www.debian.org/intro/free">free</a> (as in
&ldquo;freedom&rdquo;).</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
either the <a href= "https://www.linux.org/">Linux</a>
or <a href="https://www.freebsd.org/">FreeBSD</a> kernel. Most of
the basic operating system tools come from the <a href=
"https://www.gnu.org/">GNU project</a>; hence the name
DEBIAN_KERNEL.</p>
<p>Debian is available for various kinds of computers
(&ldquo;architectures&rdquo;). Check the
<a href="https://www.debian.org/ports">ports</a> page for more
information.</p>
#if OUTPUTtext
<p>Read more at:<br />&nbsp;</br />
&nbsp; https://www.debian.org/intro/about</p>
#endif
#if OUTPUThtml
<p><a href="https://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 (OFFICIAL_VAL == 2)
# if OMIT_RELEASE_NOTES
<p>The Release Notes for "trixie" are available on the
<a href="https://www.debian.org/releases/trixie/releasenotes">Debian web
site</a>.</p>
# else
# if DISKNUM == 1
<p>The Release Notes for Debian DEBIAN_KERNEL "trixie" 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="https://www.debian.org/releases/trixie/releasenotes">Debian web
site</a>.</p>
# else
<p>See the first disc in this set for the "trixie" Release Notes.</p>
# endif
# endif
# endif
# endif
# if TYPEsource
This set includes the source code of programs in the Debian OS.</p>
# endif
# if FORCE_FIRMWARE == 1
# if DISKNUM == 1
<p>This disc includes non-free firmware to make installation
easier on some systems requiring proprietary but
redistributable firmware. See
<a href="https://wiki.debian.org/Firmware">https://wiki.debian.org/Firmware</a>
for more details.</p>
# endif
# 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 DEBIAN_KERNEL either <em>alongside</em> your current OS, or as
the <em>only</em> OS on your computer.</p>
# if (OFFICIAL_VAL == 2)
# if OMIT_MANUAL
<p>An <b>Installation Guide</b> for this disc is available from
<a href="https://www.debian.org/releases/trixie/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="https://www.debian.org/releases/trixie/installmanual">the Debian web site</a>.
</p>
# endif
# else
<p>As this is not an official trixie release disc, then the
installation guide many not be released yet. It will appear on <a
href="https://www.debian.org/releases/trixie/installmanual">the
Debian web site</a> when ready, but before then you could try <a
href="https://d-i.alioth.debian.org/manual/">the development
version of the manual</a>.
</p>
# endif
# 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)
<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="https://bugs.debian.org/">bugs.debian.org</a>.</li>
#endif
# if (OFFICIAL_VAL == 2)
<li>This is an official release of the Debian system. Please report any
bugs you find in the Debian Bug Tracking System; details at <A
HREF="https://bugs.debian.org/">bugs.debian.org</A>.
#endif
<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>
</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 &lsquo;apt&rsquo; and
&lsquo;aptitude&rsquo; programs.</p>
<p>You can install packages from the commandline using
apt. For example, if you want to install the
packages &lsquo;commprog&rsquo; and &lsquo;maxgame&rsquo;, you can give the
command:</p>
<p>
#if OUTPUTtext
&nbsp;
#endif
<code>apt install commprog maxgame</code>
</p>
<p>Note that you don't have to enter the complete path, or the
&lsquo;.deb&rsquo; extension. &lsquo;Apt&rsquo; 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 DEBIAN_KERNEL 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
&nbsp;
#endif
<a href="https://www.debian.org/CD/">https://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
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
# endif
<a href="doc/FAQ/">Debian FAQ</a>
</li>
<li>
# if OUTPUTtext
/doc/constitution.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
# endif
<a href="doc/constitution.txt">The Debian Constitution</a>
</li>
<li>
# if OUTPUTtext
/doc/debian-manifesto
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
# endif
<a href="doc/debian-manifesto">The Debian Manifesto</a>
</li>
<li>
# if OUTPUTtext
/doc/social-contract.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
# endif
<a href="doc/social-contract.txt">Debian's Social Contract</a>
</li>
<li>
# if OUTPUTtext
/doc/bug-reporting.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
# 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
https://www.debian.org/
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#endif
<a href="https://www.debian.org/">The Debian homepage</a>
</li>
<li>
#if OUTPUTtext
https://www.debian.org/doc/
&nbsp;&nbsp;&nbsp;&nbsp;
#endif
<a href="https://www.debian.org/doc/">Debian Documentation</a>
</li>
<li>
#if OUTPUTtext
https://www.debian.org/support/&nbsp;
#endif
<a href="https://www.debian.org/support">Debian User Support</a>
</li>
<li>
#if OUTPUTtext
https://www.tldp.org/
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#endif
<a href="https://www.tldp.org/">The Linux Documentation Project</a>
</li>
<li>
#if OUTPUTtext
https://www.linux.org/
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#endif
<a href="https://www.linux.org/">General Linux homepage</a>
</li>
</ul>
#if OUTPUTtext
<p>&nbsp;</p>
<p>&nbsp;</p>
#endif
<div id="fineprint">
#if OUTPUTtext
<p align="center">
#else
<p>
#endif
See the Debian <a href=
"https://www.debian.org/contact">contact page</a>
#if OUTPUTtext
(https://www.debian.org/contact)
#endif
for information on contacting us.</p>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,4 @@
choose-mirror
netcfg
ethdetect
fdisk-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
fdisk-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
fdisk-udeb

View File

@ -0,0 +1,4 @@
choose-mirror
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -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>

BIN
data/trixie/debian-61.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,5 @@
choose-mirror
netcfg
ethdetect
pcmciautils-udeb
debian-edu-install-udeb

View File

@ -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;
}

294
data/trixie/debinstall.css Normal file
View File

@ -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;
}

19
data/trixie/delo.conf Normal file
View File

@ -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

BIN
data/trixie/dot_bw.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

143
data/trixie/exclude-udebs Normal file
View File

@ -0,0 +1,143 @@
# 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
# Graphical installer: common udebs included in initrd
rootskel-gtk
cdebconf-gtk-udeb
fontconfig-udeb
gtk2-engines-udeb
libatk1.0-udeb
libexpat1-udeb
libfreetype6-udeb
libglib2.0-udeb
libgtk2-engines-udeb
libpango1.0-udeb
libpcre3-udeb
libpixman-1-0-udeb
libpng*-udeb
libsdl1.2debian-udeb
mouse-modules-*
ttf-*
fbset-udeb
# Graphical installer: udebs for directfb
libdirectfb-*-udeb
libcairo-directfb2-udeb
libgtk-directfb-2.0-0-udeb
# Graphical installer: udebs for X.Org
xserver-xorg-core-udeb
xserver-xorg-input-evdev-udeb
xserver-xorg-video-fbdev-udeb
x11-xkb-utils-udeb
xkb-data-udeb
libcairo2-udeb
libdrm2-udeb
libfontenc1-udeb
libgtk-x11-udeb
libpciaccess0-udeb
libx11-6-udeb
libxau6-udeb
libxcb1-udeb
libxcursor1-udeb
libxdmcp6-udeb
libxext6-udeb
libxfixes3-udeb
libxfont1-udeb
libxft2-udeb
libxi6-udeb
libxinerama1-udeb
libxkbfile1-udeb
libxrender1-udeb
# Graphical installer: terminal support is 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
# 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
udev-gtk-udeb
ai-choosers
auto-install
libslang2-udeb
kbd-chooser
kbd-udeb
console-setup-*
# Currently unused
debian-ports-archive-keyring-udeb
emdebian-archive-keyring-udeb
nbd-client-udeb
pwgen-udeb
# Eh?
gnumach-udeb
# We only support grub these days, drop lilo and elilo
lilo-installer
elilo-installer

View File

@ -0,0 +1,42 @@
# 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-*
# 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

View File

@ -0,0 +1,44 @@
# 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-*
# 686-pae kernel udebs are only used for the Xen netboot image
*-686-pae-di !xen
# 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

View File

@ -0,0 +1,26 @@
# 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.
#
acpi-modules-*
cdrom-modules-*
i2c-modules-*
isofs-modules-*
kernel-image-*
parport-modules-*
sata-modules-*
scsi-core-modules-*
scsi-extra-modules-*
scsi-modules-*
serial-modules-*
# Not yet support on GNU/kFreeBSD
partman-auto-crypto
partman-auto-lvm
partman-auto-raid
partman-crypto-dm
partman-crypto-loop
partman-ext3
partman-jfs
partman-lvm
partman-md
partman-multipath

View File

@ -0,0 +1,26 @@
# 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.
#
acpi-modules-*
cdrom-modules-*
i2c-modules-*
isofs-modules-*
kernel-image-*
parport-modules-*
sata-modules-*
scsi-core-modules-*
scsi-extra-modules-*
scsi-modules-*
serial-modules-*
# Not yet support on GNU/kFreeBSD
partman-auto-crypto
partman-auto-lvm
partman-auto-raid
partman-crypto-dm
partman-crypto-loop
partman-ext3
partman-jfs
partman-lvm
partman-md
partman-multipath

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,5 @@
# Only needed on arches that use partconf or autopartkit.
partconf-mkfstab
# Not needed on arches that use partman
mdcfg
lvmcfg

BIN
data/trixie/gradient.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

88
data/trixie/grub-theme.in Normal file
View File

@ -0,0 +1,88 @@
title-color: "white"
title-text: TITLE
title-font: "Sans Regular 16"
desktop-color: "black"
desktop-image: "/isolinux/splash.png"
message-color: "white"
message-bg-color: "black"
terminal-font: "Sans Regular 12"
+ vbox {
top = 80
left = 45%
width = 60%
height = 100
#ifdef MENU0
+ hbox {
left = 0
+ label {text = MENU0 font = "Sans 10" color = "#c0c0c0" align = "left"}
}
#endif
#ifdef MENU1
+ hbox {
left = 0
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
+ label {text = MENU1 font = "Sans 10" color = "#c0c0c0" align = "left"}
}
#endif
#ifdef MENU2
+ hbox {
left = 0
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
+ label {text = MENU2 font = "Sans 10" color = "#c0c0c0" align = "left"}
}
#endif
#ifdef MENU3
+ hbox {
left = 0
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
+ label {text = MENU3 font = "Sans 10" color = "#c0c0c0" align = "left"}
}
#endif
#ifdef MENU4
+ hbox {
left = 0
+ label {text = " >" font = "Sans 10" color = "white" align = "left"}
+ label {text = MENU4 font = "Sans 10" color = "#c0c0c0" align = "left"}
}
#endif
}
+ boot_menu {
left = 18%
width = 50%
top = 200
height = 200
item_font = "Sans Regular 12"
item_color = #c0c0c0
selected_item_color = "black"
selected_item_pixmap_style = "hl_*.png"
item_height = 20
item_padding = 15
item_spacing = 10
}
+ vbox {
top = 100%-60
left = 10%
+ hbox {
top = 0
left = 20%
+ label {text = "Enter: " font = "Sans 10" color = "white" align = "left"}
+ label {text = "Select " font = "Sans 10" color = "#c0c0c0" align = "left"}
#ifdef MENU1
+ label {text = " " font = "Sans 10" color = "white" align = "left"}
+ label {text = "Esc: " font = "Sans 10" color = "white" align = "left"}
+ label {text = "Back up one level " font = "Sans 10" color = "#c0c0c0" align = "left"}
#endif
}
+ hbox {
top = 0
left = 20%
+ label {text = "E: " font = "Sans 10" color = "white" align = "left"}
+ label {text = "Edit Selection " font = "Sans 10" color = "#c0c0c0" align = "left"}
+ label {text = " " font = "Sans 10" color = "white" align = "left"}
+ label {text = "C: " font = "Sans 10" color = "white" align = "left"}
+ label {text = "GRUB Command line" font = "Sans 10" color = "#c0c0c0" align = "left"}
}
}

BIN
data/trixie/hl_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
choose-mirror
netcfg

View File

@ -0,0 +1 @@
netcfg

View File

@ -0,0 +1 @@
netcfg

View File

@ -0,0 +1,4 @@
choose-mirror
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,91 @@
\ 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 5 ;
: 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: auto" cr
." 5: 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 priority=low ---" endof
3 of " cd install/powerpc/vmlinuz-chrp.initrd rescue/enable=true ---" endof
4 of " cd install/powerpc/vmlinuz-chrp.initrd auto=true priority=critical ---" endof
5 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

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
netcfg
ethdetect
pcmciautils-udeb

View File

@ -0,0 +1,21 @@
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.
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

View File

@ -0,0 +1,6 @@
* Debian GNU/Linux for S/390 (boot from CD-ROM or FTP-Server)
linux_vm 0x00000000
root.off 0x0001040c
root.siz 0x00010414
parmfile 0x00010480
root.bin 0x01000000

View File

@ -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

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,3 @@
choose-mirror
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

View File

@ -0,0 +1,2 @@
netcfg
ethdetect

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
data/trixie/udeb_exclude Normal file
View File

@ -0,0 +1 @@
apt-mirror-setup

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
debian-cd (3.2.2) UNRELEASED; urgency=medium
[ Steve McIntyre ]
* Start development for trixie
-- Steve McIntyre <93sam@debian.org> Mon, 12 Jun 2023 08:36:50 +0100
debian-cd (3.2.1) unstable; urgency=medium debian-cd (3.2.1) unstable; urgency=medium
[ James Addison ] [ James Addison ]

View File

@ -1 +1 @@
bookworm trixie

16
tasks/trixie/Debian-all Normal file
View File

@ -0,0 +1,16 @@
/*
* This file will be used to build official complete sets of images
* supporting all available desktop environments
*/
/* 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>

17
tasks/trixie/Debian-all~ Normal file
View File

@ -0,0 +1,17 @@
/*
* This file will be used to build official complete sets of Wheezy 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>

View File

@ -0,0 +1,18 @@
/*
*
* This file may be used to build an official installation image
* that can be used to install the Cinammon desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-cinnamon>
/* Other interesting packages */
#include <task-full-cinnamon>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* that can be used to install the Cinammon desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-cinnamon>
/* Other interesting packages */
#include <task-full-cinnamon>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

4599
tasks/trixie/Debian-edu-full Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
/*
*
* This file will be used to build official Debian Edu netinst CDs
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <debian-edu>

View File

@ -0,0 +1,22 @@
/*
*
* This file may be used to build official complete sets of images
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
/* Do we need to force these in for CD1? */
network-manager
network-manager-gnome
#include <task-essential-generic>
/* Other interesting packages */
#include <task-full-generic>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

View File

@ -0,0 +1,22 @@
/*
*
* This file will be used to build official complete sets of Wheezy CDs
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
/* Do we need to force these in for CD1? */
network-manager
network-manager-gnome
#include <task-essential-generic>
/* Other interesting packages */
#include <task-full-generic>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

24
tasks/trixie/Debian-gnome Normal file
View File

@ -0,0 +1,24 @@
/*
*
* This file may be used to build an official installation image
* that can be used to install the GNOME desktop environment and that does
* not include server tasks.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
/* Do we need to force these in for CD1? */
network-manager
network-manager-gnome
#include <task-essential-gnome>
/* Other interesting packages */
#include <task-full-gnome>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

View File

@ -0,0 +1,24 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* 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>
/* Do we need to force these in for CD1? */
network-manager
network-manager-gnome
#include <task-essential-gnome>
/* Other interesting packages */
#include <task-full-gnome>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

18
tasks/trixie/Debian-kde Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file may be used to build an official installation image
* 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>

18
tasks/trixie/Debian-kde~ Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* 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>

18
tasks/trixie/Debian-light Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file may be used to build an official installation image
* 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>

View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* 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>

18
tasks/trixie/Debian-lxde Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file may be used to build an official installation image
* 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>

18
tasks/trixie/Debian-lxde~ Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* 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>

18
tasks/trixie/Debian-mate Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file may be used to build an official installation image
* that can be used to install the Mate desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-mate>
/* Other interesting packages */
#include <task-full-mate>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

18
tasks/trixie/Debian-mate~ Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* that can be used to install the Mate desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-mate>
/* Other interesting packages */
#include <task-full-mate>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

24
tasks/trixie/Debian-xfce Normal file
View File

@ -0,0 +1,24 @@
/*
*
* This file may be used to build an official installation image
* that can be used to install the Xfce desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
/* Force some important packages up the dependency order */
network-manager-gnome
synaptic
firefox-esr
#include <task-essential-xfce>
/* Other interesting packages */
#include <task-full-xfce>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

24
tasks/trixie/Debian-xfce~ Normal file
View File

@ -0,0 +1,24 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* that can be used to install the Xfce desktop environment.
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel>
#include <forcd1>
/* Force some important packages up the dependency order */
network-manager-gnome
synaptic
firefox-esr
#include <task-essential-xfce>
/* Other interesting packages */
#include <task-full-xfce>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

2
tasks/trixie/debian-edu Normal file
View File

@ -0,0 +1,2 @@
debian-edu-install-udeb
debian-edu-profile-udeb

1
tasks/trixie/empty Normal file
View File

@ -0,0 +1 @@
/* The empty task */

Some files were not shown because too many files have changed in this diff Show More