Steve McIntyre
0d7c8c6253
Try again for dates
2006-11-26 22:46:57 +00:00
Steve McIntyre
82bb97f5ee
Try again for dates
2006-11-26 22:45:14 +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
a6dc53f5a5
Whitespace
2006-11-14 11:06:19 +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
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
5d2516c0cd
Try to fix the "unofficial development version" bug on official CDs.
2006-08-20 22:31:19 +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
Steve McIntyre
773b972935
Fix the "shortinfo" output in jigdo files
2005-12-18 19:34:35 +00:00
Steve McIntyre
8561aff963
Fix typo; s/ppptp/pptp/
2005-12-17 19:14:31 +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
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
Steve McIntyre
5e16cfe7f9
Quote the params to make_image to make sure they work...
2005-12-08 23:46:42 +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
537afe73f2
Checking in JTE changes
2005-12-07 00:12:11 +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
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
2fbc702d74
don't run debootstrap --resolve-deps, probably unneccessary since debian-cd
...
has a resolver. Also very slow as it downloads Packages files.
2005-09-14 19:36:04 +00:00
Joey Hess
8e07699df8
or was it this way?
2005-09-14 19:07:17 +00:00
Joey Hess
30079de275
or maybe this way?
2005-09-14 19:06:27 +00:00
Joey Hess
16967915ae
fix path definition
2005-09-14 19:05:01 +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
34df7ddf4e
fix sid symlinks, and begin versioning in svn
2005-09-07 15:21:11 +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
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
Santiago Garcia Mantinan
90f70662a9
Couple of small fixes for joeyh's and my latest commits.
2005-05-18 21:45:47 +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
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
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
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
Steve McIntyre
9c619305e7
Sarge is going to have more than 9 CDs; make sure we clean up all of
...
the working dirs.
2004-08-18 17:07:28 +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
Joey Hess
87b13e8e49
catch by pere
2004-07-11 21:50:41 +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
Petter Reinholdtsen
b2952ee6d4
Report what is going on when cleaning the target directories.
2004-07-09 23:07:11 +00:00
Joey Hess
2241a12613
funky quoting to prevent cvs from expanding $$Date$$ in the Makefile
2004-06-29 23:24:57 +00:00
Joey Hess
e150f621b3
clean up
2004-06-29 22:41:38 +00:00
Joey Hess
4167ac3889
Add update-popcon Makefile target (taken from Skolelinux).
2004-06-29 22:21:28 +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
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
Otavio Salvador
42f052f0c1
Fix preprocess of exclude files when EXCLUDE is not set.
2004-05-12 18:19:27 +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
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
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