summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: f017bc26720d156f88605bb55b82fad842aee460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
2006-10-25 Daniel Baumann <daniel@debian.org>

	* Applied patch from Marcelo D. Re <mdre@rectorado.unl.edu.ar>:
	  - skip deb-src source-list entries when building images with
	    --without-source.
	* Applied patches from Otavio Salvador <otavio@debian.org>:
	  - adding '--bootstrap-config' to support cdebootstraps
	    '--suite-config'.
	  - allowing override of ${BASE}.
	  - adjust sourcing of scripts, so that only the real scripts are
	    sourced and not other (backup) files.
	  - allowing override of kernel-packages.
	* Reverted mangling of LIVE_DISTRIBUTION for sources.list generation.

2006-10-18 Daniel Baumann <daniel@debian.org>

	* Autodetecting proxy now.

2006-10-16 Daniel Baumann <daniel@debian.org>

	* Readded and slightly changed --clone and --preseed.

2006-10-01 Daniel Baumann <daniel@debian.org>

	* Added multiple repositories.
	* Using LIVE_PROXY_* also for bootstraping.

2006-09-27 Daniel Baumann <daniel@debian.org>

	* Changing manpage section.

2006-09-26 Daniel Baumann <daniel@debian.org>

	* Added default flavour hooks.
	* minimal flavour does not install debian-archive-keyring to save space.
	* Adjusted network patch.

2006-09-25 Daniel Baumann <daniel@debian.org>

	* Removed now unused initramfs-tools hack.
	* Simplified xorg check based on distribution rather than version.
	* Added fix from Bas Wijnen <wijnen@debian.org> for space handling in
	  arguments.
	* Fixed package list handling similar to the fix suggested by Alex Owen
	  <r.alex.owen@gmail.com>.

2006-09-08 Marco Amadori <marco.amadori@gmail.com>

	* 13hack.sh: initramfs-tools hack, check added for xorg.

2006-09-15 Daniel Baumann <daniel@debian.org>

	* Added eject to minimal package selection.

2006-09-14 Daniel Baumann <daniel@debian.org>

	* Adjustements for linux 2.6.17 testing propagation.

2006-09-08 Marco Amadori <marco.amadori@gmail.com>

	* 23net.sh: Fixed binary missing directory creation.
	* templates/iso: Moved common files to templates/common.

2006-09-07 Daniel Baumann <daniel@debian.org>

	* Minor cleanups.
	* Fixed dist target.

2006-09-06 Marco Amadori <marco.amadori@gmail.com>

	* 14chroot.sh, main.sh: Added manifest support.
	* 23net.sh: Added 2 variables for basenames to ease readability.
	* main.sh, 02default.sh: Modified Usage() uses.

2006-09-03 Daniel Baumann <daniel@debian.org>

	* Added dist parameter to easily pull images for live.debian.net.
	* Added "--output" to specify the image name prefix.
	* Exclude iso templates for minimal flavour.

2006-09-02 Daniel Baumann <daniel@debian.org>

	* Added experimental as distribution.
	* Added source image generation.
	* Using dpkg instead of dpkg-architecture, removed dpkg-dev dependency.

2006-08-31 Daniel Baumann <daniel@debian.org>

	* Added "--disable-generic-indices" and "--enable-generic-indices".
	* Fixed i18n lists.
	* Rewritten all lists, comments are now possible.
	* Lists must be now explicitly given with --package-list, no longer as
	  last argument of the make-live call.
	* Setting default sources.list while the image generation, restoring
	  customized ones afterwards.

2006-08-30 Daniel Baumann <daniel@debian.org>

	* Cleanups:
	  - moved 14patch_packages.sh to 13hack.sh.
	  - simplified 13hack.sh.

2006-08-29 Marco Amadori <marco.amadori@gmail.com>

	* pxelinux.cfg: Updated to right defaults, first cifs then nfs or
	  select your favorite way. Rationale: /dev/nfs is for kernel
	  discovering, not for initramfs discover, casper will be just fine
	  with "netboot".
	* 13chroot.sh, 14patch_packages.sh: Added a simple system for patching
	  packages, mainly for xserver-xorg so far.

2006-08-28 Daniel Baumann <daniel@debian.org>

	* Updated documentation.
	* Added patch from Alex Owen <r.a.owen@qmul.ac.uk> to update
	  pxelinux.cfg for NFS root in casper.

2006-08-27 Daniel Baumann <daniel@debian.org>

	* Cleanups.

2006-08-27 Marco Amadori <marco.amadori@gmail.com>

	* Added sysv init blocking policy.

2006-08-22 Daniel Baumann <daniel@debian.org>

	* Reorganised sources.
	* Added staging support.
	* Cleaned up parameter names.
	* testing is now supported.

2006-08-02 Marco Amadori <marco.amadori@gmail.com>

	* Rewrote netboot support.
	* Added support for pure directory rootfs images.

2006-07-28 Daniel Baumann <daniel@debian.org>

	* Added DEBIAN_FRONTEND to chroots(), now completely non-interactive.
	* Fixed wrong chroot patch.

2006-07-27 Marco Amadori <marco.amadori@gmail.com>

	* Changed amd64 kernel naming scheme.

2006-07-19 Daniel Baumann <daniel@debian.org>

	* Bugfixes.

2006-07-18 Daniel Baumann <daniel@debian.org>

	* Added iso templates.

2006-07-17 Daniel Baumann <daniel@debian.org>

	* Added chroot to 01-patch.sh.
	* Added "--logfile".

2006-07-01 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added "--flavour".

2006-06-28 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added "--debug" and "--verbose".

2006-06-23 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Rewritten manpages.

2006-06-19 Marco Amadori <marco.amadori@gmail.com>

	* Added "--templates" options.
	* Fixed some typos.

2006-06-15 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* General fixes.

2006-06-18 Marco Amadori <marco.amadori@gmail.com>

	* Added "-a|--architecture" and "-p|--package-list" options.
	* Reworked how lists works.

2006-06-15 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* General cleanup.

2006-06-14 Marco Amadori <marco.amadori@gmail.com>

	* Re-added "-f|--filesystem".

2006-06-12 Marco Amadori <marco.amadori@gmail.com>

	* Added "--conffile", "--preseed", "--clone", and "--rootfs" options.

2006-06-12 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added new splash.rle.
	* Added memtest86+.
	* Added "--distribution", and "--section" options.
	* Moved /etc/default/make-live to /etc/make-live.conf.

2006-06-11 Marco Amadori <marco.amadori@gmail.com>

	* Added handling of md5sums.

2006-06-09 Marco Amadori <marco.amadori@gmail.com>

	* Added splashy support.
	* Added ext2 rootfs support.
	* Added external hook and path support.
	* Swiched to getopt.

2006-06-02 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added patch from Jason D. Clinton <me@jasonclinton.com>:
	  - Added netboot flavour.
	  - Thanks to SafeDesk Solutions <http://www.safedesk.com/>.

2006-06-01 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Moved syslinux inside the chroot.

2006-05-31 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added kde-*i18n and standard-i18n lists.

2006-05-28 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Added patch from Frederic Lehobey <Frederic.Lehobey@free.fr>:
	  - Added locales to LIVE_PACKAGES.
	  - Added LIVE_MIRROR_KEY, LIVE_REPOSITORY, LIVE_REPOSITORY_KEY, and
	    LIVE_BOOTAPPEND.

2006-05-27 Daniel Baumann <daniel.baumann@panthera-systems.net>

	* Initial release.