From 461abf13134bc56e45d94d4d0d1dc599c5732686 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Tue, 10 Apr 2007 23:48:58 +0000 Subject: [PATCH] Copy etch to lenny --- data/lenny/README.html.in | 699 +++++++++++++++++++ data/lenny/README.sbm | 43 ++ data/lenny/alpha_businesscard_udeb_include | 4 + data/lenny/alpha_netinst_udeb_include | 3 + data/lenny/alpha_udeb_include | 3 + data/lenny/amd64_businesscard_udeb_include | 5 + data/lenny/amd64_netinst_udeb_include | 4 + data/lenny/amd64_udeb_include | 4 + data/lenny/arm_businesscard_udeb_include | 3 + data/lenny/arm_netinst_udeb_include | 2 + data/lenny/arm_udeb_include | 2 + data/lenny/chrp/bootinfo.txt | 266 +++++++ data/lenny/delo.conf | 19 + data/lenny/exclude-udebs | 118 ++++ data/lenny/exclude-udebs-amd64 | 28 + data/lenny/exclude-udebs-i386 | 28 + data/lenny/exclude-udebs-powerpc | 28 + data/lenny/exclude-udebs-s390 | 3 + data/lenny/exclude-udebs-sparc | 5 + data/lenny/hppa_businesscard_udeb_include | 3 + data/lenny/hppa_netinst_udeb_include | 2 + data/lenny/hppa_udeb_include | 2 + data/lenny/i386_businesscard_udeb_include | 6 + data/lenny/i386_netinst_udeb_include | 5 + data/lenny/i386_udeb_include | 5 + data/lenny/ia64_businesscard_udeb_include | 3 + data/lenny/ia64_netinst_udeb_include | 2 + data/lenny/ia64_udeb_include | 2 + data/lenny/isolinux.bin | Bin 0 -> 10920 bytes data/lenny/m68k_businesscard_udeb_include | 3 + data/lenny/m68k_netinst_udeb_include | 2 + data/lenny/m68k_udeb_include | 2 + data/lenny/mips_businesscard_udeb_include | 3 + data/lenny/mips_netinst_udeb_include | 2 + data/lenny/mips_udeb_include | 2 + data/lenny/mipsel_businesscard_udeb_include | 3 + data/lenny/mipsel_netinst_udeb_include | 2 + data/lenny/mipsel_udeb_include | 2 + data/lenny/pegasos/pegasos | 89 +++ data/lenny/powerpc_businesscard_udeb_include | 4 + data/lenny/powerpc_netinst_udeb_include | 3 + data/lenny/powerpc_udeb_include | 5 + data/lenny/s390/README.boot | 24 + data/lenny/s390/d390.ins | 4 + data/lenny/s390/d390.tdf | 7 + data/lenny/s390/d390oco.ins | 5 + data/lenny/s390/d390oco.tdf | 8 + data/lenny/s390_businesscard_udeb_include | 3 + data/lenny/s390_netinst_udeb_include | 2 + data/lenny/s390_udeb_include | 2 + data/lenny/sbm.bin.gz | Bin 0 -> 17128 bytes data/lenny/sparc/debian.txt | 17 + data/lenny/sparc/silo.conf | 51 ++ data/lenny/sparc_businesscard_udeb_include | 3 + data/lenny/sparc_netinst_udeb_include | 2 + data/lenny/sparc_udeb_include | 2 + data/lenny/udeb_exclude | 1 + data/lenny/yaboot/boot.msg | 23 + data/lenny/yaboot/ofboot.b | 64 ++ data/lenny/yaboot/yaboot.conf | 70 ++ 60 files changed, 1707 insertions(+) create mode 100644 data/lenny/README.html.in create mode 100644 data/lenny/README.sbm create mode 100644 data/lenny/alpha_businesscard_udeb_include create mode 100644 data/lenny/alpha_netinst_udeb_include create mode 100644 data/lenny/alpha_udeb_include create mode 100644 data/lenny/amd64_businesscard_udeb_include create mode 100644 data/lenny/amd64_netinst_udeb_include create mode 100644 data/lenny/amd64_udeb_include create mode 100644 data/lenny/arm_businesscard_udeb_include create mode 100644 data/lenny/arm_netinst_udeb_include create mode 100644 data/lenny/arm_udeb_include create mode 100644 data/lenny/chrp/bootinfo.txt create mode 100644 data/lenny/delo.conf create mode 100644 data/lenny/exclude-udebs create mode 100644 data/lenny/exclude-udebs-amd64 create mode 100644 data/lenny/exclude-udebs-i386 create mode 100644 data/lenny/exclude-udebs-powerpc create mode 100644 data/lenny/exclude-udebs-s390 create mode 100644 data/lenny/exclude-udebs-sparc create mode 100644 data/lenny/hppa_businesscard_udeb_include create mode 100644 data/lenny/hppa_netinst_udeb_include create mode 100644 data/lenny/hppa_udeb_include create mode 100644 data/lenny/i386_businesscard_udeb_include create mode 100644 data/lenny/i386_netinst_udeb_include create mode 100644 data/lenny/i386_udeb_include create mode 100644 data/lenny/ia64_businesscard_udeb_include create mode 100644 data/lenny/ia64_netinst_udeb_include create mode 100644 data/lenny/ia64_udeb_include create mode 100644 data/lenny/isolinux.bin create mode 100644 data/lenny/m68k_businesscard_udeb_include create mode 100644 data/lenny/m68k_netinst_udeb_include create mode 100644 data/lenny/m68k_udeb_include create mode 100644 data/lenny/mips_businesscard_udeb_include create mode 100644 data/lenny/mips_netinst_udeb_include create mode 100644 data/lenny/mips_udeb_include create mode 100644 data/lenny/mipsel_businesscard_udeb_include create mode 100644 data/lenny/mipsel_netinst_udeb_include create mode 100644 data/lenny/mipsel_udeb_include create mode 100644 data/lenny/pegasos/pegasos create mode 100644 data/lenny/powerpc_businesscard_udeb_include create mode 100644 data/lenny/powerpc_netinst_udeb_include create mode 100644 data/lenny/powerpc_udeb_include create mode 100644 data/lenny/s390/README.boot create mode 100644 data/lenny/s390/d390.ins create mode 100644 data/lenny/s390/d390.tdf create mode 100644 data/lenny/s390/d390oco.ins create mode 100644 data/lenny/s390/d390oco.tdf create mode 100644 data/lenny/s390_businesscard_udeb_include create mode 100644 data/lenny/s390_netinst_udeb_include create mode 100644 data/lenny/s390_udeb_include create mode 100644 data/lenny/sbm.bin.gz create mode 100644 data/lenny/sparc/debian.txt create mode 100644 data/lenny/sparc/silo.conf create mode 100644 data/lenny/sparc_businesscard_udeb_include create mode 100644 data/lenny/sparc_netinst_udeb_include create mode 100644 data/lenny/sparc_udeb_include create mode 100644 data/lenny/udeb_exclude create mode 100644 data/lenny/yaboot/boot.msg create mode 100644 data/lenny/yaboot/ofboot.b create mode 100644 data/lenny/yaboot/yaboot.conf diff --git a/data/lenny/README.html.in b/data/lenny/README.html.in new file mode 100644 index 00000000..19229999 --- /dev/null +++ b/data/lenny/README.html.in @@ -0,0 +1,699 @@ + + + + + Debian GNU/Linux -- The Universal Operating System + + + + + + + + + + +#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 + + +#if OUTPUThtml +
+(Text version) +
+ + + + +
+ +Debian +
+#endif +#if OUTPUTtext +
+(HTML version in README.html) +
+#endif + + + + + + + + + + + + +
+ + + + + +
+
   + DISKNAME +   
