Release new version 2.0.12-1+grml.03.
[live-boot-grml.git] / debian / changelog
1 live-boot (2.0.12-1+grml.03) unstable; urgency=low
2
3   * [ebe30c3] Fix usage of manual_add_modules for memdisk boot.
4     manual_add_modules does not support multiple options, therefore
5     mtdblock wasn't part of the initramfs.
6   * [2f4cf82] Support /dev/mtdblock0 as valid device name to
7     proberly support memdisk boot.
8   * [4582073] Fix behaviour of toram bootoption (without any
9     additional arguments) to correctly copy whole medium to RAM.
10
11  -- Michael Prokop <mika@grml.org>  Mon, 20 Dec 2010 17:57:38 +0100
12
13 live-boot (2.0.12-1+grml.02) unstable; urgency=low
14
15   * Rely on the kernel and initramfs-tools for bootoption ip=. We therefore
16     inherit their syntax. [Closes: issue477]
17   * Properly configure DNS when resolvconf is installed and the system uses
18     ip=dhcp for network configuration.
19
20  -- Christian Hofstaedtler <ch@grml.org>  Fri, 10 Dec 2010 13:09:00 +0100
21
22 live-boot (2.0.12-1+grml.01) unstable; urgency=low
23
24   * [ed8e483] Always honor the "nodhcp" boot option.
25     Thanks to Ulrich Dangel <mrud@grml.org> for fixing this regression.
26
27  -- Christian Hofstaedtler <ch@grml.org>  Tue, 07 Dec 2010 14:43:02 +0100
28
29 live-boot (2.0.12-1+grml.00) unstable; urgency=low
30
31   Initial release for grml.
32
33   [ Christian Hofstaedtler ]
34   * add dpatch support to build process
35   * readd grml patches
36   * remove unused boot scripts
37   * update debian/control for grml
38
39   [ Michael Prokop ]
40   * Provide debian/patches/disabled/09_fix_resolvconf_pxeboot.dpatch as
41     15_remove_resolv_conf_symlink.dpatch
42
43  -- Christian Hofstaedtler <ch@grml.org>  Fri, 03 Dec 2010 00:18:47 +0100
44
45 live-boot (2.0.12-1) unstable; urgency=medium
46
47   [ T(A)ILS developers ]
48   * Fixing fromiso= on Squeeze.
49
50  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
51
52 live-boot (2.0.11-1) unstable; urgency=medium
53
54   * Removing deep link to bug page in the manual, since we don't have
55     stable references yet.
56
57  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
58
59 live-boot (2.0.10-1) unstable; urgency=medium
60
61   * Don't do anything in initscript when using toram (Closes: #601575).
62
63  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
64
65 live-boot (2.0.9-1) unstable; urgency=low
66
67   [ T(A)ILS developers ]
68   * Fixing overzealous blacklist usage.
69   * Adding documentation for persistent=cryptsetup in the manpage.
70
71  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
72
73 live-boot (2.0.8-1) unstable; urgency=medium
74
75   [ amnesia ]
76   * Adding live-snapshot.list documentation to manpage.
77
78  -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
79
80 live-boot (2.0.7-1) unstable; urgency=medium
81
82   [ Michal Suchanek ]
83   * Adding initial support for unionmount.
84
85   [ Marco Amadori ]
86   * Included a note about persistent-subtext (Helps: #536728).
87
88   [ Daniel Baumann ]
89   * Running manpage rebuild after manpage updates.
90
91  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
92
93 live-boot (2.0.6-1) unstable; urgency=medium
94
95   [ intrigeri ]
96   * Fixing find_snap to take its second argument into account.
97
98  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
99
100 live-boot (2.0.5-1) unstable; urgency=low
101
102   [ Marco Amadori ]
103   * Fix snapshots' sync-strings usage (Closes: #591330).
104   * Fixed some snapshot related debug messages.
105   * Added support for empty (initial) snapshots.
106
107   [ Daniel Baumann ]
108   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
109     symlinks when checking for dynamically linked files at reboot in
110     initscript.
111
112  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
113
114 live-boot (2.0.4-1) unstable; urgency=low
115
116   [ Daniel Baumann ]
117   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
118     mangling the main sudoers file in accessibility bottom script,
119     create a new file in /etc/sudoers.d and set permissions
120     appropriately.
121   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
122     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
123     and AVD1 to properly boot live media.
124   * Updating uinstall targets in makefile.
125
126   [ Steven Shiau ]
127   * Allowing to assign no gateway in networking bottom script.
128
129   [ Daniel Baumann ]
130   * Removing usplash support from initscript, usplash is dead.
131   * Removing usplash support in initramfs, usplash is dead.
132   * Adding plymouth in bug script.
133
134  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
135
136 live-boot (2.0.3-1) unstable; urgency=low
137
138   * Exiting with 0 in live-boot bug script (Closes: #595262).
139   * Using boot.d instead of boot.conf.d as directory name for custom
140     configuration files.
141
142  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
143
144 live-boot (2.0.2-1) unstable; urgency=low
145
146   * Updating seperators in networking bottom script to fix ip parameter
147     parsing (Closes: #590494).
148   * Updating live-build reference in manpages.
149   * Checking for file existence in initramfs hook (Closes: #595264).
150   * Adding live-toram script to copy the running live system to ram and
151     eject the live media.
152
153  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
154
155 live-boot (2.0.1-1) unstable; urgency=low
156
157   [ Michael Prokop ]
158   * Adding workaround for aufs issue in kernel versions around 2.6.33.
159
160   [ Daniel Baumann ]
161   * Using allow-hotplug instead of auto in automatically created
162     /etc/network/interfaces file.
163
164  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
165
166 live-boot (2.0.0-1) unstable; urgency=low
167
168   * Updating debian-installer languagelist.
169   * Moving configs to etc directory within the source tree.
170   * Removing old docs.
171
172  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
173
174 live-boot (2.0~a16-1) unstable; urgency=high
175
176   [ Daniel Baumann ]
177   * Adding support for resolving DNS names from initramfs, thanks to
178     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
179     is based on (Closes: #589659).
180   * Don't fail in Makefile when there's no checkbashism.
181   * Updating package to standards version 3.9.1.
182
183   [ Michal Suchanek ]
184   * Fix omitpids to work with readonly images.
185
186  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
187
188 live-boot (2.0~a15-1) unstable; urgency=low
189
190   * Making inclusion of languagelist conditional in live hook.
191   * Updating depends of live-initramfs transitional package to reflect
192     relaxed backend depends.
193
194  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
195
196 live-boot (2.0~a14-1) unstable; urgency=low
197
198   * Improving backend dependencies (Closes: #589326).
199
200  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
201
202 live-boot (2.0~a13-1) unstable; urgency=low
203
204   * Listing fromiso parameter in manpage (Closes: #588667).
205   * Improving test targets in Makefile a bit.
206   * Improving clean target in manpages Makefile a bit.
207   * Adding Chris in copyright file (for live-snapshot that is).
208
209  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
210
211 live-boot (2.0~a12-1) unstable; urgency=low
212
213   [ Daniel Baumann ]
214   * Adding preparations for booting through syslinux memdisk.
215
216   [ Marco Amadori ]
217   * Avoiding using busybox cpio applet, this should fix snapshot
218     restore.
219   * Do not print misleading debug message if the snapshot was found
220     correctly.
221   * Removing unreachable code in ethdevice argument handling (Closes:
222     #588307).
223
224   [ Daniel Baumann ]
225   * Adding btrfs support.
226   * Updating package to standards version 3.9.0.
227
228  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
229
230 live-boot (2.0~a11-1) unstable; urgency=low
231
232   * Updating lintian overrides.
233   * Adding missing depends in live-boot on its backend package.
234   * Removing noautologin parameter from live script, this functionallity
235     was moved to live-config.
236
237  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
238
239 live-boot (2.0~a10-1) unstable; urgency=low
240
241   * Removing depends on live-config in live-boot.
242   * Adding live-config-sysvinit to depends of live-initramfs.
243   * Alternatively depend on busybox or busybox-initramfs on live-boot-
244     initramfs-tools.
245
246  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
247
248 live-boot (2.0~a9-1) unstable; urgency=low
249
250   [ Michal Suchanek ]
251   * Fix missing log_end_msg in live-boot.init.
252
253  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
254
255 live-boot (2.0~a8-1) unstable; urgency=low
256
257   * Removing serialtty bottom script.
258   * Removing compcache configuration file.
259   * Removing options that are now in live-config from parameters.txt.
260
261  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
262
263 live-boot (2.0~a7-1) unstable; urgency=low
264
265   [ Michal Suchanek ]
266   * Adding initial iSCSI boot support.
267   * Really set NETBOOT with iSCSI.
268   * Document iscsi in the man page.
269
270   [ Daniel Baumann ]
271   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
272     care about that now.
273
274  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
275
276 live-boot (2.0~a6-1) unstable; urgency=low
277
278   [ Daniel Baumann ]
279   * Updating update-version script.
280   * Updating update-version script.
281   * Removing keyboard bottom script, live-config takes care about that
282     now.
283   * Removing getty and login wrappers, live-config takes care about that
284     now.
285   * Removing configure_init bottom script, live-config takes care about
286     that now.
287
288   [ Michal Suchanek ]
289   * Moving check for iso image in initscript from the start to the end
290     before ejecting media.
291   * Using sendsigs.omit to avoid killing / (Closes: #584690).
292
293  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
294
295 live-boot (2.0~a5-1) unstable; urgency=low
296
297   [ Michal Suchanek ]
298   * Fixing http boot:
299
300   [ Daniel Baumann ]
301   * Ammending 2.0~a3-1 changelog entry with bug number.
302
303   [ Michal Suchanek ]
304   * Adding support for booting iso images over http or wget.
305
306   [ Daniel Baumann ]
307   * Renaming internal ext_mountpoint variable to alt_mountpoint for
308     clarity.
309
310   [ Michal Suchanek ]
311   * Removing leftover url= option, this ain't gonna work this way, see
312     fetch=.
313   * Adding DHCP debugging option.
314   * Updating docs wrt/ httpfs.
315
316   [ Daniel Baumann ]
317   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
318     live-config.
319   * Removing apt_cdrom bottom script, not used anyway.
320   * Removing some boot parameters obsoleted by live-config.
321
322  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
323
324 live-boot (2.0~a4-1) unstable; urgency=low
325
326   * Removing obsolete boot parameter from manpages.
327   * Running checkbashisms with -f and -x in Makefile.
328
329  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
330
331 live-boot (2.0~a3-1) unstable; urgency=low
332
333   * Removing umountfs bottom script, not needed anymore (see #518463).
334
335  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
336
337 live-boot (2.0~a2-1) unstable; urgency=low
338
339   * Removing locales  bottom script, now handled by live-config.
340   * Simplyfing makefile a bit.
341
342  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
343
344 live-boot (2.0~a1-1) experimental; urgency=low
345
346   * Initial release.
347
348  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200