Log of /branches/EFI_support/README
Parent Directory
|
Revision Log
Revision
1761 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 13 23:19:30 2008 UTC
(4 years, 6 months ago)
by
fjp
Original Path:
trunk/README
File length: 13113 byte(s)
Diff to
previous 1719
,
to
selected 469
Generate tasks dynamically; separate task files per distro release
All tasks files are moved to ./tasks/<codename> subdirectories so they
can be more easily kept up-to-date with specific distro releases.
Always generate the debian-installer and tasksel tasks dynamically:
- all task files for the desired suite are copied to the working
directory at the beginning of each build, and are used from there;
- the debian-installer and tasksel tasks are no longer included in
releases but are always created automatically at build time; this
means users no longer need to run the generate_di_* scripts or the
update_tasksel script;
- the popcon task file will remain included as a static file, but plan
is to add an option to update it automatically for each build; reason
is that updating it requires network access.
Bump version to 3.1.
Revision
1301 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 19 01:58:41 2006 UTC
(6 years, 5 months ago)
by
93sam
Original Path:
trunk/README
File length: 12555 byte(s)
Diff to
previous 1121
,
to
selected 469
* 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
Revision
263 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 6 15:55:12 2001 UTC
(11 years, 7 months ago)
by
hertzog
Original Path:
trunk/README
File length: 11552 byte(s)
Diff to
previous 241
,
to
selected 469
* 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.
Revision
181 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 13 16:48:14 2000 UTC
(12 years, 6 months ago)
by
costar
Original Path:
trunk/README
File length: 10338 byte(s)
Diff to
previous 176
,
to
selected 469
* 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.
Revision
139 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 30 00:04:03 2000 UTC
(12 years, 10 months ago)
by
hertzog
Original Path:
trunk/README
File length: 9878 byte(s)
Diff to
previous 136
,
to
selected 469
* 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.
Revision
132 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 16 23:42:50 2000 UTC
(12 years, 11 months ago)
by
93sam
Original Path:
trunk/README
File length: 9647 byte(s)
Diff to
previous 123
,
to
selected 469
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>
Revision
108 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 18 22:49:02 2000 UTC
(13 years ago)
by
hertzog
Original Path:
trunk/README
File length: 9056 byte(s)
Diff to
previous 96
,
to
selected 469
* 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).
Revision
96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 3 22:05:07 2000 UTC
(13 years, 1 month ago)
by
hertzog
Original Path:
trunk/README
File length: 9015 byte(s)
Diff to
previous 61
,
to
selected 469
* Documentation updates.
* Changed how the sizelimit is get by the scripts (they could have ignored
values given by the environment variable).
* Put the documentation tree from the mirror on the first CD only.
Revision
61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 7 18:59:31 2000 UTC
(13 years, 2 months ago)
by
hertzog
Original Path:
trunk/README
File length: 8992 byte(s)
Diff to
previous 60
,
to
selected 469
* 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.
Revision
60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 26 11:41:10 2000 UTC
(13 years, 2 months ago)
by
hertzog
Original Path:
trunk/README
File length: 8185 byte(s)
Diff to
previous 59
,
to
selected 469
* 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.
Revision
59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 19 17:52:52 2000 UTC
(13 years, 3 months ago)
by
hertzog
Original Path:
trunk/README
File length: 7433 byte(s)
Diff to
previous 52
,
to
selected 469
* 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.
Revision
52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 21 17:20:30 1999 UTC
(13 years, 5 months ago)
by
hertzog
Original Path:
trunk/README
File length: 7227 byte(s)
Diff to
previous 48
,
to
selected 469
* debian/rules removes unneeded CVS directories.
* corrected a litlle quoting problem in the Makefile.
* removed NONUS=0 from the example in the README
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.