+
+ +
+ +
+ + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + +
   + + + +#if OUTPUThtml +

Debian home page

+#endif + + 
+

+ +#if OUTPUTtext + 
+CONTENTS: +

+

+#endif + + +
     + +
+ +Welcome to the exciting world of + +
+ +Debian GNU/Linux! + +
+ +

+Intro +#if OUTPUTtext +
+===== +#endif +

+ +

+This is one disc in a set containing the the +Debian GNU/Linux +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 +free +(as in "freedom"). +

+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 +Linux kernel but work is +in progress to provide Debian for other kernels, using +the Hurd. +Most of the basic operating system tools +come from the GNU project; hence the name +GNU/Linux. +

+ +Debian is available for various kinds of computers +("architectures"), like +"IBM-compatible" PCs (i386), +Compaq's Alpha, +Sun's Sparc, +Motorola/IBM's PowerPC, and (Strong)ARM processors. +Check the ports page +#if OUTPUTtext +(http://www.debian.org/ports) +#endif +for more information. +

+ +#if OUTPUTtext +Read more at

+  http://www.debian.org/intro/about +#endif +#if OUTPUThtml +Read more... +#endif + +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif +About This Disc +#if OUTPUTtext +
+============= +#endif +

+ +

+This disc is labeled +

+  + DISKNAME + +

