Steve McIntyre
9f52089e74
tools/generate_firmware_task: Add LOCALDEBS support
2012-03-05 13:41:01 +00:00
Steve McIntyre
f0fab2ac91
generate_d-i+k_list: Add ufutils. Closes : #662234
2012-03-04 22:21:33 +00:00
Steve McIntyre
4241d811cb
Add graphical installer image for kfreebsd-amd64. Closes : #651530
2012-03-03 22:50:10 +00:00
Steve McIntyre
353bad5355
Add kfreebsd 9. Closes : #650926
2011-12-08 15:34:14 +00:00
Steve McIntyre
38da832619
Add an extra tweaked version of d390.ins for s390 booting. The
...
Hardware Management Console needs the file to be in the root
directory.
2011-11-30 17:49:48 +00:00
Steve McIntyre
35ce658443
* Remove lots of old stuff neither needed nor supported any more:
...
+ removed architectures: alpha arm hppa
+ removed releases: etch lenny
+ removed unversioned data/sparc and data/yaboot, versioned
equivalents are in place already.
2011-11-14 15:25:07 +00:00
Steve McIntyre
731cb5ec3e
Update list of Linux kernel packages. Closes : #648690 . Thanks to BEn
...
Hutchings for the patch.
2011-11-14 15:10:15 +00:00
Steve McIntyre
d6ad2ed8e7
Add support for translated package description files. Closes : #495102
...
+ Add needed dependency on bzip2
+ Other minor cleanups in tools/make_disc_trees.pl
2011-11-14 00:14:30 +00:00
Raphaël Hertzog
e79ecc1416
* Changes triggered by various lintian warnings:
...
+ Switch to “3.0 (native)” source format to get rid of .svn
directories in the source package (when built from the svn checkout
directly)
+ Support build-arch/build-indep targets in debian/rules.
+ Drop executable rights from tools/boot/wheezy/boot-hurd
(and fix debian/rules to not re-add it).
+ Bump Standards-Version to 3.9.2 (no change required).
2011-11-06 13:34:06 +00:00
Steve McIntyre
ad81eb930b
Stop shipping debian/CONF.sh, use CONF.sh instead
2011-10-15 08:27:21 +00:00
Steve McIntyre
4aed803ee3
Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.
2011-08-16 10:58:43 +00:00
Steve McIntyre
ebcb33de21
Fix "expert" mode in yaboot for powerpc. Closes : #636265 . Thanks to
...
Milan Kupcevic for the patch.
2011-08-14 22:16:06 +00:00
Joey Hess
9206b4d7c2
Read tasksel's debian-tasks.desc from its new location.
...
Falls back to old location so update_tasks can still be used with old
tasksel.
This does not deal with most of the task information being removed from
debian-tasks.desc. The file still has Key fields, that now list the task-*
packages, and the packages Depend on the crucial packages for the task.
So to that extent it should continue to work.
However, with NORECOMMENDS set, the Recommended other packages for tasks
won't be included on CD. This still needs to be dealt with, probably by
adding all packages listed in Recommends of task-* packages to the
generated task list files.
2011-08-06 16:17:24 +00:00
Steve McIntyre
a83d3869d4
Add zfsutils into the generate_d-i+k_list for kfreebsd users.
2011-08-05 12:44:20 +00:00
Steve McIntyre
ba07703aaa
* Switch i386 kernel flavours again on advice from Ben:
...
+ Removed all mention of 686-bigmem as it's now gone
+ Moved 686 to interesting-fromcd23
+ Added 686-pae onto CD#1 in place of 686
+ Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
2011-07-08 10:59:48 +00:00
Steve McIntyre
cf79d0fb9e
Ready for 3.1.7
2011-07-05 22:03:52 +00:00
Steve McIntyre
490c4a6b0d
Ready for 3.1.6
2011-07-05 22:03:16 +00:00
Steve McIntyre
17ac985220
Run the mkisofs step *outside* of "set -e" so that we can actually
...
report errors instead of silently failing.
Split out the code for starting a new disc into a function.
Pick up on a potential bug: if we finish the last (expected) disc with
a backed-out file, make sure we create another imaget to include that
file too.
2011-07-05 10:48:39 +00:00
Steve McIntyre
5d4210db7a
Fix snapurl config
2011-07-01 12:44:04 +00:00
Steve McIntyre
21ce30d63d
Add configuration for the snapshot.d.o URL
2011-07-01 12:36:59 +00:00
Steve McIntyre
264d8436bd
Add links to snapshot.debian.org into jigdo files
2011-07-01 12:26:05 +00:00
Steve McIntyre
5e163ee81a
Add apt-offline to tasks/wheezy/forcd1 to bring it onto CD#1. Closes:
...
#630805
2011-06-20 11:56:39 +00:00
Steve McIntyre
d872cea0c1
Remove the checked-in firmware task altogether, as it's not
...
useful. Generate it when needed using the new script
tools/generate_firmware_task.
2011-06-10 16:21:32 +00:00
Steve McIntyre
7e9ba6ec3e
* tools/make-firmware-image: Rather than use the firmware task which
...
gets out of date, look for firmware/microcode files directly in the
Packages file. Check for things installing in /lib/firmware, and add
those packages.
2011-06-10 13:27:54 +00:00
Steve McIntyre
9a8262b706
Move the "firmware" task into per-release task dirs like it should
...
have been to start with.
2011-06-10 12:44:20 +00:00
Steve McIntyre
99e6133fda
tools/grab_md5: Make arch handling more generic - instead of having to
...
list all arches, allow a wildcard and then check for lack of
Packages.gz files
2011-06-09 15:27:00 +00:00
Steve McIntyre
8b66b324b7
Improve Packages and Sources file parsing; cope with
...
differently-formed files that are still valid (don't assume field
ordering)
2011-05-11 10:54:06 +00:00
Steve McIntyre
acc068350b
update the URL for downloading armel d-i dailies
2011-05-10 22:26:58 +00:00
Steve McIntyre
5e429358cd
update the URL for downloading i386 d-i dailies
2011-05-10 07:14:27 +00:00
Steve McIntyre
40e6278cc6
Add linux-image-2.6-686-bigmem to tasks/<release>/interesting-fromcd23
...
to try and put that on i386 image sets before linux-image-amd64. Closes : #622622
2011-04-30 21:50:35 +00:00
Steve McIntyre
ee04b44598
update the URL for downloading s390 d-i dailies
2011-04-25 18:34:57 +00:00
Steve McIntyre
9087898b11
Add support for hurd-i386. Closes : #619211
2011-03-30 10:29:44 +00:00
Steve McIntyre
e76fae382c
generate list files directly while we still have the CD tree available
2011-03-24 02:10:44 +00:00
Steve McIntyre
32b3a4d4cb
* Update make_disc_trees.pl and which_deb to cope with different
...
types of source file, and clean up the code in that area.
2011-03-23 17:23:50 +00:00
Steve McIntyre
40c15e468d
* Merge update-cd changes back from the squeeze branch:
...
+ Remove the old non-US stuff from it, it's not been needed in years.
+ Cope with .bz2 source files too.
+ Merged and simplified the old functionality from scansources.old
and scanpackages.old into the new script create_control.
2011-03-23 17:19:49 +00:00
Steve McIntyre
6ee83d7e3d
In the boot prompt for powerpc, make install64 more prominent.
...
Closes : #614583
2011-03-06 19:17:41 +00:00
Steve McIntyre
c770e591c0
gah, typo in changelog
2011-03-04 15:20:41 +00:00
Steve McIntyre
3f0e71cfc1
new release
2011-03-04 14:57:18 +00:00
Steve McIntyre
68cacf2af0
tone down messages about missing {BASE,UDEB}_{INCLUDE,EXCLUDE} files
...
from ERROR to WARNING. Closes : #615043
2011-03-04 13:31:09 +00:00
Steve McIntyre
569e188f04
* Add more checksum types to generated Release files; go from md5 only
...
to md5, sha1, sha256 and sha512.
Initial checkin, untested code yet!
2011-03-04 13:11:16 +00:00
cd-builder user
192ab9e1e6
armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME
...
definition to stop the mirror script complaining.
2011-03-03 14:33:07 +00:00
Steve McIntyre
3df17fb170
Path to sparc daily builds has changed.
2011-03-02 22:33:47 +00:00
Steve McIntyre
e12ab9e518
Special-case builds of source-only discs: if we think we've overflowed
...
the disc size, try to carry on for a few more packages to get closer
to actually filling the disc. Closes : #613751 .
2011-02-23 17:30:27 +00:00
Steve McIntyre
3c3aa8d79b
* Add disk size definitions for 1/2/4/8 GB USB sticks.
...
* Extend the size-override code to allow to override an individual disc
in the set (e.g. to make the first DVD fit on a 4GB USB stick).
2011-02-23 13:41:33 +00:00
Steve McIntyre
7fe446b244
Add support for over-riding disc size on demand, used for some of the squeeze release builds
2011-02-22 21:52:28 +00:00
Steve McIntyre
5019f35713
Remove win32-loader standalone flavours from the tools/ directory on
...
x86. Closes : #612224
2011-02-22 20:52:44 +00:00
Otavio Salvador
39b4a7300d
Add btrfs-tools on required packages by installer. Closes : #612007 .
2011-02-17 16:25:21 +00:00
Steve McIntyre
6e44e0ff27
start wheezy development; svn cp squeeze wheezy and s/squeeze/wheezy/
2011-02-07 22:30:21 +00:00
Raphaël Hertzog
6e84844875
* Add the missing accent in my family name in Uploaders.
...
* Drop Frans Pop from Uploaders, RIP.
2011-02-04 09:03:41 +00:00
Steve McIntyre
a39a391818
Fix typo in changelog date
2011-02-02 23:50:34 +00:00
Steve McIntyre
a293531f25
Ready for 3.1.5 release
2011-02-02 23:38:28 +00:00
Steve McIntyre
d71a59e14e
* Drop the recommended size for BD-ROMs slightly, on the
...
recommendation of Thomas Schmitt. This will make it more likely that
we'll fit on all media.
2011-01-07 13:22:11 +00:00
Steve McIntyre
1e5e60ce53
Add Closes : #551951
2010-12-27 19:35:23 +00:00
Steve McIntyre
21c4887e35
CONF.sh: fix up the -jigdo-min-file-size option to use 1024 instead of
...
0; genisoimage used to fix this up, but xorriso doesn't.
2010-12-27 19:29:16 +00:00
Steve McIntyre
fc722916d0
* Add code to make isohybrid images for i386/amd64:
...
+ Makefile: Add support for overriding the MKISOFS and MKISOFS_OPTS
variables on a per-arch basis
+ CONF.sh: add working examples for this
+ tools/boot/squeeze/boot-x86: if configured to use xorriso, add the
extra command line options to add the isohybrid MBR. Also work
around a difference in ISO directory naming between genisoimage and
xorriso.
2010-12-24 23:28:44 +00:00
Steve McIntyre
4cea3e7385
Switch to --iso-level 4 for powerpc images to make them work better
...
with POWER machines. Thanks to Milan Kupcevic for the patch. Closes : #603536
2010-12-18 16:22:12 +00:00
Steve McIntyre
e7e5fec52f
Pass the base mkisofs options into make_disc_trees too.
2010-11-27 18:28:45 +00:00
Steve McIntyre
9ebb838735
Really fix perms issues
2010-11-14 16:28:37 +00:00
Steve McIntyre
24a89bcdb7
Fix lintian: warnings: fix perms on boot and contrib scripts
2010-11-14 16:24:22 +00:00
Steve McIntyre
586e0c307d
Added dedication to Frans Pop
2010-11-14 15:47:00 +00:00
Steve McIntyre
f9ac78c21f
Ready for a new upload
2010-11-14 15:38:40 +00:00
Otavio Salvador
39f7a73ca4
squeeze: include zlib-modules for i386 images
2010-11-09 17:18:21 +00:00
Otavio Salvador
a162113429
fix changelog format
2010-11-09 17:18:04 +00:00
Holger Levsen
400f356afa
Start work on Debian Edu images.
2010-10-31 15:12:54 +00:00
Steve McIntyre
938be9c307
Support replacing the g-i image with ones own image. Closes : #601189
2010-10-26 18:33:22 +00:00
Steve McIntyre
e55f885357
Include kbd on first CD rather than console-tools. Closes : #514654
2010-10-03 00:23:46 +00:00
Steve McIntyre
f3928178e9
* Change the default for NORECOMMENDS to 1 for consistency with
...
NOSUGGESTS. Closes : #598196
* Documentation patches
2010-09-29 13:13:04 +00:00
Steve McIntyre
9210fca346
Include the wpasupplicant package on netinsts and larger. Closes : #593914
2010-09-19 21:14:12 +00:00
Steve McIntyre
214f685fa3
Include the acpi package for all x86 media types. Closes : #475243
2010-09-15 09:52:48 +00:00
Steve McIntyre
9fef487e9d
* Fix support for alternative boot splash images. Thanks to Tony Awtrey
...
for the patch. Closes : #537368
2010-09-14 22:49:12 +00:00
Steve McIntyre
d2e0272dbf
Move #594267 changelog entry to the right place
2010-09-14 22:25:41 +00:00
Steve McIntyre
7bd5c98491
* On release builds, use the full version number including all the dots
...
(e.g. 6.0.0 for the squeeze release instead of 600).
2010-09-14 20:23:12 +00:00
Steve McIntyre
6752a1634a
* Update loadlin kernel parameters to match d-i values. Thanks to Samuel
...
Thibault for the patch. Closes : #594267
2010-09-14 12:30:05 +00:00
Steve McIntyre
73c2b96335
* Don't exclude reiserfsprogs-udeb, as rescue-mode depends on it.
...
Closes : #593972
2010-09-14 12:29:29 +00:00
Steve McIntyre
7d07a6cc5f
Add debian-ports-archive-keyring-udeb and
...
emdebian-archive-keyring-udeb to the exclude list - they should be in
the initrd already.
2010-08-20 15:07:25 +00:00
Steve McIntyre
771f754516
Add support for the kfreebsd ports. Closes : #593629
2010-08-20 15:04:23 +00:00
Steve McIntyre
c9bf78eeb6
Minor whitespace/wording fixes for the README file
2010-08-16 12:56:11 +00:00
Steve McIntyre
a2ed38ee35
Minor tweaks to Debian packaging to make lintian happy.
2010-08-16 12:52:48 +00:00
Steve McIntyre
17d3e1088d
* Only include a symlink for the suite actually specified in the
...
Release file. Closes : #590993
2010-08-01 20:43:23 +00:00
Steve McIntyre
17b0ad94ef
Don't reset the value of by default
2010-07-09 11:54:19 +00:00
Steve McIntyre
b5ec72640c
Patch from Ian Campbell <ijc@hellion.org.uk>:
...
Detect duplicates in the extra images used for installation
Several files included under install.{386,amd} are actually identical to
others. Rather than duplicating them attempt to detect this and hardlink
them.
Since images can be downloaded from the web at build time it is not
always possible to detect identical files by looking for the symlinks
created by the debian-installer build. Instead we pass a list of
potential "doppelgangers" to extra_image each of which is checked for
similarity to the new image.
I added gtk/vmlinuz (which is always the same as plain vmlinuz) which
although not necessary makes it more explicit which kernel goes with the
initrd at very little cost.
Hardlinks are used in preference to symlinks since these are expected to
work better with isolinux and the Xen tools.
2010-07-07 23:49:46 +00:00
Steve McIntyre
7f32c206e3
When generating both iso and jigdo files, make sure that the iso files
...
are at least as new as the jigdo files, as this helps people
mirroring. Closes : #587774
2010-07-02 22:43:46 +00:00
Steve McIntyre
cfd48f468e
turn OFF force_firmware by default
2010-05-27 00:55:47 +00:00
Steve McIntyre
b9c25ca204
* Add support for forcing firmware packages onto CD#1:
...
+ Add "FORCE_FIRMWARE=1" to CONF.sh to turn this on
+ Will pick up on packages in the "firmware" task and install them
+ Will also add sym-links to them in CD1/firmware so that new d-i code
can find them easily.
+ Will add a short sentence into README.html/README.txt
* Add top-level control of which checksums are desired for output images
see the CHECKSUMS setting in CONF.sh
* Fix some bashisms in tools/apt-selection.
2010-05-27 00:52:25 +00:00
Steve McIntyre
dad90b0e43
Add dependency on dpkg-dev for dpkg-architecture. Closes : #574879
2010-04-27 12:29:59 +00:00
Steve McIntyre
27d2d9200f
Rename log.add_packages to add_packages.log
2010-04-27 12:27:03 +00:00
Steve McIntyre
f5f5b8b4a7
Rename log.sort_deps* to sort_deps*.log for better consistency.
...
Closes : #571591
2010-04-27 12:25:41 +00:00
Frans Pop
67df0a34b0
Include pciutils on installation CDs
...
It now gets apt-installed by hw-detect.
2010-03-14 07:26:15 +00:00
Frans Pop
7b9e96355e
Excluding reiserfs4 udebs is not needed for Squeeze
...
They are no longer being built.
2010-03-12 02:18:05 +00:00
Frans Pop
7f2d5a048c
Exclude udebs for X.Org-based version of the Graphical Installer
...
If needed they will all be included in the D-I images.
2010-03-12 02:18:01 +00:00
Frans Pop
7acf834acb
generate_d-i+k_list: include grub-legacy inctead of grub
...
The package grub is now an empty package provided by grub-legacy.
2010-02-22 00:12:47 +00:00
Frans Pop
5d791523af
generate_d-i+k_list: drop discover as it's no longer used anywhere
...
It already wasn't used anymore for device detection and starting with
Lenny it's also not used for X.Org anymore.
2010-02-22 00:12:36 +00:00
Frans Pop
8a76e133a9
generate_d-i+k_list: libsysfs2 workaround is no longer needed
...
As the Provides was dropped in the udeb in Lenny, the package no longer
needs to be included explicitly.
2010-02-22 00:12:28 +00:00
Steve McIntyre
29a5a2b6ce
Ready for a new release
2010-02-21 22:49:58 +00:00
Steve McIntyre
599ee0710b
* Cope with errors reported from debootstrap better; don't just treat
...
the text output as package names. Closes : #570474
2010-02-21 22:38:03 +00:00
Steve McIntyre
38423b9daa
Export the CDNAME variable in the conf file. Patch from Karl Goetz.
2010-02-21 21:40:25 +00:00
Steve McIntyre
ebc4911a59
Improve the description for MAXCDS in the conf file.
2010-02-21 21:29:17 +00:00
Steve McIntyre
37f2de9fbf
Improve the description for MAXCDS in the conf file. Patch from Karl Goetz.
2010-02-21 21:27:50 +00:00
Joey Hess
ea87b8decd
* Add firmware-linux-nonfree to firmware list. Left firmware-linux for now
...
though it is now only a dependency package.
* Add firmware-linux-free to firmware list, as a convenient way to make
it available along with the other firmware files. (It could, instead,
be included directly in d-i images, if there were a udeb.)
Closes: 566561
2010-01-23 23:27:16 +00:00
Steve McIntyre
acf3d69328
Extend the code that copes with too-large binary packages to cope with
...
too-large source packages too.
2009-12-29 01:27:25 +00:00