Steve McIntyre
eb1131b3df
Make make_disc_trees.pl and start_new_disc fail better on errors
2006-12-23 03:03:58 +00:00
Steve McIntyre
528c0072f2
remove Suggests on delo - we grab and use the correct version direct
...
from the archive instead these days
2006-12-23 03:02:37 +00:00
Steve McIntyre
5189fad5ae
Promote Suggests: on delo, palo, netpbm, syslinux to Recommends:
2006-12-23 01:20:40 +00:00
Steve McIntyre
342bcac67b
don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody
2006-12-23 01:17:47 +00:00
Steve McIntyre
0375525f9a
don't depend on debootstrap any more - we grab and use the latest
...
version direct from the archive instead these days
2006-12-23 01:04:28 +00:00
Steve McIntyre
e93bd79b7b
don't depend on apt-utils any more - we don't use apt-ftparchive now
2006-12-23 01:00:31 +00:00
Steve McIntyre
fc2c31eafb
* change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
...
* remove Recommends on debianutils
2006-12-23 00:53:10 +00:00
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