Steve McIntyre
cd78bc5991
Fixes to the md5-list usage:
...
Don't just echo the md5-list entry in DIJIGDO=2 binary; use it!
Lose the echo; not necessary any more, and it's confusing
Use source md5-lists in $(SDIR), not $(BDIR)
Clean up the right files
2004-07-14 18:51:08 +00:00
Steve McIntyre
22accde67a
Use the new -md5-list JTE option to mkisofs to allow md5 checking at
...
image creation time rather than as a mirror-check step:
Added grab_md5 as a helper script to extract the filenames and MD5s
from Packages/Sources files
mirrorcheck target build now gone, replaced by mirrorcheck-binary and
mirrorcheck-source; updated build*.sh to cope with this.
Disable tools/mirror_check for now; actually remove it later.
2004-07-14 01:32:17 +00:00
Steve McIntyre
6fcab0af68
Remove the check for JIGDOCMD
2004-07-12 22:51:10 +00:00
Steve McIntyre
8a54182411
First checkin of the JTE changes.
...
Removed pi-makelist targets and docs
2004-07-12 22:45:51 +00:00
Steve McIntyre
1872dd6959
First checkin of the JTE changes.
...
The core of the changes to debian-cd are in the Makefile.
Remove old jigdo-generation rules and associated definitions:
JIGDOSCRIPT
$(TDIR)/jigdofilelist
Also removed the old pi-makelist rule; not needed any more
Added new, simplified code to generate .jigdo and .template files
using a JTE-patched mkisofs instead.
2004-07-12 22:37:40 +00:00
Steve McIntyre
c1a53c0365
First checkin of JTE changes.
...
Add necessary definitions for the JTE code:
JIGDO_OPTS: options to pass to mkisofs when making jigdo files
JIGDO_EXCLUDE: list of exclude patterns
Removed option JIGDOCMD; it's no longer used with JTE
2004-07-12 22:34:03 +00:00
Steve McIntyre
e24f3fe2be
First checkin of JTE changes.
...
Add a simple helper script jigdo_cleanup to sanitise the .jigdo files
after mkisofs-jte has created them. Add:
iso image filename
template filename
template info
fallback urls
to the raw .jigdo
2004-07-12 22:30:02 +00:00
Steve McIntyre
c924cdc420
First checkin of JTE changes.
...
The JTE patch includes direct support for making CDs bootable on
alpha, hppa, mips and mipsel. Specify the options necessary for
mkisofs to use that support.
2004-07-12 22:26:43 +00:00
Unknown Author
d3bc23ce64
This commit was manufactured by cvs2svn to create branch 'jte_support'.
2004-07-12 21:22:05 +00:00
Steve McIntyre
932c89932e
Checking in changes used for the woody r2 update images:
...
Cope with changes in md5sum; don't fail if we get the spurious "-"
2004-07-12 21:22:05 +00:00
Steve McIntyre
fa62c31887
Checking in changes used in making the woody r2 update images
2004-07-12 21:20:43 +00:00
Steve McIntyre
9a9978fa73
Checking in old changes used for the woody r2 images:
...
Cope with newer versions of silo in the mirror; use the oldest to make
sure it'll still work with woody
Complain and stop if we fail to find the cd.b or second.b boot files
2004-07-12 21:18:14 +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
Joey Hess
f74bc4c693
consistent indentation
2004-07-11 21:33:42 +00:00
Petter Reinholdtsen
0df4d3b579
Typo.
2004-07-11 15:35:36 +00:00
Petter Reinholdtsen
979f6666f3
Better error messages when the config is missing or the mirror is incomplete.
2004-07-11 15:22:58 +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
Colin Watson
8ea83f4810
Here-documents already do parameter expansion if EOF is unquoted, so no
...
need for the sed.
2004-07-10 01:34:44 +00:00
Petter Reinholdtsen
b2952ee6d4
Report what is going on when cleaning the target directories.
2004-07-09 23:07:11 +00:00
Petter Reinholdtsen
e29828b228
Untabify.
2004-07-09 22:58:03 +00:00
Steve McIntyre
51dcd370d7
Initial versions of boot.calc files for HFS images using the new
...
SIZE_MULT options. These sizes will probably need tweaking individually
2004-07-09 16:28:20 +00:00
Steve McIntyre
70d317d202
Added support for SIZE_MULT_x when calculating full disc sizes. Best
...
use is on m68k and powerpc images where HFS hybrid metadata seems to
add ~10% to the size of the image.
2004-07-09 14:50:34 +00:00
Raphaël Hertzog
26b8aaa25e
- Add missing Build-Depends-Indep.
2004-07-07 07:39:04 +00:00
Joey Hess
ef257176b2
Fix obscenely stupid typo in KERNEL_PARAMS support. (bad manual merge I think)
2004-07-07 03:31:05 +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
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
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
Petter Reinholdtsen
8ed401c8f3
Regenereated tasks/popularity-contest-sarge based on the current data.
2004-06-05 20:01:39 +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
77b4a0a1eb
m68k bump kernels to 2.4, except mac
2004-05-13 14:40:55 +00:00