+#ifndef UNOFFEXTRAS +which means that this disc is number DISKNUM of a set of TOTALNUM discs. +#if TYPEbinary +It contains programs ("binaries") for `ARCH' computers. +#if ARCHia64 && !ARCHamd64 +

Note: this image only supports systems based on +Intel Itanium processors; for the more common Intel EM64T processors, +please see the Debian amd64 architecture. +#endif +

+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. +

+#if OMIT_RELEASE_NOTES +The Release Notes for "etch" are available on the Debian web +site. +#else +#if DISKNUM == 1 +The Release Notes for Debian GNU/Linux "etch" are included on this disc +in /doc/release-notes/, in +several languages. Additional translations and updated versions for +the Release Notes may be available from the Debian web +site. +#else +See the first disc in this set for the "etch" Release Notes. +#endif +#endif +#endif +#if TYPEsource +This set includes the source code of programs in the Debian OS. +#endif +#else +#include +#endif + + +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif +Installing +#if OUTPUTtext +
+========== +#endif +

+ +

+#if TYPEbinary + + Because Debian is a complete Operating System, the installation procedure + may seem a bit unusual. You can install Debian GNU/Linux either + alongside your current OS, or as the only OS on your computer. +#if OMIT_MANUAL +

+ An Installation Guide for this disc is available from + the Debian web site. +#else +

+ An Installation Guide is included on this disc at +

+   + doc/manual/en/index.html     (English version) +

+ Several translations of the Installation Guide are included on this disc in + the doc/ directory, along with various other documents. +
+ Note: additional translations, other formats (like PDF and TXT) and updated + versions for the Installation Guide are available from + the Debian web site. +#endif +

+ Programs and other files that are needed for the installation can be found on + this disc under +

+   + /tools/ + +#if ARCHi386 + and +   + /install/floppy/ + +#endif + +#if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc +

+ For the impatient ones: +#endif + +#if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHsparc + you can start the installation program easily by booting off this disc. + Note that not all (esp. older) systems support this. +

+#endif + +#if ARCHi386 || ARCHamd64 || ARCHpowerpc + You can examine the +

+   + /install + +

+ directory; you might be able to start the installation system directly + from there. +#endif + +#else + The installation tools of the Debian Operating System are located on the + Binary-1 disc. + See the README on that disc for more info. +#endif + +#ifndef UNOFFEXTRAS +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif +Last-Minute Notes +#if OUTPUTtext +
+================= +#endif +

+ +

+

    + +#if OFFICIAL_VAL == 0 +
  • +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. +#endif +#if OFFICIAL_VAL == 1 +
  • 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 bugs.debian.org. +
  • 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 /.disk/info. +#endif +#if OFFICIAL_VAL == 2 +
  • This is an official release of the Debian system. Please report any +bugs you find in the Debian Bug Tracking System; details at bugs.debian.org. +
  • 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 /.disk/info. +#endif + +
      +
  • + +
+#endif + +#if TYPEbinary +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif + Using Apt +#if OUTPUTtext +
+ ============= +#endif +

+ +

+ 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 packages). This is done + preferably with the `apt' and `aptitude' programs. + +

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

+   + apt-get install commprog maxgame + +

