Steve McIntyre
58e9b0005c
Remove the SKIPMIRRORCHECK variable, now completely obsolete
2006-12-23 00:48:33 +00:00
Steve McIntyre
08e4962506
Make build_all.sh work again, adapting build.sh
2006-12-23 00:45:29 +00:00
Steve McIntyre
8232a68646
don't depend on jigdo-file any more
2006-12-23 00:25:44 +00:00
Steve McIntyre
9e51f3e13a
Clean up comments in CONF.sh - remove outdated mention of jigdo-file
2006-12-21 14:36:45 +00:00
Steve McIntyre
b600a32f13
* Update documentation to at least vaguely match how things work.
...
* Added support for hook scripts in a few places around the CD
creation process, to help people customise their CDs. Quite a
lot of refactoring needed in make_disc_trees.pl needed to do that.
* Removed more cruft:
+ old defs in CONF.sh
+ old defs and rules in the Makefile
+ tools/add_secured
2006-12-19 01:58:41 +00:00
Frans Pop
7741fc3c83
CONF.sh: don't determine ARCHES if already set; don't export CPU and KERNEL
2006-12-18 15:22:35 +00:00
Frans Pop
9227f45460
* CONF.sh: case can handle empty variables fine; whitespace cleanup
2006-12-18 15:14:49 +00:00
Steve McIntyre
27bf152cb6
Don't set DI_CODENAME separately by default
2006-12-18 14:38:10 +00:00
Steve McIntyre
7b6988d66d
Make list2cds more verbose in log output, especially when dependencies have failed so a package can't be added
2006-12-18 13:40:53 +00:00
Steve McIntyre
95ffabb409
* Don't put ppc boot files on discs >1.
...
* Add more hfs options to m68k discs, to match ppc.
2006-12-12 02:09:34 +00:00
Joey Hess
41bf71f731
add file lists for xcfe desktop cds
2006-12-11 23:09:47 +00:00
Steve McIntyre
7780369fd4
* When we've finished making a CD tree in make_disc_trees.pl,
...
re-compress the gzipped Sources and Packages. Workaround for bug
#402482 in busybox gunzip code.
2006-12-10 20:00:37 +00:00
Steve McIntyre
5098066aeb
* Improve performance: rewritten tools/make_disc_trees in perl so we
...
can call add_packages directly as a perl function rather than via
fork/exec all the time. Re-arranged tools/add_packages to make
this work.
* Improved logging in add_packages.
2006-12-10 18:57:53 +00:00
Steve McIntyre
60eef836ce
* Lower-case package names at various points to work around apt bug
...
#402354 . Fixes the long-standing warnings from list2cds about "Use
of uninitialized value in string comparison", and allows some poor
packages to make it onto CDs for the first time...
2006-12-10 02:18:28 +00:00
Steve McIntyre
b9280f8c80
* Add Packages and Sources files to the Release file; clean up the
...
checksums. Closes : #402267
2006-12-09 22:31:23 +00:00
Steve McIntyre
a269a8fd4c
Merge of changes from Steve's development branch to take us to
...
debian-cd version 3.0.0. Highlights:
* Support now added for multi-arch CDs/DVDs, including mixed
binary/source discs. Multi-arch discs should be bootable on those
multiple arches, modulo boot-sector clashes. Extra support added
in boot-i386 and boot-amd64 to make the 2 main arches happily
co-exist.
* Disc sizing is now much more intelligent - sizes are defined
depending on the disk type chosen at the start, and discs are now
filled exactly to those sizes while files are added rather than
the old up-front guessing method. Equally, the metadata on the
disc (Packages, Packages.gz, Sources, Sources.gz, md5sums.txt) is
generated as much as possible while this is happening to make the
sizing code incredibly accurate. Using this method of disc sizing
means that customising discs should be much easier/safer - either
add custom contents at the start and debian-cd will fill the
remainder of the disc, or afterwards roll back the packages on the
disc and add extras later.
* Source is now treated as (almost) just another arch, with most of
the special casing for source hidden internally. If asking for
source-only discs, they will simply be built using all the
available sources. If combined with other arches, the sources will
automatically be chosen to match the binary packages. Meeting GPL
requirements was never so easy!
* Removed lots of old cruft to clean up the codebase:
+ non-US support
+ woody support
+ lots of old support scripts that have been made redundant
+ significantly simpler Makefile, much easier to follow
+ old boot-$ARCH.calc files for estimating boot-file sizes are now
(obviously) obsolete and therefore gone
2006-12-07 23:09:01 +00:00
Frans Pop
5f62118c2c
Daily builds for amd64 now done by Andreas Barth; with thanks to Kurt Roeckx
2006-12-07 01:01:01 +00:00
Colin Watson
7a843520eb
* Include prep support on powerpc images again.
2006-12-04 10:30:40 +00:00
Frans Pop
82d1b005fc
* tools/generate_di+k_list: no longer include kernel-image packages for
...
powerpc as we don't support 2.4 based installs anymore. Closes #401429 .
2006-12-03 19:11:45 +00:00
Frans Pop
72fed62129
* tasks/exclude-etch: clean up packages no longer in the archive.
2006-12-03 18:59:13 +00:00
Steve McIntyre
f4ab7392c5
* Another devel branch merge: Change tools/grab_md5 to also look for
...
md5sums in the installer suite as well as the archive suite in
case they're different. Also removed old woody support, to clean
up the code a little. Updated Makefile and update-cd to match the
command-line interface change.
2006-11-30 22:15:31 +00:00
Steve McIntyre
a46520a7fd
Remove sh from the arch list in generate_di_list, to make builds quieter
2006-11-30 21:50:29 +00:00
Joey Hess
39ae9a2797
* build.sh: Don't force IMAGETARGET to bin-official_images when NOSOURCE
...
is set, if IMAGETARGET is also already set, as in a kde cd build.
2006-11-29 22:57:52 +00:00
Joey Hess
f808c28d9a
* Add a temporary hack in Debian_etch-kde to use sid d-i, to get a fixed
...
preseed that supports preseeding of tasks.
2006-11-29 21:25:17 +00:00
Frans Pop
d79c7333ff
* Fixed double target in yaboot.conf; reported on IRC by jbrand.
2006-11-28 20:04:46 +00:00
Joey Hess
a14d96f363
switch to short form, which will actually work soon
2006-11-28 18:45:20 +00:00
Steve McIntyre
ff845c2120
* Dump the mkisofs command-line used for each CD into .disk/mkisofs
...
as we make it. Closes : #258099
2006-11-28 00:19:55 +00:00
Steve McIntyre
4ded5ac8d9
* Add bpalogin near the top of the task list, as requested a long time
...
ago. Closes : #231583
2006-11-27 23:46:07 +00:00
Steve McIntyre
42583ba7b4
* Stop using the silly .raw extension for output images, use .iso instead
...
* Improve support for different disk types. Specify DISKTYPE in CONF.sh,
and it will affect both the output name later (so it's now possible to
distinguish between CDs and DVDs). Defaults to CD if not otherwise
set. DISKTYPE will be used more in the future for sizing too, but that
merge can wait a while longer yet. Closes : #361422
* Use DISKTYPE and COMPLETE values to create the file .disk/cd_type for
the installer to use.
2006-11-27 03:19:31 +00:00
Steve McIntyre
38aa21763a
* DEVEL BRANCH MERGE: Change mkisofs_opts usage: add a shell function
...
for the boot-$arch scripts to use rather than simply appending to the
$N.mkisofs_opts file directly. Needed for forthcoming multi-arch
support.
2006-11-27 02:15:29 +00:00
Steve McIntyre
6f101339c8
Add the build date/time into a few more places so people can see them
...
more easily; add the build time into the .disk/info file.
2006-11-26 22:42:02 +00:00
Steve McIntyre
04dcde6a8b
* Split final md5sum of images out from Makefile into tools/imagesums;
...
if we've made jigdo files then *don't* waste time running md5sum on
the images as well!
2006-11-25 02:08:38 +00:00
Frans Pop
9924a80b78
* Include floppy disk images again for i386.
2006-11-23 00:42:39 +00:00
Joey Hess
80ea9ced5d
* Add new language tasks to task.list.
...
* Add files to support building KDE CDs/DVDs. These would be images
hardcoded to install the KDE desktop task, and to create them, configure
CONF.sh as follows:
TASK=tasks/Debian_etch-kde
KERNEL_PARAMS='tasksel/first="kde-desktop, standard"'
MAXCDS=1
NOSOURCE=1
2006-11-15 23:07:42 +00:00
Steve McIntyre
67749b12c1
Change the default DEBVERSION from 3.2 to 4.0 to match etch.
2006-11-14 10:16:25 +00:00
Frans Pop
65539827e7
Remove line continuation inside perl command as that breaks with GNU Make 3.81
2006-11-14 10:05:21 +00:00
Frans Pop
2a9dbeb4d8
* Include "tape" images again for S/390.
2006-11-02 07:21:58 +00:00
Frans Pop
b3b0343523
Update exclude-udebs:
...
- S/390 installs do not support loading udebs from the CD, so exclude all
- clean up obsolete exclusions for sparc
2006-11-01 02:29:10 +00:00
Frans Pop
a4494d8a8e
Update exclude-udebs:
...
- add ai-choosers, auto-install
- add some new gtk frontend related udebs
- globally exclude any discover udebs
2006-11-01 02:23:03 +00:00
Frans Pop
397b3a686f
Update exclude-udebs:
...
- add debian-edu-archive-keyring-udeb
2006-11-01 01:33:34 +00:00
Frans Pop
719c1a909f
* Update task-full-etch and task-essential-etch in tasks for D-I Etch RC1.
...
* Add boot option "auto" for powerpc (yaboot) and sparc to support the
installer's new auto-install functionality.
2006-10-31 00:40:02 +00:00
Frans Pop
19856e4dc9
Update task-full-etch and task-essential-etch in tasks for D-I Etch RC1
2006-10-28 21:40:33 +00:00
Frans Pop
8e15dce126
tools/generate_di+k_list: add new required packages for arm
2006-10-28 19:51:11 +00:00
Frans Pop
6813379884
- tasks/exclude-etch: clean out obsolete entries
...
- tools/generate_di+k_list: generic suffix was dropped for amd64 kernels
2006-10-28 16:45:07 +00:00
Steve McIntyre
2097b6c720
* Update to the latest version of isolinux.bin, as found in syslinux
...
version 3.31-1.
2006-10-23 19:45:03 +00:00
Frans Pop
ddf215a939
Also remove no longer needed boot parameters for hppa
2006-10-22 22:42:44 +00:00
Frans Pop
495efcb1d6
* Remove boot parameters from silo.conf that are no longer needed after
...
switch to initramfs initrds.
2006-10-22 22:37:27 +00:00
Joey Hess
de0e745535
* Increase alpha hardcoded ramdisk_size to 20 mb, 16 is too small now.
2006-10-22 22:23:56 +00:00
Joey Hess
0ca08661f4
* Include brltty in generate_di+k_list.
2006-10-21 19:26:58 +00:00
Steve McIntyre
4a6935c1d3
* Merge patch from Petter to allow override of the default boot choice
...
in syslinux using the ISOLINUX_DEFAULT config option. Closes : #393229
2006-10-18 20:47:32 +00:00
Joey Hess
7f22b33443
* Deal with new xfce-desktop task.
2006-10-17 19:00:10 +00:00
Joey Hess
af5b09d42d
* Remove 2.2 kernel for mac from generate_di+k_list, as it's no longer in
...
the archive.
2006-10-16 18:10:18 +00:00
Joey Hess
2a8a711c0e
* Remove 2.4 kernels from generate_di+k_list for i386.
2006-10-16 17:57:29 +00:00
Joey Hess
8aeaeec50a
add XS-Vcs-Svn field
2006-10-16 17:57:02 +00:00
Petter Reinholdtsen
99ca059cfa
[ Petter Reinholdtsen ]
...
* Update tools/boot/*/boot-amd64 to use the correct isolinux
splash image settings, and to insert $KERNEL_PARAMS correctly into
isolinux.cfg. Based on patches already implemented in boot-i386.
2006-10-15 16:44:41 +00:00
Steve McIntyre
11cc7d189a
* s/sarge/etch/ and s/3.1/3.2/ in CONF.sh
...
* Last upload ready for the etch release (hopefully)
2006-10-08 12:54:49 +00:00
Steve McIntyre
30d46468ac
* Removed reference to obsolete "mirrorcheck" target in the README
...
file. Closes : #384064 .
2006-10-08 12:47:04 +00:00
Steve McIntyre
5a80e07493
* Fix KERNEL_PARAM breakage. Thanks to Vagrant Cascadian for the patch,
...
closes : #387255
2006-10-08 11:25:42 +00:00
Steve McIntyre
9e09a70e04
* Update Dependencies to allow installation/use on GNU/kFreeBSD. Thanks
...
to Petr Salinger for the patch. Closes : #378977
2006-10-08 11:21:59 +00:00
Frans Pop
d307a465ae
Update task-full-etch and task-essential-etch in tasks
2006-10-07 03:15:26 +00:00
Frans Pop
81921e7893
Update base-etch and popularity-contest-etch in tasks; especially base-etch has some important updates
2006-10-06 21:39:57 +00:00
Steve McIntyre
5b58ea6f6d
Trivial updates to update-cd
2006-10-05 23:12:22 +00:00
Steve McIntyre
9bb616bedf
Minor changes to README.html.in and generation of README.html: cope
...
with unofficial, official beta and official release CDs better. Let's
not repeat the sarge mistake. Closes : #312604
2006-10-05 23:08:09 +00:00
Steve McIntyre
c065e67805
* Update the suggested DVD size in CONF.sh to a saner number
...
* Re-sync CONF.sh over debian/CONF.sh
2006-10-05 22:55:28 +00:00
Frans Pop
fbcc342efa
Introduce new environment variable NOSOURCE that allows to build CD images
...
using a local mirror that does not contain source files. This new variable
obsoletes setting IMAGETARGET, though that is still supported for backwards
compatibility.
2006-10-01 19:39:11 +00:00
Otavio Salvador
97739af224
* Applied patches that are being in use at O.S. Systems and that are
...
useful to others:
- allow to use different name for final iso image;
- allow to set the script to be used in debootstrap to check if all
base need package are present;
2006-09-18 12:29:57 +00:00
Colin Watson
277eecc730
* Remove init=/linuxrc from hppa.
2006-09-15 09:07:20 +00:00
Colin Watson
d12d0a34d0
* Remove obsolete devfs=mount,dall and init=/linuxrc options from
...
yaboot.conf and pegasos boot script.
2006-09-15 08:51:45 +00:00
Sven Luther
1d04c047c9
[powerpc] Added a rescue option to yaboot.conf as well as the pegasos boot script.
2006-09-06 19:40:15 +00:00
Petter Reinholdtsen
758e9dc0bb
* Correct splash screen generation for sarge and etch, making sure the
...
correct background colour (black) is selected.
2006-09-02 10:56:44 +00:00
Colin Watson
94fe3e1b4d
whoops, changelog that
2006-08-29 14:10:40 +00:00
Joey Hess
3eeab7dca4
* On sparc, include libc6-sparcv9 and libc6-sparcv9b, which base-installer
...
will also pull in.
2006-08-22 21:59:04 +00:00
Joey Hess
222d4e2341
* Include libc6-i686 in generate_di+k_list, base-installer will
...
soon begin installing this onto machines that can use it.
(To regain some space, libc6-amd64 will soon stop being standard priority,
and drop off.)
2006-08-22 21:47:28 +00:00
Steve McIntyre
5d2516c0cd
Try to fix the "unofficial development version" bug on official CDs.
2006-08-20 22:31:19 +00:00
Petter Reinholdtsen
b500a9670e
[ Petter Reinholdtsen ]
...
* Add more features to get_diskusage.pl, making it easier to track
dependencies and rejected packages.
2006-08-10 11:17:02 +00:00
Frans Pop
139811b42b
Update generate_di+k_list to include libdiscover1
2006-08-02 14:55:28 +00:00
Frans Pop
7ab439decc
Update popularity contest data for etch
2006-08-02 00:23:15 +00:00
Frans Pop
de589d8eec
Update generate_di+k_list to include libsysfs2
2006-08-02 00:10:07 +00:00
Frans Pop
566326a7c2
- Exclude 2.4.27 kernel packages from CD1 for sparc and s/390.
...
- Exclude 2.6.15 kernel header and image packages from CD1.
- Exclude 2.6.16 xen and vserver kernel packages from CD1.
2006-08-01 15:42:32 +00:00
Frans Pop
b68289414f
Update exclude-udebs lists
2006-08-01 15:26:44 +00:00
Frans Pop
2e0f6ffcca
Exclude floppy and el-torito images for i386 as they are not being built
2006-07-29 21:09:05 +00:00
Frans Pop
452b0ec0a6
There are no tape images with 2.6.16 for S/390
2006-07-29 19:11:12 +00:00
Steve McIntyre
ed1abc0ee4
* Mips has dropped r5k-ip22 kernels and gained r5k-ip32. And r5k-ip32
...
doesn't have CD boot support yet, so don't attempt to use the cdrom
boot image.
2006-07-28 22:35:14 +00:00
Joey Hess
c181877ebb
* Update task-essential-etch.
...
* Update task.list to include all the new language tasks.
* Update task-full-etch.
2006-07-28 21:35:34 +00:00
Frans Pop
a924c66801
Mips has dropped r5k-ip22 kernels and gained r5k-ip32
2006-07-28 21:18:58 +00:00
Frans Pop
7a307f7706
No initramfs generator needed for mips, mipsel and m68k
2006-07-28 00:13:50 +00:00
Steve McIntyre
325d409eea
* Switch from 2.4 to 2.6 kernels for arm, mips and mipsel
...
* Switch from yaird over to initramfs-tools (same arches)
* Much simplified generate_di+k_list - mips and mipsel don't need script
fragments any more
* Added elilo for i386
2006-07-27 23:58:59 +00:00
Frans Pop
4dca488b28
- Drop initrd-tools for ia64, powerpc and sparc
...
- Include initramfs-tools instead of yaird for ia64 and sparc
2006-07-27 23:46:03 +00:00
Frans Pop
b29a593a51
- Update to libdevmapper1.02
...
- No need to include yaird for m68k
2006-07-27 23:40:27 +00:00
Frans Pop
2089c7922a
Include only 2.6 kernel images for sparc
2006-07-27 23:36:42 +00:00
Frans Pop
b20802db65
Missed changelog with r1074
2006-07-27 23:35:11 +00:00
Frans Pop
fa8a2837be
Drop 2.4 support for sparc64; switch from 2.4 to 2.6 for sparc32
2006-07-27 10:25:48 +00:00
Frans Pop
6064831747
Add cryptsetup to first CD; needed for installations using encrypted partitions
2006-07-16 18:30:28 +00:00
Frans Pop
f4277b2348
AMD64 d-i images are now available from people.d.o
2006-07-02 22:14:37 +00:00
Joey Hess
b5336e8ec2
* Add 686 kernels, since the netinst CD is much larger and can now easily
...
fit them and this makes the CD much more attractive for many users.
2006-07-01 23:12:59 +00:00
Frans Pop
20434539ca
Wouter Verhelst has taken over daily d-i builds for powerpc
2006-06-23 20:50:42 +00:00
Joey Hess
6fdcd2db92
* Add pcmciautils-udeb to udeb_include lists; something needs to pull it
...
in and like pcmcia-cs-udeb its priority won't.
2006-06-15 22:44:39 +00:00
Joey Hess
a36572ee9e
* Add gtk initrd to amd64 images if available.
...
* Add autorun file to amd64 images if there's a README.html, same as for
i386.
2006-06-15 19:39:41 +00:00
Joey Hess
99a1707eb8
* Correct url to the amd64 dailys.
2006-06-15 19:25:33 +00:00
Raphaël Hertzog
c5f6f576fd
Fix build-depends.
2006-06-15 19:06:48 +00:00
Steve McIntyre
49c338922d
Add extra arm kernels and more utilities into the task lists.
...
Closes : #373225
2006-06-15 00:00:08 +00:00
Joey Hess
cb36cebc21
Closes : #327470
...
* Applied patch from smarenka to add 2.6 kernels for m68k, also 2.4 kernels
for appropriate m68k subarches, and also emile, amiboot, atari-bootstrap,
and initramfs-tools for m68k.
2006-06-13 21:17:46 +00:00
Steve McIntyre
f74103a020
Fix in shell logic for ARCH detection; make sure we don't have a
...
non-zero exit code, as build.sh will fail then.
2006-06-08 00:46:58 +00:00
Steve McIntyre
0376061922
Add better GNU/kFreeBSD support in setting ARCH in CONF.sh.
...
Closes : #327470
2006-06-08 00:26:24 +00:00
Joey Hess
f3efdd5ab3
* Update task.list adding more language tasks.
...
* Update task-essential-etch build recipe to exclude the kde-desktop
task since it won't fit on the CD.
* Move kde-desktop to end of task.list for same reason.
* Update task-full-etch to current tasksel.
2006-06-05 19:19:18 +00:00
Joey Hess
5c2d0ecb20
* d-i doesn't include bast images anymore, drop from boot-arm.
2006-05-24 18:03:47 +00:00
Joey Hess
43ff633c0e
* i386 has stopped building because the el-torito boot images were turned
...
off (due to size issues). Fix this by not failing if the el-torito images
arn't there.
2006-05-24 18:00:58 +00:00
Joey Hess
cbd40e680e
* Add support to boot/etch/boot-i386 for adding gtk images. If the
...
isolinux files include .with26+gtk, include gtk initrd along with the
2.4 kernel. If .withgtk, include gtk initrd along with the default
(presumably 2.6) kernel.
untested!!
2006-05-14 17:27:44 +00:00
Joey Hess
42f5f35980
* Add sudo to generate_di+k_list, it's needed for installs w/o a root user.
2006-05-12 05:54:08 +00:00
Joey Hess
9d6a6006e7
* ths has taken over mipsel builds
2006-05-10 20:08:42 +00:00
Steve McIntyre
78966b6bde
* Fix to tools/grab_md5: reset the file and dir name after each source
...
package is finished with.
* Add extra debug in tools/boot/etch/boot-i386
2006-05-02 21:52:05 +00:00
Colin Watson
c017d3cf55
* Only tell mkisofs to use the prep initrd if it's available (which it
...
currently isn't for 2.6.16).
2006-04-27 14:05:22 +00:00
Frans Pop
e13e471f6d
Thiemo Seufer has resumed building images for mips
2006-04-23 18:10:53 +00:00
Frans Pop
d015fe8754
Revert i386 takeover - Joey is back
2006-04-22 23:59:26 +00:00
Frans Pop
c52a1e5ec6
Temporarily take over daily builds for i386 from Joey
2006-04-22 02:17:42 +00:00
Frans Pop
4f8ffdaba4
For some reason debootstrap requires both inetd packages, so don't exclude netkit-inetd either
2006-04-17 13:14:51 +00:00
Frans Pop
54882ead9e
Change exclusion of openbsd-inetd to netkit-inetd for Etch as the former is
...
now the prefered dependency from netbase. Makes full/netinst images have
base_installable again.
2006-04-16 19:26:32 +00:00
Frans Pop
0596978928
Colin Watson has taken over daily d-i builds for PowerPC
2006-03-28 16:23:04 +00:00
Steve McIntyre
b4ce9c16a7
Fix to tools/grab_md5: when building the md5-list, DO NOT use the
...
"current" symlink in the d-i directories - that causes jigdo problems
later on. Use the real dirs (as dated) instead.
2006-03-09 01:27:20 +00:00
Frans Pop
8881b96fef
Consistently change location for installation guide to /doc/manual on the CD
2006-03-09 01:20:11 +00:00
Joey Hess
7980cf50a4
* Remove net-drivers floppy from full CD images.
2006-03-08 18:02:33 +00:00
Steve McIntyre
3ab98260ea
Ready for a release!
2006-03-06 23:32:11 +00:00
Frans Pop
acc2875c63
generate_di+k_list: add libsysfs1; is not included otherwise because the udeb provides it
2006-03-04 00:54:49 +00:00
Frans Pop
a2cec8b9c2
generate_di+k_list: include openssh-server; in installed when network-console is used
2006-03-03 02:35:25 +00:00
Frans Pop
3a32a84414
Switch to initramfs-tools by default for netinst CDs for hppa
2006-03-03 02:00:10 +00:00
Steve McIntyre
d056a7b6e5
Mipsel boot images haven't actually moved yet in etch. Cope with this
...
- fall back to the old location if the new one isn't there.
2006-02-28 01:23:18 +00:00
Frans Pop
e365484e8b
Kyle McMartin is now taking care of HPPA daily builds
2006-02-15 22:20:09 +00:00
Sven Luther
0099921101
Addeed chrp/bootinfo.txt icon for booting on IBM RS6K and pSeries. Closes: 352672
2006-02-15 12:07:54 +00:00
Joey Hess
1b6ce3c1eb
* Fix the environment variable checks in tools/generate_di+k_list.
...
* generate_di+k_list: Switch initamfs generator to per-arch,
based on what base-installer installs:
- initramfs-tools on i386, amd64, alpha, powerpc, arm
- yaird on hppa, ia64, mips, mipsel, sparc, m68k
2006-02-12 21:48:18 +00:00
Steve McIntyre
b9ee14bddd
Update the boot-sparc scripts to improve the algorithm for finding the
...
right version of silo to use - grab the filename from the appropriate
Packages file rather than looking in the silo directory in the pool.
2006-02-12 20:53:25 +00:00
Steve McIntyre
d35ef77599
Fix the environment variable checks in tools/generate_di+k_list.
2006-02-11 01:09:11 +00:00
Joey Hess
e9d53921b6
* Add linux-image-2.6-footbridge and linux-image-2.6-s3c2410
...
arm kernels as d-i now uses these.
2006-02-09 20:19:29 +00:00
Joey Hess
5a3ae483fd
* Switch alpha to 2.6 kernels.
2006-02-09 17:20:11 +00:00
Frans Pop
3f38cc069c
tbm has temporarily taken over daily mips builds from ths
2006-02-07 18:40:38 +00:00
Frans Pop
839d556954
arm: risc* flavours are no longer built; patch by Martin Michlmayr
2006-02-07 18:34:58 +00:00
Frans Pop
f2dbec3701
Add missing envvar checks in tools/generate_di*_list scripts
2006-02-06 11:17:58 +00:00
Steve McIntyre
f4b2eb930f
For etch, pick up the installation guide from the appropriate package
...
in the archive rather than from the d-i area.
2006-02-06 00:38:13 +00:00
Steve McIntyre
576e35c431
Add an initial copy of boot-amd64.calc for etch
2006-02-05 02:09:42 +00:00
Joey Hess
8263a5994a
* Exclude libreiserfs0.3-udeb from CD, no longer used by parted.
2006-02-03 19:23:13 +00:00
Joey Hess
db0921ec90
* Exclude reiser4progs udebs from CD, since there is no reiser4 in the
...
Debian kernel.
2006-02-03 19:13:55 +00:00
Steve McIntyre
9f75f53cd8
Cope better with badly-formatted stanzas in Sources.gz
2006-01-28 20:10:51 +00:00
Steve McIntyre
847cb4dcdf
Make sure that all the scripts use Packages.gz rather than Packages
...
when looking up metadata in the archive - Packages is deprecated.
2006-01-25 21:08:05 +00:00
Steve McIntyre
f7a94acfc8
Cope with mipsel boot images moving location. Closes : #349563
2006-01-24 00:08:23 +00:00
Joey Hess
4638e4749e
* Deal with 386 -> 486 name change in kernel images.
...
* Exclude ttf-cjk-compact-udeb.
2006-01-07 21:57:58 +00:00
Joey Hess
a408da1a54
* Drop floppies from i386 netinst and businesscard; this will make the
...
netinst small enough to fit on 128 mb usb keychains again.
2005-12-28 18:07:01 +00:00
Joey Hess
de41c37d83
* Remove iso-codes from netinst, not used.
2005-12-27 05:35:34 +00:00
Joey Hess
06b686b303
* Audited all the apt-install commands in d-i, and added these packages
...
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 05:18:42 +00:00
Joey Hess
3f14e1bb2f
* Remove lvm10 from generate_di+k_list, d-i uses lvm2 now.
2005-12-27 04:39:32 +00:00
Joey Hess
25cc1f62e8
* Remove exim4 from the netinst CDs by adding further insane cruft to the
...
insane cruft already in the Makefile. (debootstrap no longer installs an
MTA, so this should save some useful space on the netinsts)
2005-12-27 04:25:23 +00:00
Joey Hess
c7e4d077cf
* Update base-etch with current debootstrap, and also update the recipe to
...
create it due to changes in debootstrap.
2005-12-27 04:04:48 +00:00
Steve McIntyre
af1edf17f4
Minor change to correct the README - BASEDIR var means we don't have
...
to cd to /usr/share/debian-cd/ any more. Closes : #280191
2005-12-17 18:19:21 +00:00
Steve McIntyre
38d277b76b
Add the ppptp-linux package to CD#1. Quick hack adds this from the
...
Makefile for now; FIXME later... Closes : #255367
2005-12-17 18:13:44 +00:00
Steve McIntyre
b9dab72c03
Use "|" rather than "/" as a sed separator in the etch boot-amd64 and
...
boot-i386 scripts. Closes : #342344
2005-12-17 17:53:52 +00:00
Steve McIntyre
9faa83afcf
Fix the new Packages file generation to cope with LOCAL packages
...
too. A simple change to add checking for /local/ ; hopefully it will
do the trick.
2005-12-14 01:38:40 +00:00
Steve McIntyre
2358dd635e
* MAJOR CHANGE: Stop using apt-ftparchive to generate the Packages
...
files on each CD/DVD; instead grab the details for each package
directly from the Packages file in the archive. MUCH MUCH faster,
and uses less code too. Affected scripts:
+ tools/scanpackages now just generates Release files. argv[1] used
to be "scan" or "install", but no longer used
+ tools/add_debs slightly simplified - old code removed
+ tools/add_packages now dumps out Packages file fragments as each
.deb and .udeb is copied into the temporary trees
+ WARNING: Any uses of the "before-scanpackages" hook may now break
- shout if you're affected.
2005-12-13 02:04:33 +00:00
Steve McIntyre
c275d5187d
* Split out the code that copies debs into the temporary trees and
...
creates Packages files from the Makefile into tools/add_debs
* Split out the code that copies sources into the temporary trees and
creates Sources files from the Makefile into tools/add_source_packages
2005-12-11 00:39:10 +00:00
Joey Hess
1a4ac2ddc6
* Explicitly list ppp and pppoeconf in generate_d-i+k_list, since they are
...
not installed by debootstrap and we do want them on netinst CDs.
2005-12-09 21:40:39 +00:00
Steve McIntyre
1f19193d3c
Split out the actual ISO/jigdo creation code from the Makefile into
...
tools/make_image
2005-12-08 22:55:19 +00:00
Steve McIntyre
f14e1a50c5
Last bits of JTE merge
2005-12-07 00:28:18 +00:00
Joey Hess
f62738c8b7
* Add initramfs-tools to generate_d-i+k_list
2005-11-17 00:22:24 +00:00
Joey Hess
8140171580
* Add default UDEB_EXCLUDE files that differ for businesscard, netinst, and
...
full CDs.
* Make the full CD have apt-mirror-setup in its udeb_exclude file, to avoid
that component being installed to satisfy apt-setup's dependency on it (I
hope), so that the user is not unncessarily asked for a mirror during a
full CD install, but is still asked for one during installs from the
smaller CDs.
2005-11-15 00:28:07 +00:00
Joey Hess
e1b5db9145
* Exclude inetutils-inetd and openbsd-inetd from CD1 for similar resons.
2005-11-13 20:49:19 +00:00
Joey Hess
9cdcac51c3
* Exclude cdebconf from CD1s to prevent both it and debconf being pulled in
...
by | dependencies. cdebconf isn't usable right now and has a large
dependency chain.
2005-11-13 20:36:11 +00:00
Joey Hess
cdb7de17bd
* Try forcing debconf onto CDs to attempt to get debian-cd not to include
...
both it and cdebconf for | dependencies. cdebconf isn't usable right now
and has a large dependency chain.
2005-11-13 20:16:56 +00:00
Joey Hess
00be9ca47e
* Add more udebs to excludes trying to trim the netinst size down.
2005-11-11 19:26:23 +00:00
Joey Hess
d007076ebf
on second thought, acpi is not very important
2005-11-11 18:34:51 +00:00
Joey Hess
505aadb49a
* Add acpi and acpid to generate_di+k_list so they're on the netinst.
2005-11-11 18:28:47 +00:00
Steve McIntyre
d51c1b263c
For full CD/DVD builds, check that we have an "extra" override
...
containing task info. If not, use the sid override instead.
2005-11-10 00:50:19 +00:00
Colin Watson
7017915ecf
* generate_di+k_list: Add hfsutils for powerpc; it's no longer in base but
...
yaboot-installer needs it.
2005-11-08 17:32:21 +00:00
Joey Hess
754baa70a3
* Order task-essential-etch using task.list, and regen to match current
...
tasksel.
2005-11-06 23:14:54 +00:00
Joey Hess
a365d7c22b
* Don't chmod amiboot if it doesn't exist.
2005-10-31 15:20:27 +00:00
Joey Hess
04999c7f3b
* Change debootstrap --print-debs calls to pass debootstrap a mirror to use
...
and a temporary directory to work in, so it will avoid downloading the
Packages files from its hardcoded mirror, and work on amd64 and other
situations with a non-official Debian mirror. Neccessary since the new
version of debootstrap has dependency resolution enabled by default.
2005-10-30 19:12:22 +00:00
Joey Hess
b6cff8f5c2
* Update task.list with new etch (and some old sarge) tasks.
...
* Update task-full-etch and improve the generation recipe.
2005-10-10 02:18:05 +00:00
Joey Hess
115d5b78d5
consitent formatting
2005-10-07 02:11:53 +00:00
Bdale Garbee
4e68648a0b
update hppa udeb lists
2005-10-06 16:46:08 +00:00
Steve McIntyre
9fdb678d8b
Copied Richard Hirst's hppa ramdisk size fix for sarge as well as etch
2005-09-26 21:25:25 +00:00
Joey Hess
c2df2f7c1e
- Fix ramdisk_size value for hppa
2005-09-21 07:32:45 +00:00
Sven Luther
7c57048434
Fixed sid/etch kernel list, and upgraded changelog.
2005-09-20 22:14:12 +00:00
Joey Hess
e7ba4d71f9
* generate_di+k_list: Add some mips and mipsel subarches that are new in
...
etch or were missing before.
* generate_di+k_list: Use kernel-image-2.4-<subarch> and
linux-image-2.4-<subarch> packages for as many architectures as we can,
instead of enumerating the versions of the kernels to include. Much
cleaner and more robust and will make d-i more robust as well.
2005-09-14 20:52:48 +00:00
Joey Hess
31c9a29551
* generate_di+k_list: Deal with kernel package name change. All arches
...
with 2.6 kernels will now include only linux-image packages.
2005-09-14 20:06:12 +00:00
Joey Hess
c55c1cc139
* Since debootstrap is in sbin, add sbin to PATH.
...
* Remove other random hadcoded paths to programs in bin.
2005-09-14 18:28:10 +00:00
Joey Hess
f095d8a3fe
* Don't hardcode the path to debootstrap. And assume there is a debootstrap
...
available, as it is a dependency.
2005-09-14 18:21:31 +00:00
Joey Hess
fc0ae496b1
* Applied patch from Sven Luther which adds powerpc64 kernels to
...
the CDs, and adds IBM chrp boot files. Closes : #328274
* Remove Debian_sid task, which dates from before woody and should not be
used.
2005-09-14 17:55:39 +00:00
Joey Hess
c540a0d13e
* Now build etch CDs by default.
...
* Remove DH_CODENAME unset from CONF.sh, to allow it to be passed in
via the environemtn. Closes : #326814
2005-09-07 19:18:41 +00:00
Joey Hess
1904f2c2b8
* Now build etch CDs by default. Closes : #326814 (except the unset bit
...
possibly)
2005-09-07 19:14:12 +00:00
Joey Hess
abc93b3894
document recnet change
2005-09-07 15:22:43 +00:00
Joey Hess
353d57dffd
* Remove contrib/testingcds. For now the entire setup directory used to
...
build Debian CDs is in svn at svn+ssh://svn.debian.org/svn/debian-cd/setup
2005-09-06 14:25:28 +00:00
Frans Pop
10f1ae01cc
Update for Sparc:
...
- sparc64: switch to 2.6.12 kernel; make CD multiboot 2.6 and 2.4,
using 2.6.12 by default
- sparc32: drop 2.6 kernel support as it has no 2.6.12 kernel
- restructure silo.conf with proper support for install, expert and
rescue boot options
2005-09-05 21:05:05 +00:00
Steve McIntyre
30a6bdea65
Ready for the 2.2.23 build
2005-08-22 23:04:04 +00:00
Joey Hess
dce489a60c
- partman udeb renamed to partman-base
2005-08-15 18:37:15 +00:00
Joey Hess
2e38d856fa
- Applied s390 boot support patch by Frans Pop. Closes : #318021
2005-08-08 17:51:56 +00:00
Joey Hess
97a1836833
- Switch mipsel to use my builds.
2005-08-04 05:54:00 +00:00
Joey Hess
080b47e19e
- Add hw-detect-full to exclude list for etch, renamed to disk-detect.
2005-08-03 21:45:39 +00:00
Steve McIntyre
53ba809aaa
We no longer need to use md5sum.textutils, as dpkg no longer ships a
...
non-64-clean version. We can now just use plain "md5sum". (#313613 )
2005-07-30 00:13:17 +00:00
Steve McIntyre
6c649c1932
Added patch from Frans Pop ( #320206 ) to make EXCLUDEs use $CODENAME
...
Update changelog - the sed hack for the sarge release has been removed again
2005-07-30 00:00:47 +00:00
Raphaël Hertzog
cf01d89e7a
Checked that Sven's patch for Pegasos support has been applied.
2005-07-22 06:55:17 +00:00
Joey Hess
846d6a1cfe
- Repository moved to svn, update docs to reflect move.
2005-07-21 23:47:32 +00:00
Joey Hess
2d7658bac7
- Use isolinux config files included in the d-i debian-cd_info tarball
...
so it does not need to be maintained in both places.
2005-07-08 09:22:27 +00:00
Joey Hess
73a4345271
- Completed access cd-drivers transition.
...
- d-i renamed syslinux.txt to boot.txt, us new name instead of
renaming file from d-i.
2005-07-08 08:07:22 +00:00
Stephen R. Marenka
f82f3649ac
handle etch changes in d-i
2005-06-15 12:29:25 +00:00
Joey Hess
5d29448ae3
- Use dpkg --print-architecture instead of now-deprecated
...
--print-installation-architecture
2005-06-12 22:57:24 +00:00
Joey Hess
d51a2cabd4
- Synced up all sarge changes to etch.
2005-06-10 21:45:45 +00:00
Steve McIntyre
bd4c11e6f3
Added tools/dedicated_source: simple script used to add extra source
...
packages onto _binary_ CDs. Used for the amd64 sarge release so far.
2005-06-09 10:56:32 +00:00
Steve McIntyre
a809e2abdc
Added tools/sarge/upgrade-hppa.sh and tools/sarge/upgrade-sparc.sh to
...
install the upgrade-kernel bits on CD#1
2005-06-05 01:21:39 +00:00
Steve McIntyre
bc29265c97
Made list2cds more verbose
2005-06-05 00:13:18 +00:00
Steve McIntyre
a7e702d77a
Remove the kernel-headers packages from the task list for all but
...
i386/amd64, reverting the previous change. Several other arches didn't fit.
2005-06-04 21:51:04 +00:00
Steve McIntyre
388284a8c5
Updated tools/add-bin-doc to stop warnings when generating README.html
...
Re-add the kernel-headers packages to match kernel images.
2005-06-04 19:31:27 +00:00
Steve McIntyre
74ed0539fd
Multiple changes before final release:
...
* Add release notes to CD#1 on full CD/DVD sets, and link them from
README.html
* Tweak the generated Release files to be "stable" rather than
"testing"
* Added Sven's patch: a pegasos forth boot script
2005-06-04 14:36:59 +00:00
Steve McIntyre
4c26999a59
Mention testingcds and task update
2005-06-02 00:21:25 +00:00
Steve McIntyre
3b1d899d7e
Install testingcds as an example
2005-06-02 00:06:11 +00:00
Steve McIntyre
c685ed4c92
Ready for version 2.2.22 and a sarge release!
2005-06-01 23:59:18 +00:00
Santiago Garcia Mantinan
d3ab791cdb
Port to etch previous changes I commited for sarge.
2005-05-17 16:08:15 +00:00
Santiago Garcia Mantinan
34220d8a54
Add some amd64 patches from Goswin that fix boot-amd64 and missing packages.
2005-05-17 11:49:25 +00:00
Santiago Garcia Mantinan
4cf8c8ca37
Make the jigdos use the same naming scheme as the isos.
2005-05-17 10:10:15 +00:00
Santiago Garcia Mantinan
8a8cc186cb
Add autorun capabilities to i386 cds
2005-05-17 09:55:36 +00:00
Santiago Garcia Mantinan
f029f6e6e6
Allow the usage of a local mirror of the daily d-i builds to be used
...
for sid_d-i builds.
2005-05-17 09:47:34 +00:00
Joey Hess
dab6547bfa
- debian-installer task files renamed to include distro name and branched
...
for etch.
2005-05-15 16:46:50 +00:00
Steve McIntyre
c754493b57
Don't copy boot.img.gz onto amd64 CD1
2005-05-11 22:10:10 +00:00
Joey Hess
44c26cc4da
- Exclude new mouse-modules udebs from CDs until something in d-i uses
...
them.
2005-05-06 19:03:57 +00:00
Joey Hess
15be267e26
- Add support for f4.txt that is for systems with the 2.6 kernel.
2005-05-06 18:47:45 +00:00
Joey Hess
14988d1047
Add etch stuff. Mostly copied unchanged from sarge, with light edits.
...
Only enable the rescue isolinux targets for etch.
I hope at least some of the etch stuff (like tools/boot/etch) can be used
for the daily CD builds that build using d-i daily builds.
2005-05-05 16:15:44 +00:00
Joey Hess
b49bfbf516
- Add rescue stanzas to isolinux.cfg. Rescue mode is supported in
...
post-sarge d-i images only, but I guess it won't hurt to have the
stanzas there even for sarge images. We may add rescue mode in r1
or something even..
2005-05-04 18:20:17 +00:00
Steve McIntyre
0359eee355
Don't copy the whole d-i cdrom directory onto CD1 for amd64.
...
Closes : #306926
2005-05-01 17:20:06 +00:00
Steve McIntyre
babd95c54b
Count the total number of binary and source discs better; sarge can
...
have more than 9 CDs, so ?.packages doesn't cut it any more.
2005-04-24 20:46:06 +00:00
Steve McIntyre
17ae1a1f5f
Added Suggests: for netpbm and syslinux
2005-04-24 13:13:30 +00:00
Steve McIntyre
f052e56e2a
Make woody's post-boot-mipsel script cope with extra fields in the
...
output of sarge's isoinfo
2005-04-18 00:00:06 +00:00
Joey Hess
9547c757b4
* Joey Hess
...
- Add post-sarge udebs rescue-check, initrd-preseed, and preseed-common
to the udeb exclude list since these will be/are inluded on sid initrds.
2005-04-14 04:57:35 +00:00
Steve McIntyre
08bcc7f0c5
2.2.21 ready to release for real this time...
2005-03-21 22:08:47 +00:00
Joey Hess
2d8b715b82
sparc daily build moved
2005-03-20 20:09:34 +00:00
Joey Hess
117ec4cc5a
More README updates from patch by Frans Pop. Closes : #300301
2005-03-19 01:16:15 +00:00
Joey Hess
55e75ba6cd
libdevmapper1.00 renamed to libdevmapper1.01, update debian-installer
...
task. Closes : #298724
2005-03-09 18:56:16 +00:00
Joey Hess
42a763d6e7
- Add OMIT_MANUAL variable, which can be set to 1 to drop the install
...
manual from small CDs to save space. We will probably be adding several
new translations, and possibly PDFs, and that would use too much space
on the small CDs.
- Also make the README link to the manual on the Debian web site if
OMIT_MANUAL=1.
- Update the README to mention manual translations are available.
2005-03-03 02:03:45 +00:00
Raphaël Hertzog
96108568db
- Commit a forgotten changelog message.
2005-03-01 07:57:35 +00:00
Joey Hess
c2161bac13
combine my two changelog sections
2005-02-23 21:53:24 +00:00
Joey Hess
6a29900074
- Stop hardcoding sid as the distribution to take the installation manual
...
from, use DI_CODENAME instead.
2005-02-23 19:42:14 +00:00
Santiago Garcia Mantinan
5a905923ab
Add support for arm to generate_di+k_list.
2005-02-20 23:06:39 +00:00
Steve McIntyre
877fddbb86
Check in new changelog ready for release 2.2.21
2005-02-20 21:39:09 +00:00
Joey Hess
df15e58082
Exclude more new kernel images from CD1.
2005-02-04 19:54:19 +00:00
Joey Hess
4e34e5ffb8
- Update task files for tasksel 2.22
2005-01-23 01:19:07 +00:00
Joey Hess
509a9fe0e0
- Switch mips daily builds to new builds by ths.
2005-01-20 22:34:50 +00:00
Colin Watson
72b99d6243
Add localechooser to exclude-udebs.
2005-01-17 16:45:13 +00:00
Colin Watson
18848fd11e
Disable CD timeout on powerpc.
2005-01-17 16:40:27 +00:00
Bdale Garbee
553eb21ce6
switch hppa to 2.6.8 kernel version of installer
2005-01-16 04:35:22 +00:00
Raphaël Hertzog
b01a2e73ba
- Apply patch from bug #258026 .
2005-01-12 16:38:17 +00:00
Raphaël Hertzog
293e3bf557
- Apply patch from horms@debian.org to fix #258029 . Problems with
...
inclusion of local udebs.
2005-01-12 16:11:51 +00:00
Raphaël Hertzog
e088707860
- 1 line patch to fix a nasty (5 year old) bug. Closes : #285382
...
- Changed maintainer to debian-cd@lists.debian.org .
2005-01-09 18:17:21 +00:00
Joey Hess
24d88a2b04
- Since amd64 is not on standard debian mirrors, and generate_d-i+k_list
...
must be runnable on them, make it chack for absence of amd64 Packages
files and add a dummy kernel for amd64. This will need to be manually
kept up-to-date by the amd64 people for now.
- Didn't fix generate_di_list the same way, since doing so would be too
hard. Next time tasks/debian-installer is updated using this script on
a machine w/o the unofficial amd64 archive, the am64 info in the file
will be lost.
- Add DO NOT EDIT warning messages to generated files in cvs.
- Check and revert manual modifications to tasks/base-sarge. This file is
automatically generated and those mods would have been lost:
- Add fileutils to generate_d-i+k_list, "until kernels get fixed",
whatever that means.
- arcboot was already in generate_d-i+k_list.
- Update tasks/debian-installer+kernel using generate_d-i+k_list.
- Sort package lists in tasks/base-sarge to ease comparisons when
updating.
- Update tasks/base-sarge for debootstrap 0.2.45. This includes the
following removals:
- aboot: already listed in debian-installer+kernel
- gcc-3.2-base, libdb2, libgcrypt1, libgnutls7, libident,
libdb2, libtasn1-0: obsolete
- modconf: obsoleted by d-i
- setserial: not base anymore
- slang1: turned into slang1a-utf8
- libident: not needed by base anymore
- lilo: in debian-installer+kernel
- mbr: not installed anymore
- pcmcia-cs: in debian-installer+kernel
- syslinux: not installed
- "filesutils": typo; fileutils in generate_d-i+k_list for m68k
- quik: in debian-installer+kernel
- yaboot: in debian-installer+kernel
- arcboot: in debian-installer+kernel
- delo: in debian-installer+kernel
And the following additions:
- libdb4.2, libgcrypt11, libgcrypt7, libgnutls10, libgnutls11,
libgpg-error0, libtasn1-2: new libraries
- console-tools: now installed by debootstrap even on s390
2005-01-02 23:31:45 +00:00
Joey Hess
5f02810be9
Exclude new kernels from CD1.
2004-12-27 18:45:54 +00:00
Steve McIntyre
523a4c1747
Adding initial amd64 support
2004-12-08 23:26:16 +00:00
Santiago Garcia Mantinan
6098795887
- Fix the kernel-image-2.4.27-amiga thing on generate_di+k_list.
...
- Put kernel-image-2.4.27-amiga back to tasks/debian-installer+kernel.
2004-11-29 19:13:24 +00:00
Santiago Garcia Mantinan
f1d2a2a4fb
- Update debian-installer's tasks.
...
- Update calc script and calc files.
- Make i386 cds 8.3 filenaming compatible again.
- Workaround the two kernels problem on hppa.
2004-11-29 18:36:42 +00:00
Stephen R. Marenka
f59b5ee368
m68k: add kernel-image-2.4.27-amiga to debian-installer+kernel
2004-11-18 18:38:02 +00:00
Joey Hess
82af85d044
- Exclude xmail from CD1 (new MTA), and exim (old MTA)
...
- Exclude some kernel-headers with no matching kernel-images from CD1.
- Update task lists to reflect tasksel changes.
2004-11-17 22:45:19 +00:00
Joey Hess
8b5ed009fd
- Add network-console-config to forcd1 since it's needed by the
...
network-console udeb. Closes : #279238
2004-11-01 18:24:15 +00:00
Steve McIntyre
3a2f1e861a
Checking in the changes needed for the woodyr3 update CDs.
2004-10-31 01:10:42 +00:00
Joey Hess
ff57e626c2
- Exclude all the new amd64 kernel images from cd #1 , no space.
...
- Forgot to exclude old kernel-image-2.6.7-1-686-smp from cd #1 .
2004-10-25 07:03:14 +00:00
Steve McIntyre
2e2cba1090
Updated changelog for the 2.2.20 release.
2004-10-22 20:19:43 +00:00
Joey Hess
c08465151c
fix indentation
2004-10-20 20:26:47 +00:00
Stephen R. Marenka
75b221301d
Handle missing m68k/bvme6000 floppy
2004-10-20 12:03:11 +00:00
Santiago Garcia Mantinan
1619ec160a
Add tools/calc script to update .calc files with up to date estimations on
...
the iso size parameters.
Update .calc files with up to date estimations.
Update debian-installer tasks.
2004-10-06 20:38:25 +00:00
Joshua Kwan
f9c806ddf7
ramdisk_size=16384
2004-10-05 20:26:41 +00:00
Kenshi Muto
675824092e
add localization-config
2004-10-05 01:00:46 +00:00
Santiago Garcia Mantinan
4db567acec
Upload some changes by Thiemo Seufer, namely:
...
- Add arcboot to the mips tasks/base-sarge list, like it is done for
other bootloaders.
- Add a default bootfile named sashARCS for mips, aliased to r4k-ip22.
2004-10-01 15:11:14 +00:00
Kenshi Muto
7a550c08b1
fix typo
2004-10-01 00:05:06 +00:00
Joey Hess
899b81e78a
- Put 2.4, not 2.6 kernels on hppa cd.
2004-09-28 12:18:53 +00:00
Santiago Garcia Mantinan
d8ba0ec5ec
Add prep powerpc support.
...
Try to fix powerpc DVDs.
Update debian-installer tasks.
2004-09-27 22:30:36 +00:00
Joey Hess
049b9e7d94
- Drop i386 floppies that have gone away in d-i.
2004-09-25 14:20:26 +00:00
Colin Watson
ffcb774eb0
Remove powerpc-small-pmac kernel from the netinst. base-installer hasn't
...
installed it since April, and according to Sven it's only useful for
building floppies.
2004-09-25 13:44:45 +00:00
Colin Watson
8c4888772d
Hardlink powerpc and powerpc/minimal vmlinux files together, since they're
...
identical.
2004-09-25 10:45:15 +00:00
Colin Watson
dee0dd273f
Remove 2.4 images from power3 and power4; those few who want them can
...
netboot.
Remove 2.6 PReP images from power3 and power4, as no such machines exist.
2004-09-25 10:32:32 +00:00
Colin Watson
5d4fbb96b8
Drop compatibility with old powerpc 2.4/2.6 d-i image layout, since the
...
changed image layout reached sarge a while ago.
2004-09-24 17:59:29 +00:00
Joey Hess
9c9eeb612c
i
2004-09-23 16:09:03 +00:00
Joey Hess
957b7e9db9
- Remove access floppies to save space on netinsts. Also remove
...
net-drivers floppy and some other things not really needed for install
from CD.
2004-09-23 11:12:52 +00:00
Colin Watson
131d434ef8
Add "--" end of installer kernel params markers to yaboot.conf.
2004-09-21 00:45:35 +00:00
Kenshi Muto
20c78d730b
fix EXTRA_DISK_IMAGES handling
2004-09-18 14:58:10 +00:00
Joey Hess
4fd1458b03
- Update tasks for 2.4.27 and 2.6.8 kernels.
2004-09-13 17:40:19 +00:00
Joey Hess
4a49305a57
- Sparc daily builds moved to joshk's builds.
2004-09-13 16:35:55 +00:00
Joey Hess
57cf49e6fc
access floppy reorg
2004-09-11 23:07:43 +00:00
Joey Hess
3743ff9f46
merge SPLASHPNG patch from debian-edu branch
2004-09-07 16:52:25 +00:00
Joey Hess
b1b9389008
document my changes
2004-09-07 16:05:48 +00:00
Stephen R. Marenka
b163870256
Bump m68k 2.4 kernels to 2.4.27
2004-09-01 13:01:42 +00:00
Stephen R. Marenka
12d33eef74
Add m68k reorg support
2004-08-31 16:17:35 +00:00
Joey Hess
4c43f36309
* Joey Hess
...
- Remove bogus init=/linuxrc, we have not had a linuxrc in d-i for a long
time and I don't know how that managed to work.
- Update path to ia64 cdrom/boot.img.
2004-08-31 00:10:26 +00:00
Joey Hess
e53133d45e
* Joey Hess
...
- Remove bogus init=/linuxrc, we have not had a linuxrc in d-i for a long
time and I don't know how that managed to work.
2004-08-30 19:23:47 +00:00
Steve McIntyre
f350deb872
Changes for 2.2.19:
...
Removed silly mkisofs build-dep
Updated changelog
2004-08-20 14:53:41 +00:00
Santiago Garcia Mantinan
fdb0ab06ed
Change build.sh to allow building non complete CDs, like netinsts.
2004-08-20 09:19:49 +00:00
Steve McIntyre
9924ef5c84
Copied CONF.sh into debian/
...
Fixed typo in the Standards-version
2004-08-19 17:55:03 +00:00
Steve McIntyre
6499379214
Last minor changes for the build
2004-08-19 17:53:19 +00:00
Steve McIntyre
46f7be0703
Updating changelog to add entries for my changes; ready for new upload now.
2004-08-19 17:29:03 +00:00
Santiago Garcia Mantinan
ae92289c95
Add chrp-boot to powerpc and try to fix HFS catalog size problems.
...
Update debian-installer task.
2004-08-19 11:28:21 +00:00
Joey Hess
3e1a947848
Add "--" end of installer kernel params markers to the isolinux.cfg.
2004-08-18 19:14:56 +00:00
Joey Hess
285cb363a5
- Exclude kernel sources from popcon results, old data skews this badly.
...
- Remove old kernel sources from interesting-fromcd23, and various other
removals and updates.
- Update the task lists and popcon again.
- Stop excluding 686 and 686-smp kernels, as these are probably the most
popular, and they fit on CD#1 now.
2004-08-12 03:57:24 +00:00
Stephen R. Marenka
85b965ea75
Workaround boot/install for non-DI_WWW_HOME case
2004-08-11 02:24:52 +00:00
Santiago Garcia Mantinan
5d7b32ec63
Sync with what we run at gluck, basically this meant:
...
- Remove ramdisk_size param of silo.conf.
- Add initrd-tools to sparc di+k list.
- Change alpha daily images url to jbailey's.
- Sync debian-installer* tasks.
2004-08-05 17:48:35 +00:00
Steve Langasek
24d4bf9ccb
add alpha, mipsel bootloaders to our netinst package list
2004-07-29 23:53:02 +00:00
Joey Hess
5ca87aa5f6
- Remove the boot.bat script and redundant and incorrect README.tools.
...
The alternative is to maintain and document them.
2004-07-27 19:46:14 +00:00
Colin Watson
04e512c3f1
Cope with debian-installer powerpc image rearrangement.
2004-07-26 20:41:22 +00:00
Colin Watson
7443df3840
Clarify powerpc boot.msg a bit.
2004-07-25 13:08:35 +00:00
Colin Watson
9d439c92b2
Remove -safe options from powerpc yaboot menu, as they caused combinatorial
...
explosion. Instead, document video=ofonly in boot.msg.
2004-07-25 13:04:35 +00:00
Joey Hess
f0b7ad7305
minor changelog cleanups
2004-07-24 22:20:55 +00:00
Colin Watson
3e0b8e7be3
Bump initrd-size to 10MB for powerpc 2.4. Current d-i initrds exceed that.
2004-07-24 01:55:55 +00:00
Colin Watson
12372c34d6
Make sure quik is on the powerpc netinst CD; debootstrap no longer installs
...
it.
2004-07-24 01:52:20 +00:00
Sven Luther
d986cd1134
Finalized powerpc kernels fix.
2004-07-18 21:18:02 +00:00
Joey Hess
3969a9bed1
- Switch CONF.sh to sarge.
...
- Uncomment exclude lines.
2004-07-17 23:20:58 +00:00
Joey Hess
58059c4636
- Add libfribidi0 to generate_di+k_list, needed for BIDI.
2004-07-15 02:44:38 +00:00
Joey Hess
3387388c64
- NORECOMMENDS should be used for sarge official CD sets (getting full
...
tasks is more important), and is on by default.
2004-07-15 01:50:10 +00:00
Joey Hess
cc2e5dd920
- Update task-full-sarge and task.list to tasksel 2.05. The task.list was
...
manually ordered to give desktop task priority, followed by servers,
followed by languages.
2004-07-15 01:14:00 +00:00
Joey Hess
f805d4de52
- Update task-essential-sarge to tasksel 2.05. Fix the generator to work
...
with post-2002 tasksels.
2004-07-14 23:27:05 +00:00
Joey Hess
19bd90b409
- Exclude newer versions of i386 kernels to save space. Leave 2.6.x-386
...
kernels on the CD.
2004-07-14 23:25:46 +00:00
Joey Hess
b99c834264
- Include debian-installer+kernel into Debian_sarge task to ensure all
...
debs as well as udebs used by d-i are included.
2004-07-14 23:24:33 +00:00
Colin Watson
e1fcd8ff0b
Unexclude zlib1g-udeb, needed for ssh support in d-i.
2004-07-14 19:05:12 +00:00
Colin Watson
1d62603597
Include kernel-image-2.4-* metapackages for ia64.
2004-07-13 20:04:53 +00:00
Joey Hess
2a114ce838
close a bug
2004-07-13 17:31:54 +00:00
Joey Hess
787a8a30b1
- Add new default udeb_include files (for to full CDs and DVDs) that
...
include ethdetect and netcfg, to make network configuration happen in
first stage, since the second stage cannot currently do any.
2004-07-11 21:34:25 +00:00
Petter Reinholdtsen
c2bd5f1e8d
Avoid illegal dash (-) in cpp architecture defines. Patch from Colin Watson.
2004-07-11 09:44:00 +00:00
Petter Reinholdtsen
ae64f372b5
Use DI_CODENAME to locate the installation system. This make it
...
possible to use debian-installer with Woody CDs.
2004-07-11 09:34:59 +00:00
Raphaël Hertzog
26b8aaa25e
- Add missing Build-Depends-Indep.
2004-07-07 07:39:04 +00:00
Joey Hess
6cb12cb4f1
- Only exclude udebs from the CD that are in both the cd initrd and the
...
hd-media initrd, since both use the CD. This adds back floppy-modules
and firewire-core-modules.
2004-07-07 01:37:14 +00:00
Colin Watson
26180c00ea
Add bootable CD support for arm, following Vince Sanders' advice.
2004-07-06 16:02:17 +00:00
Joey Hess
f4db02836f
merge KERNEL_PARAMS support from debian-edu branch
2004-07-03 00:48:28 +00:00
Joey Hess
c9802cb2c2
- Add MAXCDS config variable, which forces debian-cd to stop after a given
...
number of binary CDs.
2004-07-02 19:28:02 +00:00
Joey Hess
4167ac3889
Add update-popcon Makefile target (taken from Skolelinux).
2004-06-29 22:21:28 +00:00
Petter Reinholdtsen
e2d87d10ae
Make it possible to change which images to build using CONF.sh.
2004-06-29 22:15:58 +00:00
Petter Reinholdtsen
3ec0227ca8
Make it possible to give different CONF.sh files to build.sh.
2004-06-29 22:13:17 +00:00
Joey Hess
ffa69860a8
Add tools/get_diskusage.pl (originally by Petter).
2004-06-29 22:02:53 +00:00
Colin Watson
351e17eb44
Add exclude-udebs-powerpc list with packages already in the initrd, along
...
the same lines as exclude-udebs-i386. Saves about 11 megabytes.
2004-06-28 14:36:22 +00:00
Petter Reinholdtsen
83b25ffb88
Missing b-f documentation is not a fatal error. Keep
...
building if it is missing.
2004-06-27 22:48:19 +00:00
Kenshi Muto
f882aab15d
Add floppy/asian-root.img and floppy/access/* as i386 disk image.
2004-06-26 10:07:35 +00:00
Petter Reinholdtsen
8df4cb3349
Try to create $(OUT) instead of just bailing out if it is missing.
2004-06-24 09:41:22 +00:00
Steve McIntyre
9abd411bd1
Removed the -T option to mkisofs. We don't need the TRANS.TBL files
...
any more, and we should save the space.
2004-06-09 18:54:35 +00:00
Joey Hess
1b2e0c4a98
- Add usbutils to netinst cds, it'll be installed by a future version
...
of hw-detect.
2004-06-07 15:16:40 +00:00
Santiago Garcia Mantinan
456ea7e25b
- Fix the dirty workaround bug that was adding debs to businesscards.
...
- Add 2.6 support to powerpc cds.
- Add yaboot to powerpc netinst cds as debootstrap no longer adds it.
- Update boot-sparc not to depend on a kernel version.
- Update debian-installer tasks once again.
2004-06-07 09:35:40 +00:00
Santiago Garcia Mantinan
0b02488a7c
Add support for sarge bootable mipsel cds (delo based).
...
This is the first time we use delo for this, and it still have some
issues that won't be worked out before sarge, so we must workaround
them. There is work to be done in mipsel support, see the mipsel
installation reports in the lists and comment on how we can solve
this issues.
2004-06-07 09:07:49 +00:00
Joey Hess
0de5c65fb7
add jfsutils to netinst cds
2004-05-30 18:06:58 +00:00
Stephen R. Marenka
35b4f99b42
Add m68k/bvme6000 boot code
2004-05-28 18:05:05 +00:00
Joey Hess
be8f913bc1
- Add mdadm to the netinst CD, needed for software raid installs.
...
- Add lvm2 (and dependencies libdevmapper1.00 and lvm-common)
for new partman. Left lvm10 on the CD for now, remove later.
2004-05-22 18:36:16 +00:00
Joey Hess
8d213eaf7d
- Fix mirror_check to look under LOCALDEBS for files if it is set.
2004-05-17 22:30:58 +00:00
Stephen R. Marenka
ac031d4b9a
update m68k boot/install support for sarge
2004-05-12 19:51:18 +00:00
Otavio Salvador
42f052f0c1
Fix preprocess of exclude files when EXCLUDE is not set.
2004-05-12 18:19:27 +00:00
Stephen R. Marenka
79556acf0c
m68k add cdrom22
2004-05-11 20:19:10 +00:00
Santiago Garcia Mantinan
3504cff536
Make fast_sums ignore md5sums of files not in the pool directory.
2004-05-09 23:12:24 +00:00
Otavio Salvador
f55bb17b13
Sorry, I did a wrong change. Need be CODENAME and not DI_CODENAME.
2004-05-07 08:46:37 +00:00
Otavio Salvador
c6b6caf457
Use DI_CODENAME variable to build debian-installer+kernel task.
2004-05-07 03:56:16 +00:00
Otavio Salvador
9434b3bf85
Check if the missing debootstrap-required is not included on base_exclude.
2004-05-05 18:46:02 +00:00
Otavio Salvador
a279c2ed9c
Preprocess exclude files much like tasks files are. Closes : #247379
2004-05-04 21:57:10 +00:00
Stephen R. Marenka
997a0005e0
Fix m68k/amiga icons
2004-05-03 14:19:14 +00:00
Joey Hess
b3f27eab2a
increase ramdisk size for sparc
2004-05-02 22:14:30 +00:00
Joey Hess
45ed7eb677
- Include only 2.4 ia64 kernels on the d-i CD for now, the 2.6 ones
...
are not a good choice ATM according to bdale.
2004-04-29 00:08:40 +00:00
Joey Hess
855110d921
- Based on user reports, remove the read-only, and pass "rw" to the kernel
...
in silo.conf.
2004-04-28 23:07:54 +00:00
Bdale Garbee
50bc7fe4a2
document change to palo command line
2004-04-28 06:24:38 +00:00
Joey Hess
9639820ded
- discover has been renamed to discover1
...
- On i386, include discover on the CD as well, this is discover verson
2, and is used with the 2.6 kernel.
2004-04-25 16:25:11 +00:00
Petter Reinholdtsen
64bd6c0546
Update list2cds to allow #-comments in the exclude file.
2004-04-24 11:42:13 +00:00
Santiago Garcia Mantinan
11f1d4904d
Add dirty temporal workaround for saving space on netinst images.
...
The workaround consists in some hints added to rawlist so that the
dependencies are satisfied in a more clever way than list2cds does.
This should be fixed in a proper way on list2cds when time permits.
2004-04-21 20:17:53 +00:00
Santiago Garcia Mantinan
bea6527d6f
- Add kernel 2.6 on i386 cds.
...
- Remove it from the exclusion list.
- Add support for booting 2.6 as well as 2.4 i386 isolinux cd.
2004-04-21 11:11:32 +00:00
Santiago Garcia Mantinan
94974ba690
- Update isolinux.bin to the version we are shipping with Sarge.
...
- Update debian-installer tasks.
- Update boot scripts for sarge to be able to build cds using d-i
images from the chosen dist using the mirror or from the web.
- Add support for sarge bootable mips cds.
- Add support for sarge bootable sparc cds.
2004-04-14 10:44:46 +00:00
Joey Hess
e3da89f110
- Remove raidtools2-udeb from the exclude list, while nothing depends on
...
it, it can be handy for manually setting up raid.
2004-04-13 21:13:17 +00:00
Stephen R. Marenka
909331f4dd
m68k support
2004-04-13 18:48:46 +00:00
Petter Reinholdtsen
98929d2a88
Remove packages not in testing from exclude-sarge:
...
kernel-image-2.2.20, kernel-image-2.2.20-compact, kernel-image-2.2.20-idepci,
kernel-image-2.2.20-reiserfs, kernel-image-2.4.18-bf2.4,
kernel-image-2.4.20-3-386, kernel-image-2.4.20-3-586tsc,
kernel-image-2.4.20-3-686, kernel-image-2.4.20-3-686-smp,
kernel-image-2.4.20-3-k6, kernel-image-2.4.20-3-k7,
kernel-image-2.4.20-3-k7-smp, kernel-image-2.4.22-1-386,
kernel-image-2.4.22-1-586tsc, kernel-image-2.4.22-1-686,
kernel-image-2.4.22-1-686-smp, kernel-image-2.4.22-1-k6,
kernel-image-2.4.22-1-k7, kernel-image-2.4.22-1-k7-smp,
kernel-image-2.4.22-speakup, kernel-image-2.4.22-xfs-386,
kernel-image-2.4.22-xfs-686-smp, kernel-image-2.4.23-1-386,
kernel-image-2.4.23-1-586tsc, kernel-image-2.4.23-1-686,
kernel-image-2.4.23-1-686-smp, kernel-image-2.4.23-1-k6,
kernel-image-2.4.23-1-k7, kernel-image-2.4.23-1-k7-smp,
kernel-image-2.6.0-1-386, kernel-image-2.6.0-1-686,
kernel-image-2.6.0-1-686-smp, kernel-image-2.6.0-1-k7,
kernel-image-2.6.0-1-k7-smp, kernel-image-2.6.0-test11-1-386,
kernel-image-2.6.0-test9-1-386, kernel-pcmcia-modules-2.4.22-xfs-386,
kernel-pcmcia-modules-2.4.22-xfs-686-smp, kernel-source-2.2.20,
timidity-patches, tcl8.2 and tk8.2.
2004-04-13 17:58:52 +00:00
Petter Reinholdtsen
a1c70caef3
Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
...
are currently using 2.4.25.
2004-04-13 17:50:23 +00:00
Petter Reinholdtsen
0c0d299103
Regenereated tasks/popularity-contest-sarge based on the current data.
2004-04-06 19:18:05 +00:00
Joey Hess
22b6dfe390
Remove module-init-tools-udeb from the CD.
2004-04-06 02:28:49 +00:00
Joey Hess
eb26b098f3
* Remove debian-keyring.tar.gz from the doc dir.
...
* Don't include Contents-$ARCH.gz on netinst/businesscard CD.
* Joey Hess
- Include sarge installation manual on sarge CDs.
- Remove install/doc, and just use doc/install.
- Patch from Thiemo Seufer to add mips and mipsel kernels.
Also, remove some packages from arches that do not need them.
2004-03-31 23:37:57 +00:00
Joey Hess
00930ef2e1
- Include sarge installation manual on sarge CDs.
...
- Remove install/doc, and just use doc/install.
2004-03-26 18:07:27 +00:00
Raphaël Hertzog
5be9dc670b
- Remove debian-keyring.tar.gz from doc dir.
...
- Don't include Contents-$ARCH.gz on netinst/businesscard CDs.
2004-03-25 06:35:36 +00:00
Raphaël Hertzog
3e5cb37121
- 2.2.17 release
2004-03-21 21:51:06 +00:00
Joey Hess
68ad503b3f
- Revamped the README.html, removing the old manual apt setup
...
instructions, various references to woody, fixing the link to the LDP
home page, dropping reference to the basically dead non-us section,
removing confusing references to non-free being on the CD, dropping
references to dselect, etc.
- Fix layout of README.txt, adding missing <p>'s after headings.
- Drop README.mirrors and README.non-US from the CDs.
2004-03-20 18:01:14 +00:00
Joey Hess
0f20038840
including all powerpc kernels makes the netinst huge, so include only those
...
base-installer can install
2004-03-18 19:52:33 +00:00
Santiago Garcia Mantinan
075eaf8b11
Make Makefile remove dedication files except for current version.
...
Update debian-installer.* tasks
Add hppa kernels to generate_di+k_list
Add sarge boot scripts for hppa
2004-03-16 09:51:53 +00:00
Joey Hess
02019c3cd8
Try to include some sparc kernels on the CD
2004-03-16 03:09:29 +00:00
Joey Hess
dcad45cc2c
- Include every available powerpc kernel on the CD, which is perhaps
...
better than a random selection of two obscure subarches..
2004-03-16 00:16:49 +00:00
Joey Hess
a1e3a40ef5
- Remove the old partitioner from the CD for i386. (This should also be
...
done for other arches for which it is not default)
2004-03-13 16:20:48 +00:00
Petter Reinholdtsen
c467ac350d
Make generated debian-installer list easier to read by adding
...
arch info at the end of an #ifdef block.
2004-03-10 22:03:03 +00:00
Petter Reinholdtsen
b6417564c6
Make sure DI_CODENAME is not taken from the environemt by from the config file.
2004-03-10 21:59:04 +00:00
Joey Hess
1358ed4fb9
Add wireless-tools to generate_d-i+k_list
2004-03-10 20:22:41 +00:00
Joey Hess
5378bd852e
Drop lowmemcheck from the CD; it is in the initrd.
2004-03-10 00:52:20 +00:00
Santiago Garcia Mantinan
80faafdf64
Add DI_CODENAME variable make it posible to build cds with a special
...
debian-installer version.
2004-03-08 13:43:40 +00:00
Joey Hess
a6b8202968
add lilo back to the CD
2004-03-08 01:59:15 +00:00
Joey Hess
4a29df168d
dd xfsprogs and reiserfsprogs to generate_di+k_list.
2004-03-04 18:26:34 +00:00
Joey Hess
70b007a963
remove obsolete changelog entries
2004-02-08 23:23:31 +00:00
Joey Hess
bd02de1d0c
- Use d-i boot screens from the debian-cd_info.tar.gz.
...
- Remove the netboot initrd from netinst CDs, since d-i builds a mini-iso
with this initrd on it, and since the d-i help screen does not mention
the net type.
2004-02-08 19:05:29 +00:00
Joey Hess
1d1f9c58ae
- Update boot/sarge/boot-i386 to use the new d-i image names.
2004-02-08 04:43:17 +00:00
Petter Reinholdtsen
8aea27e710
Avoid acorn-fdisk, cfdisk-utf8 and lots of kernels on the first CD.
...
It should be enough with one kernel package on the first CD.
2004-02-01 19:55:17 +00:00
Joey Hess
ced253e4d8
- Document vga=771 boot option for laptops with screen problems.
...
- Add the debian-edu udebs to the exclude list for netinst CDs, and
remove the deleted di-utils-devicefiles.
2004-01-30 20:19:49 +00:00
Petter Reinholdtsen
e2a338ef42
Regenereated tasks/popularity-contest-sarge based on the current data.
2004-01-30 16:34:40 +00:00
Petter Reinholdtsen
4ff7142626
Updated tasks/README with new location of popularity-contest results.
2004-01-30 16:24:26 +00:00
Petter Reinholdtsen
bdb0ae8e40
Wrap some long lines.
2004-01-28 23:01:37 +00:00
Joey Hess
9920b3c5b4
- Add pcmcia-cs onto the generate-di+k_list, now that is is not
...
autoinstalled by debootstrap.
2004-01-28 18:56:40 +00:00
Joey Hess
04631a4bf8
- Add wireless-tool-udeb to udeb_include for i386 and powerpc netinst and
...
businesscard images.
2004-01-27 21:00:56 +00:00
Kenshi Muto
7b59b01582
add console-cyrillic, console-terminus, hotplug
2004-01-14 00:41:59 +00:00
Steve Langasek
00c008114a
missed changelog entry
...
Add fdisk-udeb to alpha's CD udeb_include list, so that it's available
for use by the partitioner
2004-01-05 21:11:05 +00:00
Joey Hess
67be21fe01
Substitute into yaboot.msg the same as is done for isolinux.txt.
...
(and also sync yaboot.msg with d-i again)
2003-12-30 20:56:29 +00:00
Joey Hess
f8434d66ff
sync yaboot stuff with d-i changes:
...
- add expert mode
- mount devfs on boot
2003-12-29 18:10:47 +00:00
Joey Hess
41b4701375
- Remove console-keymaps from all udeb_includes; they are included
...
on the cdrom initrds.
- Switch from netcfg-static/dhcp to just netcfg.
- Split udeb_includes for businesscard and netinst; netinst does not
need choose-mirror, while businesscard does.
2003-12-26 19:23:36 +00:00
Joey Hess
c7c06f8029
- Add pcmcia-cs-udeb to sarge's i386_netinst_udeb_include, to support
...
pcmcia installs.
2003-12-26 19:09:23 +00:00
Joey Hess
d883d67047
- Use the d-i docs in sid instead of the woody boot floppies docs.
2003-12-24 18:11:33 +00:00
Joey Hess
a594a25066
- Add my exclude_udebs lists, for general and i386, and modify
...
generate_di_list to not include udebs from those lists onto the
cdrom, to save space on the netinst cds.
2003-12-24 17:19:14 +00:00
Kenshi Muto
b579229191
add jfbterm
2003-12-24 16:21:14 +00:00
Joey Hess
a76078540f
add my recent changes to changelog
2003-12-24 02:50:00 +00:00
Joey Hess
38ab7ffb82
- Add appropriate kernel-pcmcia-modules package to
...
debian-installer+kernel task for i386.
2003-12-22 18:54:26 +00:00
Joey Hess
183506a90c
- Remove pump-udeb from all udeb_includes; netcfg depends on and
...
uses dhcp-client-udeb.
- Remove console-keymaps from all udeb_includes; they are included
on the cdrom initrds.
2003-12-22 17:34:02 +00:00
Joey Hess
672f9f0170
- Merge in d-i iso/syslinux help files from d-i CVS to data/sarge.
...
Expand ${DEBIAN_VERSION}, ${MEDIA_TYPE}, and ${BUILD_DATE}
Only f3.txt varies (due to net boot type).
Closes : #220612 , #221186
- Add "expert" mode to isolinux.cfg for sarge.
2003-12-22 17:30:44 +00:00
Kenshi Muto
50024359cb
Add jfbterm,unifont
2003-12-18 12:06:13 +00:00
Richard Atterer
e6440d5a07
Added code/docs for automatic generation of fallback directories during jigdo generation
2003-12-18 10:22:38 +00:00
Raphaël Hertzog
bee1fd5f17
- Added aptitude on netinst CD.
2003-11-11 21:15:36 +00:00
Raphaël Hertzog
e430e3fbb7
New "unreleased" changelog entry for 2.2.17.
2003-08-20 18:19:36 +00:00
Raphaël Hertzog
29d4dbedac
Remove useless debian/conffiles (debhelper 4 takes care of everything).
...
This avoids a duplicate listing of the conf file.
2003-08-20 18:12:48 +00:00
Raphaël Hertzog
544baea274
* Prepare for 2.2.16 release.
2003-08-20 18:04:05 +00:00
Tollef Fog Heen
3173377e49
fix the names of the boot images, since they've changed.
2003-07-14 07:54:41 +00:00
Raphaël Hertzog
0e25c9d6b3
- Updated for proper .disk/udeb_include support by default.
2003-05-07 18:06:52 +00:00
Petter Reinholdtsen
3de42de5c9
Add support for UDEB_INCLUDE and UDEB_EXCLUDE, making files
...
cdrom/.disk/udeb_include and .../udeb_exclude used by
debian-installer.
2003-05-02 12:54:55 +00:00
Raphaël Hertzog
dfa3530705
* Include patches from Petter Reinholdtsen and Santiago Garcia Mantinan.
...
* Include udebs without checking dependencies.
2002-12-26 10:39:02 +00:00
Petter Reinholdtsen
4cb787d8b2
In woody, keep the time stamp of smb.bin when copying it to CD.
2002-12-14 14:07:03 +00:00
Petter Reinholdtsen
6e49467d61
Make disk number available in tools/add-bin-doc.
2002-12-14 14:02:07 +00:00
Petter Reinholdtsen
ca36edb6c3
Document BOOTDISKS.
2002-12-14 13:58:15 +00:00
Petter Reinholdtsen
5ae7bd488d
Remove duplicate base_components creating. Add support for BASE_INCLUDE
...
and BASE_EXCLUDE, making files cdrom/.disk/base_include and
.../base_exclude used by debian-installer.
2002-12-14 13:53:18 +00:00
Petter Reinholdtsen
dd8a0ea81b
Create cdrom/.disk/base_components used by debian-installer.
2002-12-14 13:47:01 +00:00
Petter Reinholdtsen
74f127219d
Add CONTRIB flag to debian/CONF.sh.
2002-12-14 13:45:27 +00:00
Tollef Fog Heen
916440cf9a
add support for excluding contrib.
2002-12-07 10:22:40 +00:00
Raphaël Hertzog
5ddbb8223c
* Added support for sarge and debian-installer.
2002-10-10 12:56:48 +00:00
Raphaël Hertzog
2ea3ddbb5e
* New changelog entry
...
* Use debhelper 4
* Updated standards-version
2002-09-17 19:34:46 +00:00
Raphaël Hertzog
8c6f8e814b
Prepare for release of debian-cd 2.2.15.
2002-09-17 19:24:16 +00:00
Raphaël Hertzog
53bcf2a7af
* Added read-edid, discover and mdetect on the first CD.
2002-07-23 08:32:52 +00:00
Tollef Fog Heen
a9cd01ec6d
Add missing || true for the unset lines.
2002-07-12 06:13:19 +00:00
Tollef Fog Heen
40c7cb2411
Patch courtesy of Petter Reinholdtsen, hand-applied because of conflicts.
...
- Preserve timestamps when copying files into the CDs
- Make sure build.sh can run in -e (stop on error) mode
- Report if packages needed by debootstrap is missing on a CD
- Report how much space is reserved on each CD
- Handle boot-floppy directories without documentation
2002-07-11 22:01:44 +00:00
Tollef Fog Heen
37c00f7c39
Apply patch from Petter Reinholdtsen to put the security updates onto
...
the cd.
2002-07-11 21:40:17 +00:00
Raphaël Hertzog
d926f4fd93
* Updated tools/add_secured to work with all versions of md5sum
...
(including the one that comes with dpkg >= 1.10).
* Protect the call to add_secured by a stamp file. Closes : #147105
* Provide a customised isolinux image. We don't need to
recommend syslinux now.
2002-05-15 21:32:02 +00:00
Philip Hands
4949337269
make the Non-US server entry added to .jigdo files by publish_cds point
...
at the new non-US.cdimage.debian.org name for open, so we can move
cdimage.d.o to raff.d.o in the near future.
2002-05-06 17:19:05 +00:00
Raphaël Hertzog
1b7b7f846b
* More syncing between CONF.sh and debian/CONF.sh.
2002-05-06 12:44:07 +00:00
Steve McIntyre
642a8d12fd
Added definitions for DEFBINSIZE and DEFSRCSIZE
2002-05-06 12:00:59 +00:00
Philip Hands
2d2c8a7db9
add fast_sums and publish_cds variables to debian/CONF.sh
...
fix comment typo in CONF.sh
2002-05-06 11:38:53 +00:00
Raphaël Hertzog
70780934de
* Added cpp to the Depends field. Closes : #145869
2002-05-05 10:19:16 +00:00
Raphaël Hertzog
ca93745a86
* Applied patch for #145318 .
...
* Updated README.sbm.
2002-05-04 13:25:03 +00:00
Raphaël Hertzog
4e9a7f9d08
* New changelog entry.
2002-04-28 14:07:19 +00:00
Raphaël Hertzog
3ecef23070
* Added Smart Boot Manager image.
...
* Prepare 2.2.14 release.
2002-04-28 13:56:50 +00:00
Richard Hirst
cd1ced40f2
Reworked post-boot-hppa to hardcode path to palo, and to ensure
...
1_NONUS.raw is built properly.
2002-04-23 22:50:35 +00:00
Richard Hirst
63f0213511
Reworked boot-ia64 to use hardlinks and so 1_NONUS.raw is built properly.
2002-04-23 14:50:29 +00:00
Raphaël Hertzog
75a0846932
* Last updates for the boot on mips, mipsel, alpha arches.
2002-04-22 21:01:20 +00:00
Richard Hirst
8675da45e6
Added ramdisk_size=8192 to palo command line for hppa; kernel default is
...
6144, and since I turned on language chooser, the ramdisk is now 8192.
2002-04-18 14:04:12 +00:00
Raphaël Hertzog
6db585e4fc
* Removed el-torito multiboot support.
...
* Documented the choice of isolinux.
2002-04-15 22:42:15 +00:00
Raphaël Hertzog
139fd6593f
* Fix handling of NONFREE/EXTRANONFREE variable.
...
* Update the order of the boot images for i386 :
1: isolinux multiboot
2: vanilla
3: compact
4: idepci
5: bf2.4
* Put ISOLINUX=1 by default. Added it to CONF.sh.
2002-04-13 12:17:57 +00:00
Christopher Lawrence
b535871449
Change syslinux to a recommendation, per Raphael.
2002-04-09 22:00:35 +00:00
Christopher Lawrence
bc5f45c83d
Added syslinux to the dependencies, since it's required for ISOLINUX
...
support to work.
2002-04-09 01:40:53 +00:00
Christopher Lawrence
ceff16b166
Add ISOLINUX support and fix boot options in /install/boot.bat when
...
using loadlin.
2002-04-09 01:39:43 +00:00
Steve McIntyre
5b892f4ae9
Added support for DVD-sized images. Specify default image sizes in
...
CONF.sh as DEFBINSIZE and DEFSRCSIZE
build.sh and build_all.sh now use these settings to calculate the
packages and source files to go on each disk, using bc - shell
arithmetic cannot cope with > 32-bit numbers
use the md5sum from the textutils package - dpkg's md5sum cannot
handle large files.
2002-04-07 16:26:59 +00:00
Raphaël Hertzog
348a314e2b
* Put idepci on the first CD. Fix multiboot for adding vanilla.bin
...
alternative image when the old default image is not used as default...
* Change kernel name for alpha bf too even if the new bf are not yet
available...
2002-04-06 12:30:55 +00:00
Raphaël Hertzog
1318755d05
* Include languages packs.
...
* Fix kernel name.
* New NOSUGGESTS option.
2002-03-25 10:03:53 +00:00
Raphaël Hertzog
69327130a5
* Updated script in tasks/base-woody.
...
* New changelog entry.
2002-03-16 23:07:55 +00:00
Raphaël Hertzog
0317a15935
* Updated base-woody with latest debootstrap (0.1.17).
...
* Prepare for release.
2002-03-16 18:56:12 +00:00
Raphaël Hertzog
f150eabdff
* First fix for the creation of .disk/kernel_installable.
...
* Added the corresponding changelog entry.
2002-03-02 19:45:24 +00:00
Raphaël Hertzog
f8c0ab436e
* Implement the .disk/{kernel,base}_installable stuff. Not tested yet.
2002-03-02 19:08:18 +00:00
Raphaël Hertzog
54ddadb413
* Don't include basedeb-images-* on the CD.
2002-02-13 10:25:02 +00:00
Raphaël Hertzog
e14b741797
* Fixed Makefile.
...
* Updated boot-i386 for bf 3.0.19.
2002-02-11 14:04:08 +00:00
Stefan Gybas
e5eed0b1c2
Adapted to new s390 boot-floppies 3.0.19 directory structure
2002-02-05 14:09:12 +00:00
Raphaël Hertzog
bb20429165
* Automatically add packages listed by debootstrap.
2002-02-04 14:09:13 +00:00
Anne Bezemer
b7582144e3
Add jigdo generation support
2002-01-28 23:00:17 +00:00
Raphaël Hertzog
f3cbca11a0
* New changelog entry.
2002-01-20 14:43:02 +00:00
Raphaël Hertzog
525819ce3d
* Handle missing Contents file better.
...
* Prepare 2.2.12 release.
2002-01-20 14:37:56 +00:00
Raphaël Hertzog
2e178a4a23
* Fix some cpp related problem.
2002-01-13 18:05:57 +00:00
Raphaël Hertzog
718da6a3cc
* Make the log output more consistent.
...
* Offer the possibilty to not force the inclusion of recommended/suggested packages.
2002-01-07 10:31:23 +00:00
Raphaël Hertzog
8385e85d6a
* Correct spelling mistake.
2002-01-04 09:14:58 +00:00
Raphaël Hertzog
7de1d023be
* Fix the MULTIBOOT test. :-|
2001-12-31 17:48:47 +00:00
Raphaël Hertzog
3bfb19626f
* New changelog entry.
2001-12-29 18:58:42 +00:00
Raphaël Hertzog
9db9cb02c7
* Complains for missing Release files.
...
* Prepare for release.
2001-12-29 18:52:24 +00:00
Raphaël Hertzog
220413d16b
* Removed bashism.
...
* Updated documentation.
* Improved debian/rules to clean some CVS files.
2001-12-18 22:51:14 +00:00
Raphaël Hertzog
bc759d08c2
* New changelog entry.
2001-12-16 03:35:19 +00:00
Raphaël Hertzog
be248ef6f4
* New release.
2001-12-16 03:25:53 +00:00
Raphaël Hertzog
fd4a43d290
* Documentation update.
2001-12-10 20:32:40 +00:00
Jochen Röhrig
e1551e6470
Added support for s390.
2001-11-26 17:27:46 +00:00
Raphaël Hertzog
d712eccf9c
* Changelog update.
2001-11-21 08:00:53 +00:00
Jim Westveer
89d399fbbf
*** empty log message ***
2001-11-17 06:05:52 +00:00
Raphaël Hertzog
5f2d879e0e
* New changelog entry.
2001-11-16 07:28:14 +00:00
Raphaël Hertzog
fc6b2e48c8
* lintian cleanup (s/Build-Depends/Build-Depends-Indep/)
2001-11-16 07:25:34 +00:00
Raphaël Hertzog
86e2dd8f69
* Preparing 2.2.9 release.
2001-11-16 07:22:05 +00:00
Richard Hirst
839c7ebd20
ia64, only first disk is bootable, save space with symlinks in /install
...
(rescue.bin is 10MB).
2001-11-13 09:31:21 +00:00
Ethan Benson
1c43928d79
Apparently someone is using very newwest debian-cd for potato r* CD images...
...
add a kludgy version of yaboot.conf to accomidate the anchient and
broken yaboot in potato, use this version in the potato scripts.
2001-11-11 15:32:29 +00:00
Raphaël Hertzog
ac2f9df992
* Synced with latest debootstrap.
2001-11-11 15:06:29 +00:00
Raphaël Hertzog
be9d5bed00
* New scanpackages/scansources using apt-ftparchive generate.
2001-11-09 07:55:23 +00:00
Richard Hirst
2c7748a229
If using BOOTDISK= pick up docs from there also
2001-11-06 10:23:36 +00:00
Ethan Benson
060ea1f02c
Update yaboot.conf and ofboot.b to conform to current (1.3.4) yaboot (powerpc).
2001-10-14 11:35:14 +00:00
Raphaël Hertzog
d9b5e6200a
* Drop slink support.
...
* Drop dpkg-multicd support.
* Uses apt-ftparchive instead of dpkg-scan{packages,sources}
* Try to use extra override file (for Task: fields), not tested.
2001-10-06 15:55:12 +00:00
Jim Westveer
6bd40289d2
updated changelog
2001-09-30 00:37:19 +00:00
Raphaël Hertzog
fef95c0102
* New changelog entry for 2.2.9
2001-09-16 12:59:27 +00:00
Raphaël Hertzog
8c4df50bfe
* Release of 2.2.8
2001-09-16 12:43:43 +00:00
Raphaël Hertzog
7fb104fc41
* Moved to main (removed the last use of unzip).
...
* Added a suggests to palo (>= 0.94) for hppa.
2001-09-10 12:01:10 +00:00
Richard Hirst
0434e7bd1a
Add support for hppa.
2001-09-10 10:15:59 +00:00
Raphaël Hertzog
b20b2a36b6
* Update the "Components" field of Release file.
...
* Update the task file with sid-generated content
2001-09-09 19:11:21 +00:00
Richard Hirst
899ca54fb1
Add support for ia64. Closes #110553 .
2001-08-29 17:18:31 +00:00
Raphaël Hertzog
bd78332c87
* Accept non-us section name (even if non-US is the official name to use).
2001-08-21 19:07:43 +00:00
Raphaël Hertzog
3cc10c037e
* Added new changelog entry.
2001-08-19 11:44:18 +00:00
Raphaël Hertzog
1c327fa1f8
* Release 2.2.7 and documentation/changelog updates.
2001-08-19 11:39:09 +00:00
Raphaël Hertzog
6497c50622
* Little fix for test of availability of boot-disks in installtools.sh
2001-07-24 17:30:06 +00:00
Raphaël Hertzog
7cd4b17f40
* The inclusion of the secured tree is now controlled by the
...
SECURED environment variable. It is *disabled* by default
(thanks to jgg who doesn't want to correct apt even if he
proposed the current scheme)
* Priority optional (same than in the overrides)
2001-07-21 15:50:09 +00:00
Raphaël Hertzog
0ee38d20ce
* Use Digest::MD5 instead of MD5.
...
* Prepare 2.2.6 release.
2001-07-10 14:42:54 +00:00
Raphaël Hertzog
c649f77c21
* Updated Woody version number.
...
* Build woody CDs by default.
* Updated documentation.
2001-07-10 09:57:43 +00:00
Raphaël Hertzog
8a1452e6a2
* Updated to be in sync with debootstrap.
2001-07-06 12:27:40 +00:00
Raphaël Hertzog
97346761fd
* New (empty) changelog entry.
2001-06-18 22:45:15 +00:00
Raphaël Hertzog
a95fcf434c
* Last commit before 2.2.5
2001-06-18 22:07:38 +00:00
Raphaël Hertzog
52eddd6c2c
* Make sure we install base packages from debootstrap on first CD
...
* Little fixes.
* Only includes latest version of a package when concurrent versions
are available (in a local repository for example)
2001-06-10 14:56:26 +00:00
Raphaël Hertzog
2afe58456b
* Removed -a from mkisofs call.
2001-05-19 13:29:52 +00:00
Raphaël Hertzog
f5295ca995
* Last commit before 2.2.4 upload. Updated changelog and included update-cd.
2001-04-28 21:58:30 +00:00
Anne Bezemer
f66a295335
* Updated and reorganized package/popularity lists, as produced by the
...
"Useful CD 1 Project". More info in tasks/README.
2001-04-24 23:27:10 +00:00
Anne Bezemer
750974edcd
* Added exclude feature for source packages and un-exclude feature
...
for binary packages.
2001-04-24 20:30:54 +00:00
Anne Bezemer
966cf8eda6
* Redesigned and updated README to match new www.debian.org style.
2001-04-24 20:15:56 +00:00
Raphaël Hertzog
94091e98d5
* Updated the tasks/popularity-contest file.
2001-04-21 22:04:13 +00:00
Raphaël Hertzog
5c171358bc
* Create a $CODENAME-secured tree with Release and Release.gpg file.
...
* Some esthetic cleanup.
2001-04-14 20:57:06 +00:00
Raphaël Hertzog
e67c751db6
* Does correctly manage pools wrt Packages files. Large patch not well
...
tested.
* Now depends on grep-dctrl.
* Updated tasks files to put non-US at top.
* Various fixes.
2001-02-27 01:01:40 +00:00
Raphaël Hertzog
84c05090cb
* Fixed outstanding bugs.
...
* Simplified a regexp in tools/apt-selection
* Modified the install/boot.bat provided on the first CD
2001-01-27 17:32:34 +00:00
Jim Westveer
cd584b33d9
All (i386) CDs now have a different boot kernel flavor
2001-01-07 20:36:05 +00:00
Jim Westveer
d89da99b09
typo, /tools/add_dirs line 26 --fixed
2000-11-13 17:59:10 +00:00
Anne Bezemer
73945a9e42
* Updated pi-makelist, now excludes all of the sparc live filesystem.
...
* Added Recommends: debianutils because pi-makelist uses tempfile(1)
since 2.2.3; also mentioned this in the debian-cd/YACS README.
* Some minor updates/rewordings in CD's top-level README.
2000-11-13 16:48:14 +00:00
Raphaël Hertzog
9ad3d70bc4
* Fixes several bug caused by changes in the way binary-all packages
...
are referred to in the Packages files. Closes : #76178
* Does now handle sources for a local repository correctly. Closes : #76179
* Fix a bug in make extras. Closes : #76181
* Added a commodity local symlink for old-fashioned tools like multi_cd
which want local packages in dists/local/local. Closes : #76186
* Many thanks to Vladimir Michl who provided me patches for the 4 bug
mentionned above.
* Changed mirror_check to use case insensitive pattern matching for
detecting headers. Closes : #70838
* Documentation updates about the SIZELIMIT stuff and bootable CDs.
Closes : #72067 , #68913
2000-11-12 22:41:45 +00:00
Anne Bezemer
9874e3548e
DEBVERSION (+examples) now like "2.2 r0" according to discussions on
...
debian-cd list.
Copied FORCENONUSONCD1 to debian/CONF.sh, where it wasn't mentioned yet
(i.e. it would become a "hidden feature" in the .deb package).
2000-08-12 22:36:50 +00:00
Dan Jacobowitz
7a9ce8640c
Recommend hfsutils.
2000-07-25 16:39:27 +00:00
Raphaël Hertzog
39310a75c3
* Duh, this is the final 2.2.2 release.
2000-07-13 12:00:46 +00:00
Raphaël Hertzog
b53f3c80e1
* Fixed Joey's patch. ${LOCALDEBS:-$MIRROR} is correct syntax.
2000-07-06 10:32:27 +00:00
Jim Westveer
5ae902400d
Misc changes for woody i386 bootdisks --jwest
2000-07-06 00:45:09 +00:00
Raphaël Hertzog
3c4dd7d6db
* Added "-F ." for symlink farmers...
2000-07-02 11:09:34 +00:00
Raphaël Hertzog
8f8c0e3980
* Fixed bin-image and src-image.
...
* Added new entry in changelog.
2000-07-02 10:57:40 +00:00
Raphaël Hertzog
898a7e92f8
* Patch from Joey Hess for LOCALDEBS.
...
* Patch from Michael Schlueter for a bugfix related to forcenonusoncd1.
* Patch from myself : s/*.packages/?.packages/ in tools/scanpackages !
It's a problem that appeared with the use of FORCENONUSONCD1 and LOCAL.
2000-06-30 00:04:03 +00:00
Ben Collins
d7ffc07011
fix
2000-06-17 17:59:04 +00:00
Steve McIntyre
6ef81f9eb6
Added FORCENONUSONCD1 option - forces non-US packages/sources onto the
...
first CD where possible. We then make 2 copies of this, one with
non-US and one without. Useful for people wanting to create non-US and
US-safe CD sets without having to spend so much disk space.
Side-effects: The CD tress are now $(DIR)/CD<foo> instead of
$(DIR)/<foo>
2000-06-16 23:42:50 +00:00
Ben Collins
7a02a8d9f8
subdir for archs
2000-06-14 04:54:52 +00:00
Ben Collins
22d6caf0e7
Edited boot-alpha
...
Added extra file to help fine tune each arch's CD size
2000-06-11 13:12:56 +00:00
Raphaël Hertzog
5d4ff3914e
* Added support for EXTRANONFREE. Hope it works :-)
2000-06-06 17:19:27 +00:00
Raphaël Hertzog
69d1f89fd2
* Updated README.html.in for potato & woody.
2000-06-04 00:12:59 +00:00
Raphaël Hertzog
d542709dc5
* Include the upgrade directories when available.
2000-06-03 13:16:06 +00:00
Raphaël Hertzog
5a2cde6cc7
* Added the "needed" file as tasks/forcd1 and included it in the standard tasks.
2000-05-30 11:13:10 +00:00
Ben Collins
548e75dc59
update
2000-05-22 13:14:38 +00:00
Raphaël Hertzog
8401858d82
* Added the changelog entry for 2.2.1
2000-05-20 21:45:17 +00:00
Raphaël Hertzog
edbe3d2bd9
* Added documentation (README.html & README.txt) that replaced some
...
old doc. Needs a lynx dependency.
* Added arm support.
* Failry large changes to the Makefile due to the added documentation.
* Make the translated documentation more available.
* Copied some files from potato dir to the woody dir (so that we can
still build woody CDs).
2000-05-18 22:49:02 +00:00
Dan Jacobowitz
c6ca7372cf
Note powerpc changes in changelog
2000-05-01 18:22:24 +00:00
Raphaël Hertzog
6dbd654cb4
Added a Closes : #59250 ...
2000-05-01 10:45:55 +00:00
Jim Westveer
2d78bdd898
Temporary changes to make /woody/boot-i386 work...with potato-boot-disks
2000-04-15 00:52:02 +00:00
Ben Collins
6a6516ae9e
update
2000-03-30 14:10:54 +00:00
Jim Westveer
7c1df814f7
boot.bat not working because of missing loadlin.exe ..fixed
2000-03-25 15:38:50 +00:00
Ben Collins
2017c75b71
debian/CONF.sh: added defaults for new vars
...
tools/boot/potato/boot-sparc: updates for sparc CD's
2000-03-22 17:42:48 +00:00
Raphaël Hertzog
37ab5b703b
* Reverted the removal of */doc dirs in disks 2-4.
...
* Removed $ADIR too in target bin-distclean.
2000-03-14 21:49:00 +00:00
Jim Westveer
5ce5fd0340
updated changelog
2000-03-13 05:13:50 +00:00
Jim Westveer
0213832a19
changes for sparc boot disks --jwest
2000-03-12 17:00:20 +00:00
Raphaël Hertzog
6bdd35ca98
* Modified the changelog for the next upload.
2000-03-07 19:34:37 +00:00
Raphaël Hertzog
92504f2149
* Many modifications to support the inclusion of local packages
...
available in dists/$CODENAME/local/binary-$ARCH.
* Updated documentation in several places.
* Updated CONF.sh.
* Added an empty task.
2000-03-07 18:59:31 +00:00
Raphaël Hertzog
93f96e4f49
* Added tools/pi-makelist this time.
...
* Removed set -e from tools/apt-selection. Apt must be able to fail ...
* Added a separate pi-makelist target.
* Updated the README with Pseudo Image Kit information.
2000-02-26 11:41:10 +00:00
Raphaël Hertzog
1f41fe62d6
* Added set -e for shell scripts.
...
* Now generate *.list for Pseudo Image Kit.
* Added files for woody.
* Updated the README* files.
* Added some .cvsignore files.
2000-02-19 17:52:52 +00:00
Raphaël Hertzog
831b19816a
* Added some tasks-* package to the list of packages that should go
...
on the first CD.
* Make the second i386 CD bootable with the "compact" image.
2000-01-31 08:36:50 +00:00
Raphaël Hertzog
8e74984498
* Added tasks/popularity-contest which is a list of packages sorted by
...
use (the more widely used are first).
* Updated tasks/Debian_potato to benefit from this popularity-contest
information.
1999-12-27 23:11:18 +00:00
Jim Westveer
cda4609fcc
fixed bad spaces in changelog
1999-12-27 19:54:02 +00:00
Jim Westveer
86a3c7ee39
Updates for 2.2.3 bootdisks
1999-12-27 17:39:40 +00:00
Raphaël Hertzog
9c1d1aa4b5
* debian/rules removes unneeded CVS directories.
...
* corrected a litlle quoting problem in the Makefile.
* removed NONUS=0 from the example in the README
1999-12-21 17:20:30 +00:00
Raphaël Hertzog
2b7ba55cc1
* Updated the README : the mkhybrid package in Debian does
...
support the -F option. Closes : #50141
1999-11-14 14:09:57 +00:00
Raphaël Hertzog
6914b57b77
* Does now include the boot-floppies documentation again.
...
* Removed some cruft (master file for potato and master.i386)
1999-11-13 16:44:36 +00:00
Raphaël Hertzog
479e95a41e
* Splitted the boot disks scripts for slink & potato.
...
* Corrected the Makefile accordingly.
* Updated the tasks/Debian_potato to use the task-* packages.
1999-11-11 20:22:24 +00:00
Adam Di Carlo
807aa1637f
resync with 2.1.90
1999-11-11 18:27:05 +00:00
Adam Di Carlo
e83ef58217
Initial revision
1999-11-11 17:10:37 +00:00
Adam Di Carlo
e7cc6c63f5
remove file prior to importing YACS
1999-11-11 16:43:24 +00:00
Steve McIntyre
5a701fc07a
Initial revision
1999-04-01 06:58:02 +00:00