+ Note that you don't have to enter the complete path, or the + `.deb' extension. `Apt' will figure this out itself. +

+ Or use aptitude for a full screen interactive selection of available + Debian packages. + +#endif + + +#ifndef UNOFFEXTRAS +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif +CD/DVD Manufacturers +#if OUTPUTtext +
+================ +#endif +

+ +

+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). + +

+ +For all needed information and contact addresses, please refer to +

+  + http://www.debian.org/CD/ + +#endif + +#if OUTPUTtext +

 

+#endif +#if OUTPUThtml +


+#endif +More Information +#if OUTPUTtext +
+================ +#endif +

+ +

+#if DISKNUM1 && TYPEbinary + +There is much more information present on this disc. Besides the already +mentioned installation and upgrading procedures, this is the most +interesting:

+ +

+ +#else + +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. + +#endif + +

+Also on the Internet are many resources. To name a few: +

+ +

+ +

+ +

+ +#if OUTPUTtext + 

+#endif +#if OUTPUThtml +
+#endif + +See the Debian +contact page + +#if OUTPUTtext +(http://www.debian.org/contact) +#endif + +for information on contacting us. +

+ + +Last Modified: Sat Mar 20 12:30:45 EST 2004 + +
+

+ +

+ + +
+ + + diff --git a/data/lenny/README.sbm b/data/lenny/README.sbm new file mode 100644 index 00000000..40876703 --- /dev/null +++ b/data/lenny/README.sbm @@ -0,0 +1,43 @@ +About the Smart Boot Manager image +---------------------------------- + + The file `sbm.bin' that is available in this directory may be useful + to you if you are not able to directly boot the first CD because your + BIOS may be too old and may not support ISOLINUX. + + Then, instead of booting on the CD directly, you create a Smart Boot + Manager floppy image by using the sbm.bin disk image. You can create this + floppy with rawrite (under DOS) or with dd (under Linux). Now you can + boot on this floppy disk and it will detect your CDROM and let you boot + on it bypassing any BIOS limitation. + +What is SBM ? + + Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent + Boot Manager - a program that is loaded by the bios before any + operating system and allows you to choose which operating system to + boot. + + SBM is included in Debian in two ways, the package bmconf allows us to + install and configure an old version of SBM and sbm wich is the latest + version of SBM with an installer. + +What's the use of SBM on the CD then ? + + SBM includes an IDE driver that allows us to boot the cds even on + machines with a BIOS that wouldn't support booting from CD, provided our + CDROM is an IDE one, that is, so you can make a SBM floppy and boot from + it and then tell it to boot from your CDROM. + + Also, there are some cases where the BIOS would allow booting from the CD + but isolinux fails to boot from there, in this case you can either boot + using a CD other than the first, as the others don't use isolinux, or you + can make a SBM floppy and boot from this floppy and then tell SBM to boot + your CDROM. + +How do you make a SBM floppy ? + + If you have SBM installed on a box you can run sbminst. Otherwise you can + put the sbm.bin floppy image that we provide with our cds onto a floppy + just like you would do with a rescue image. + diff --git a/data/lenny/alpha_businesscard_udeb_include b/data/lenny/alpha_businesscard_udeb_include new file mode 100644 index 00000000..eea4461a --- /dev/null +++ b/data/lenny/alpha_businesscard_udeb_include @@ -0,0 +1,4 @@ +choose-mirror +netcfg +ethdetect +fdisk-udeb diff --git a/data/lenny/alpha_netinst_udeb_include b/data/lenny/alpha_netinst_udeb_include new file mode 100644 index 00000000..70df4f61 --- /dev/null +++ b/data/lenny/alpha_netinst_udeb_include @@ -0,0 +1,3 @@ +netcfg +ethdetect +fdisk-udeb diff --git a/data/lenny/alpha_udeb_include b/data/lenny/alpha_udeb_include new file mode 100644 index 00000000..70df4f61 --- /dev/null +++ b/data/lenny/alpha_udeb_include @@ -0,0 +1,3 @@ +netcfg +ethdetect +fdisk-udeb diff --git a/data/lenny/amd64_businesscard_udeb_include b/data/lenny/amd64_businesscard_udeb_include new file mode 100644 index 00000000..bfc81f03 --- /dev/null +++ b/data/lenny/amd64_businesscard_udeb_include @@ -0,0 +1,5 @@ +choose-mirror +netcfg +ethdetect +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/amd64_netinst_udeb_include b/data/lenny/amd64_netinst_udeb_include new file mode 100644 index 00000000..e5ed8739 --- /dev/null +++ b/data/lenny/amd64_netinst_udeb_include @@ -0,0 +1,4 @@ +netcfg +ethdetect +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/amd64_udeb_include b/data/lenny/amd64_udeb_include new file mode 100644 index 00000000..e5ed8739 --- /dev/null +++ b/data/lenny/amd64_udeb_include @@ -0,0 +1,4 @@ +netcfg +ethdetect +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/arm_businesscard_udeb_include b/data/lenny/arm_businesscard_udeb_include new file mode 100644 index 00000000..6326d6c5 --- /dev/null +++ b/data/lenny/arm_businesscard_udeb_include @@ -0,0 +1,3 @@ +choose-mirror +netcfg +ethdetect diff --git a/data/lenny/arm_netinst_udeb_include b/data/lenny/arm_netinst_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/arm_netinst_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/arm_udeb_include b/data/lenny/arm_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/arm_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/chrp/bootinfo.txt b/data/lenny/chrp/bootinfo.txt new file mode 100644 index 00000000..bbaa4d3c --- /dev/null +++ b/data/lenny/chrp/bootinfo.txt @@ -0,0 +1,266 @@ + +Debian/GNU Linux Installation on IBM CHRP hardware +Debian/GNU Linux for PowerPC +boot &device;:\install\yaboot + + +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF +FF FF FF FF FF FF FF FF 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 + + + + diff --git a/data/lenny/delo.conf b/data/lenny/delo.conf new file mode 100644 index 00000000..81d29a9a --- /dev/null +++ b/data/lenny/delo.conf @@ -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 diff --git a/data/lenny/exclude-udebs b/data/lenny/exclude-udebs new file mode 100644 index 00000000..3cb4923f --- /dev/null +++ b/data/lenny/exclude-udebs @@ -0,0 +1,118 @@ +# 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 +rootskel +main-menu +cdebconf-udeb +udpkg +anna +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, thanks to library reduction. +libdebconfclient0-udeb +libdebian-installer-extra4-udeb +# These udebs are only useful in building the boot floppy image. +busybox-floppy-udeb +rootskel-bootfloppy +# gtk stuff +cdebconf-gtk-udeb +fontconfig-udeb +libatk1.0-udeb +libcairo-directfb2-udeb +libdirectfb-0.9-22-udeb +libdirectfb-0.9-25-udeb +libexpat1-udeb +libfreetype6-udeb +libglib2.0-udeb +libgtk-directfb-2.0-0-udeb +libgtk2-engines-udeb +libpango1.0-udeb +libpng12-0-udeb +libsdl1.2debian-udeb +mouse-modules-* +ttf-* +fbset-udeb +# We're currently using busybox's own shell, and do not need this one. +dash-udeb +# Not currently used +cdebootstrap-udeb +hdparm-udeb +laptop-detect-udeb +# These dhcp clients are not the currently preferred one. +dhcp3-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 +# We're using busybox's modutils these days. +modutils-basic +modutils-full +# 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 +# No longer used by parted. +libreiserfs0.3-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 +lvm10-udeb +# If needed, will be on the initrd already. +modutils-full +module-init-tools-udeb +env-preseed +rescue-check +rootskel-gtk +cdebconf-text-udeb +brltty-udeb +klibc-utils-udeb +libklibc-udeb +udev-udeb +ai-choosers +auto-install +# Obsolete +libslang1-utf8-udeb +discover-udeb +discover-data-udeb +discover1-udeb +discover1-data-udeb +libdiscover1-udeb +# Eh? +gnumach-udeb +# Exclude apt-setup components; they will be included diff --git a/data/lenny/exclude-udebs-amd64 b/data/lenny/exclude-udebs-amd64 new file mode 100644 index 00000000..c3d32fe8 --- /dev/null +++ b/data/lenny/exclude-udebs-amd64 @@ -0,0 +1,28 @@ +# 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. +isa-pnp-modules-* +socket-modules-* +console-keymaps-at +console-keymaps-usb +fat-modules-* +cdrom-core-modules-* +cdrom-modules-* +ide-modules-* +ide-core-modules-* +input-modules-* +fb-modules-* +kbd-chooser +usb-modules-* +usb-storage-modules-* +scsi-core-modules-* +# Not needed with the 2.6 kernel on amd64. +userdevfs +# The speakup kernel modules are not useful unless the access images are +# provided. +*-speakup-di +# Only needed on arches that use partconf or autopartkit. +partconf-mkfstab +# Not needed on arches that use partman +mdcfg +lvmcfg diff --git a/data/lenny/exclude-udebs-i386 b/data/lenny/exclude-udebs-i386 new file mode 100644 index 00000000..05a376bb --- /dev/null +++ b/data/lenny/exclude-udebs-i386 @@ -0,0 +1,28 @@ +# 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. +isa-pnp-modules-* +socket-modules-* +console-keymaps-at +console-keymaps-usb +floppy-modules-* +cdrom-core-modules-* +cdrom-modules-* +ide-modules-* +ide-core-modules-* +input-modules-* +fb-modules-* +kbd-chooser +usb-modules-* +usb-storage-modules-* +scsi-core-modules-* +# Not needed with the 2.4 kernel on i386. +userdevfs +# The speakup kernel modules are not useful unless the access images are +# provided. +*-speakup-di +# Only needed on arches that use partconf or autopartkit. +partconf-mkfstab +# Not needed on arches that use partman +mdcfg +lvmcfg diff --git a/data/lenny/exclude-udebs-powerpc b/data/lenny/exclude-udebs-powerpc new file mode 100644 index 00000000..5a7df81a --- /dev/null +++ b/data/lenny/exclude-udebs-powerpc @@ -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 diff --git a/data/lenny/exclude-udebs-s390 b/data/lenny/exclude-udebs-s390 new file mode 100644 index 00000000..e075e4bc --- /dev/null +++ b/data/lenny/exclude-udebs-s390 @@ -0,0 +1,3 @@ +# S/390 does not support loading udebs off the CD image, +# so we can exclude all udebs from it +* diff --git a/data/lenny/exclude-udebs-sparc b/data/lenny/exclude-udebs-sparc new file mode 100644 index 00000000..d11a81bc --- /dev/null +++ b/data/lenny/exclude-udebs-sparc @@ -0,0 +1,5 @@ +# Only needed on arches that use partconf or autopartkit. +partconf-mkfstab +# Not needed on arches that use partman +mdcfg +lvmcfg diff --git a/data/lenny/hppa_businesscard_udeb_include b/data/lenny/hppa_businesscard_udeb_include new file mode 100644 index 00000000..6326d6c5 --- /dev/null +++ b/data/lenny/hppa_businesscard_udeb_include @@ -0,0 +1,3 @@ +choose-mirror +netcfg +ethdetect diff --git a/data/lenny/hppa_netinst_udeb_include b/data/lenny/hppa_netinst_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/hppa_netinst_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/hppa_udeb_include b/data/lenny/hppa_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/hppa_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/i386_businesscard_udeb_include b/data/lenny/i386_businesscard_udeb_include new file mode 100644 index 00000000..ecce0bd5 --- /dev/null +++ b/data/lenny/i386_businesscard_udeb_include @@ -0,0 +1,6 @@ +choose-mirror +netcfg +ethdetect +pcmcia-cs-udeb +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/i386_netinst_udeb_include b/data/lenny/i386_netinst_udeb_include new file mode 100644 index 00000000..081a7435 --- /dev/null +++ b/data/lenny/i386_netinst_udeb_include @@ -0,0 +1,5 @@ +netcfg +ethdetect +pcmcia-cs-udeb +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/i386_udeb_include b/data/lenny/i386_udeb_include new file mode 100644 index 00000000..081a7435 --- /dev/null +++ b/data/lenny/i386_udeb_include @@ -0,0 +1,5 @@ +netcfg +ethdetect +pcmcia-cs-udeb +pcmciautils-udeb +wireless-tools-udeb diff --git a/data/lenny/ia64_businesscard_udeb_include b/data/lenny/ia64_businesscard_udeb_include new file mode 100644 index 00000000..6326d6c5 --- /dev/null +++ b/data/lenny/ia64_businesscard_udeb_include @@ -0,0 +1,3 @@ +choose-mirror +netcfg +ethdetect diff --git a/data/lenny/ia64_netinst_udeb_include b/data/lenny/ia64_netinst_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/ia64_netinst_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/ia64_udeb_include b/data/lenny/ia64_udeb_include new file mode 100644 index 00000000..6f1c801c --- /dev/null +++ b/data/lenny/ia64_udeb_include @@ -0,0 +1,2 @@ +netcfg +ethdetect diff --git a/data/lenny/isolinux.bin b/data/lenny/isolinux.bin new file mode 100644 index 0000000000000000000000000000000000000000..9fd7f63660ff6e7d29f2b107d9e6d8cb6d5d516b GIT binary patch literal 10920 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%0A^_c=H)N&H&FN^gE<0 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 RE8vV_8e~`d-yhun{vTHX{f+ + +MacRISC MacRISC3 MacRISC4 + + +GNU/Linux PPC bootloader + + +" screen" output +load-base release-load-area +boot cd:,\install\yaboot + + +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 + + diff --git a/data/lenny/yaboot/yaboot.conf b/data/lenny/yaboot/yaboot.conf new file mode 100644 index 00000000..f45ee071 --- /dev/null +++ b/data/lenny/yaboot/yaboot.conf @@ -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