1 live-initramfs (1.215.1-1grml.00) unstable; urgency=low
3 * Sync with Debian's version 1.215.1-1.
4 * Update debian/control (bump Standards-Version to 3.8.4 and
6 * Refresh debian/patches/07_support_findiso.dpatch.
7 * Drop 10_support_ethdevice.dpatch (applied upstream).
8 * Drop 14_prefer_removable_devices.dpatch (applied upstream).
9 * Drop 15_support_cciss_in_isofrom.dpatch (applied upstream).
10 * Drop 16_do_not_leak_modprobe_options.dpatch (applied upstream).
12 -- Michael Prokop <mika@grml.org> Tue, 11 May 2010 11:12:38 +0200
14 live-initramfs (1.177.1-1grml.03) unstable; urgency=low
16 * Avoid booting failures when kernel options like libata.dma=0
19 -- Michael Prokop <mika@grml.org> Fri, 02 Apr 2010 13:40:04 +0200
21 live-initramfs (1.177.1-1grml.02) unstable; urgency=low
23 * aufs2 in kernel 2.6.33 has a regression with regards to
24 accessing directories, causing e.g. FAI to fail.
25 A simple workaround in 05mountpoints addresses this issue.
27 -- Michael Prokop <mika@grml.org> Thu, 01 Apr 2010 15:08:46 +0200
29 live-initramfs (1.177.1-1grml.00) unstable; urgency=low
31 * New patch to prefer removable devices over non-removable devices,
33 * Support cciss host adapter in bootoption isofrom. [Testing: issue827]
35 * Synchronise with Debian's version 1.177.1-1 and its following
38 -- Michael Prokop <mika@grml.org> Wed, 24 Mar 2010 01:05:31 +0100
40 live-initramfs (1.173.3-1grml.01) unstable; urgency=low
42 * Synchronise with Debian's version 1.173.3-1.
43 * Drop 5 of my patches that have been integrated upstream:
45 - 02_more_verbose_toram.dpatch
46 - 04_drop_usage_of_fstype.dpatch
47 - 06_support_fromiso_isofrom.dpatch
48 - 08_readonly_devices.dpatch
49 * Change wording from "Mounted live system on ..." to
50 "Mounted live system from ..." and use '*' instead of '->' for
52 * Reword failure message in 05_boot_failure_message_grml.dpatch.
53 * New patch: always display warnings and failures on console, ignore
54 "quiet" bootoption and override log_* functions from initramfs-tools.
55 * Add patch 10validateroot to validate root device before accessing it.
57 -- Michael Prokop <mika@grml.org> Sat, 20 Feb 2010 17:20:05 +0100
59 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
61 * Support bootoption bootid.
63 -- Michael Prokop <mika@grml.org> Wed, 03 Feb 2010 01:44:06 +0100
65 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
67 * 10_support_ethdevice.dpatch - more robust network booting:
68 Support multiple network devices in bootoption ethdevice,
69 new bootoption ethdevice-timeout (override the default being
70 15 seconds for configuration) and automatically try to configure
71 all present network devices if not configured otherwise.
73 -- Michael Prokop <mika@grml.org> Tue, 29 Dec 2009 22:38:10 +0100
75 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
77 * Synchronise with Debian's version 1.157.4-1.
78 * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
79 vol_id -> blkid issue (see #555529).
81 -- Michael Prokop <mika@grml.org> Fri, 13 Nov 2009 23:29:39 +0100
83 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
85 * Add debian/patches/11_dhcphostname.patch (initial version by
86 Andreas Thienemann <andreas@bawue.net> - thanks!):
87 Support 'nodhcphostname' option which will disable setting the
88 hostname of the booted system according to the dns information.
89 This patch takes care of the netboot case.
90 * Bump Standards-Version to 3.8.3 (no further changes).
92 -- Michael Prokop <mika@grml.org> Sat, 17 Oct 2009 17:21:44 +0200
94 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
96 * Synchronise with Debian's version 1.157.3-1.
97 * debian/patches/07_support_findiso.dpatch: insert a leading "/"
98 in front of the FINDISO argument so it doesn't hit persons
99 who forget a slash in the bootoption. Suggested by
100 Philip Hands <phil@hands.com> - thanks!
101 * grml/23networking: add support for bootoption noudev so the
102 udev part in initramfs is skipped as well.
103 * New patch 10_support_ethdevice.dpatch: support setting NIC name
104 via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
106 -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:53:46 +0200
108 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
110 * Apply PXE patch on our own networking script instead of
111 using upstream's file.
112 * Bootoption readonly: set all present virtio blockdevices
113 (/dev/vd*) to readonly as well (thanks, gebi).
115 -- Michael Prokop <mika@grml.org> Tue, 02 Jun 2009 01:05:17 +0200
117 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
119 * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
121 When installing grml for PXE boot the system has network after
122 boot but no usable DNS. /etc/resolv.conf is empty except the
123 warning to not edit this file manually but to use the resolvconf
126 The problem is, that the 23networking scripte in the initrd
127 correctly creates the resolv.conf, but it's being overwritten by
128 the resolvconf utility on boot.
130 The fix for now is to remove the symlink so resolvconf breaks
131 early and DNS is working then.
133 -- Michael Prokop <mika@grml.org> Mon, 01 Jun 2009 18:47:01 +0200
135 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
137 * Update patch 07_support_findiso.dpatch: make sure to get rid of
138 loopback device and unmount /live/findiso when using findiso
139 bootoption in combination with toram. Thanks to Marc Haber.
142 -- Michael Prokop <mika@grml.org> Fri, 29 May 2009 12:35:06 +0200
144 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
146 * Update patch 06_support_fromiso_isofrom.dpatch:
147 Make sure to get rid of loopback device and unmount /isofrom
148 when using fromiso/isofrom bootoption in combination with toram.
149 Thanks to Marc Haber for reporting and the VM setup!
151 -- Michael Prokop <mika@grml.org> Fri, 15 May 2009 18:40:20 +0200
153 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
155 * Re-enabling 04_fix_no_medium_found_error as
156 04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
157 in a running live-system because fstype is an executable
158 on grml, whereas it's just a shell function in live-initramfs.
159 * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
160 * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
162 -- Michael Prokop <mika@grml.org> Thu, 23 Apr 2009 11:34:24 +0200
164 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
166 * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
167 providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
168 where 'udevadm info' replaces 'udevinfo').
170 -- Michael Prokop <mika@grml.org> Thu, 09 Apr 2009 01:08:30 +0200
172 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
174 * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
176 * Only snapshotting in initscript when we actually run with persistence.
179 * Checking if /var/log is writable before trying to copy live.log
180 to the newly mounted root filesystem (Closes: #516914).
183 * Adding hack to remove live specific filesystems from
184 umounfs initscript (Closes: #506410, #515718).
185 * Adding comsetic line wrapping for output of local-gen messages
187 * Merging casper 1.157.
188 * Only calling install-keymap if it's actually installed, which is
189 always but in minimal images the case though (Closes: #517153).
190 * Adding silent boot parameter.
191 * Respecting media timeout even when specificing media device manually.
192 * Also allowing to use the removable keyword for specifying a live media.
193 * Adding removable-usb keyword to further restrict live media selection.
194 * Correcting check for usb when using removable-usb keyword.
195 * Correcting typo in locale bottom script.
197 -- Michael Prokop <mika@grml.org> Mon, 06 Apr 2009 14:01:31 +0200
199 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
201 * Do not use full path for printf executable. [Closes: issue640]
203 -- Michael Prokop <mika@grml.org> Tue, 24 Feb 2009 10:06:48 +0100
205 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
207 * New patch 08_readonly_devices.dpatch to support read-only operation
208 on hard disk devices when using bootoption 'forensic'.
209 * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
210 * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
211 * Adding note about URL limitations in live-initramfs manpage when
212 using fetch parameter.
213 * Replacing casper with live in live-new-uuid.
214 * Added missing variable quoting that lead to broken root persistence,
215 thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
216 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
217 setting a path for the persistence files through persistent-path boot
218 parameter (Closes: #512661).
219 * Adding persistent-path to parameter list and manpage.
220 * Actually building/cleaning manpages through targets in Makefile.
221 * Also checking for wicd in 23networking, thanks to Ben Armstrong
223 * Don't redirect output of fstype detection to standard out, thanks to
224 Ronny Standtke <Ronny.Standtke@gmx.net>.
225 * Adding ext4 support.
226 * Merging casper 1.156.
227 * Updating parameters.txt.
229 -- Michael Prokop <mika@grml.org> Fri, 20 Feb 2009 17:29:53 +0100
231 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
233 * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
234 findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
236 -- Michael Prokop <mika@grml.org> Mon, 12 Jan 2009 15:44:33 +0100
238 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
240 * Disable several configuration options in /etc/live.conf as we don't
241 install most of the scripts at all.
242 * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
243 which hopefully addresses the /etc/resolv.conf issue when booting via
245 * Update VCS-headers in debian/control so they point to grml's repository.
246 * Sync with Debian 1.154.4-1:
248 * Support further checks on loopback image and support skipping union
249 mounts (Closes: #509446).
251 * Updating authors file.
253 * Reworked integrity-check (Closes: #507477).
254 * Cleaned the boot log a bit.
256 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
257 to set variables in previous bottom scripts.
258 * Merging casper 1.140-1.154.
259 * Add a warning message when no image can be found.
260 * Adding a panic message when we netboot and have no supported network
261 device (Closes: #496684).
262 * Turning 'no supported filesystem images found' into a panic message,
263 rather than a warning.
264 * Also adding ralink to network device check.
265 * Removing spurious 'livefs_root' in copy_live_to();.
267 -- Michael Prokop <mika@grml.org> Thu, 08 Jan 2009 19:06:31 +0100
269 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
271 * Sync with Debian's git repository
272 (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
273 - Removing spurious 'livefs_root' in copy_live_to();.
274 - Also using splashy in shutdown message of the initscript.
275 - Also adding ralink to network device check.
276 - Turning 'no supported filesystem images found' into a panic
277 message, rather than a warning.
278 - Adding a panic message when we netboot and have no supported
279 network device (Closes: #496684).
280 - Add a warning message when no image can be found.
282 /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
283 we now start using persitency features.
284 * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
285 No longer use fstype at all, but use vol_id by default.
287 -- Michael Prokop <mika@grml.org> Mon, 24 Nov 2008 11:49:17 +0100
289 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
291 * Do not use NOPERSISTENT='Yes' so we can use persistency features
294 -- Michael Prokop <mika@grml.org> Thu, 20 Nov 2008 11:47:46 +0100
296 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
298 * Resync with Debian's 1.139.1-4 version.
301 * Ignore errors from fstype.
302 * Display "Mounted live system on ..." during bootup.
303 * Fix the "cannot open /dev/scd0: No medium found" issue.
304 * Support isofrom/fromiso bootoption.
306 -- Michael Prokop <mika@grml.org> Mon, 17 Nov 2008 10:44:13 +0100
308 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
310 * Resync with Debian's 1.139.1-2 version.
311 * Add debian/patches/04_ignore_errors_from_fstype.dpatch
312 to ignore errors from fstype, otherwise we have
313 "stdin: error 0" during bootup.
315 -- Michael Prokop <mika@grml.org> Mon, 15 Sep 2008 17:43:13 +0200
317 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
319 * Resync with Debian's 1.139.1-1 version.
321 * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
322 * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
323 * Integrate debian/patches/03_grml_version_file_hook.dpatch.
324 * Readd dpatch to build depends.
326 -- Michael Prokop <mika@grml.org> Mon, 01 Sep 2008 12:34:04 +0200
328 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
330 * Activate all grml specific patches again (as we have
331 a working toolchain for booting).
333 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 21:41:36 +0200
335 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
337 The "OMG, I hate the booting toolchain" release.
339 * Improve boot failure splash.
340 * Don't remove scripts/live-bottom in grml package but
341 remove it in build sequence, this provides better
342 synching with Debian.
343 * Readd scripts/live-bottom/05mountpoints, otherwise
344 we suffer from "run-init: nuking initramfs contents".
345 * Update debian/control.
347 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 20:38:36 +0200
349 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
351 * Resync with Debian's current Git version [20080816,
352 git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
353 * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
354 and resync other patches as well.
355 * Copy /etc/grml_version to initrd.
357 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 10:25:54 +0200
359 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
361 * Disable use of util-linux's mount binary through
362 06_get_rid_of_utillinux-mountbinary.dpatch which
363 gets rid of /sbin/mount.cifs. See
364 http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
365 for more details about the problem.
367 -- Michael Prokop <mika@grml.org> Fri, 01 Aug 2008 16:09:58 +0200
369 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
371 * Sync with Debian [1.136.3-1] once more (no new
372 changes except for my own patch which has been applied).
373 * Adjust path of rsync (use /bin).
374 * Drop duplicate NOFSTAB from /etc/live.conf.
375 * Get rid of all scripts in scripts/live-bottom/ except
376 for 05mountpoints which is necessary to get a working setup.
378 -- Michael Prokop <mika@grml.org> Sun, 20 Jul 2008 19:18:27 +0200
380 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
382 * Rebase against current version of live-initramfs in Debian.
383 * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
384 debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
385 * Get rid of 03_support_for_lzma.diff.
386 * Add dpatch as Build-Depency.
388 -- Michael Prokop <mika@grml.org> Thu, 17 Jul 2008 13:38:06 +0200
390 live-initramfs (1.136.2-1) unstable; urgency=medium
392 * Replacing previous imperfect changes for udevadm with check for
393 udevadm and using old commands when beeing on etch. Also handling
394 udevtrigger with udevadm if available.
395 * Correcting httpfs2 inclusion in hook.
397 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
399 live-initramfs (1.136.1-1) unstable; urgency=medium
402 * Fix call to log_warning_msg. Thanks to Bradley Smith
403 <brad@brad-smith.co.uk>.
404 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
406 * Check losetup capabilities before specifying to mount as read-only.
407 * Modprobe 'esp' SCSI driver for the benefit of sparc.
408 * Quieten call to modprobe ide-generic.
409 * Move local-top/live to live-premount/modules so it gets called before
411 * Sync bug script "dpkg -l" calls with debian/control
414 * Defaulting now to aufs if no union= parameter is given.
415 * Merging casper version 1.136.
416 * Merging casper version 1.135.
417 * Merging casper version 1.134.
418 * Merging casper version 1.133.
419 * Converting udev depends into a versioned depends in order to reflect udevadm
421 * Updating live-snapshot to GPL-3+.
422 * Updating to standards 3.8.0.
423 * Renaming forgotton uuid file to live-uuid.
426 * udevtrigger replacement.
427 * live-snapshot: fixed the remount helper.
428 * live-snapshot: now supports a static keep file list.
429 * Try to bind /cow to /live/cow if unable to move.
430 * live-snapshot: cleaned some wordings.
431 * live-snapshot: included vital informations on exit.
432 * live-snapshot: new "--refresh" option.
433 * live-snapshot: cleaned and sorted used command line defaults.
434 * live-snapshot: nicer default auto unmount logic.
435 * live-snapshot: honour "-o|--output FILE".
436 * live-snapshot: removed a useless mkdir.
437 * live-snapshot: removed an unused and useless function.
438 * live-snapshot: fixes snapshotting from resync string.
441 * Add support for httpfs= and ftpfs= parameters.
443 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
445 live-initramfs (1.132.1-1) unstable; urgency=medium
448 * Don't escape asterisks in languagelist update code
451 * Updating copyright header in live-snapshot.
452 * Removing useless whitespaces and empty lines.
453 * Correcting grammatical errors in live-snapshot description.
454 * Removing live-snapshot version as this component is always released
455 within live-initramfs itself.
456 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
457 * Merging casper 1.132.
458 * Merging casper 1.131.
459 * Ignoring floppy devices for live filesystem as well as live
461 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
462 live.log and show its messages during boot (Closes: #440238).
463 * Updating vcs fields in control file.
464 * Handling conflicting klibc includes with initramfs-hooks of other
465 packages (Closes: 475783).
468 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
470 * Calling live-snapshot now produces an output file.
473 * Workaround loop-aes-utils losetup incompatibility
474 * Fix toram (change mount --move to mount -o move)
476 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
478 live-initramfs (1.130.1-3) unstable; urgency=high
480 * Handle non-existing klibc includes in live hook (Closes: #475783).
481 * Adding loop-aes-utils to recommends.
483 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
485 live-initramfs (1.130.1-2) unstable; urgency=medium
488 * Remove bogus dependency on Ubuntu "localechooser-data" package
490 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
492 live-initramfs (1.130.1-1) unstable; urgency=medium
495 * Use triggers when calling update-initramfs in postinst and postrm
498 * Sorting some lines in live hook.
499 * Merging casper 1.130.
500 * Merging casper 1.129.
501 * Adjusting code formating in maintainer scripts.
502 * Restricting counting of installed kernels based on /boot/vmlinuz-*
503 instead of /boot/vmlinuz*.
505 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
507 live-initramfs (1.128.1-1) unstable; urgency=medium
510 * Fixed a misleading debug message.
511 * Added /cow mounting debug messages.
512 * Fixed /cow mounting.
513 * Klibc: added some libraries to the intramfs.
516 * Merging casper 1.128.
518 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
520 live-initramfs (1.127.1-1) unstable; urgency=medium
523 * Merging casper 1.127.
524 * Merging casper 1.126.
525 * Removing too early recommends to live-initscripts in control to make
526 some people happy (Closes: #431000).
529 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
531 * scripts/live-helpers: Don't search ram block devices
532 * scripts/live-helpers: Search / use case
533 * scripts/live-helpers: Fixes for set -e
534 * bin/live-snapshot: Vastly rework script
535 * bin/live-snapshot: Fix argument handling (Closes: #461595)
536 * scripts/live: Make 'nopersistent' parameter actually disable
539 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
541 live-initramfs (1.125.1-1) unstable; urgency=medium
544 * Merging casper 1.125.
547 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
548 * Rename 18hostname -> 06hostname
550 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
552 live-initramfs (1.124.1-1) unstable; urgency=medium
555 * Adjusting live-snapshot to live-initramfs.
556 * Merging casper 1.124.
557 * Adjusting 44pk_allow to live-initramfs.
558 * Merging casper 1.123.
559 * Merging casper 1.122.
560 * Merging casper 1.121.
561 * Merging casper 1.120.
564 * 99hook: Download hook script from inside target filesystem
566 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
568 live-initramfs (1.119.1-1) unstable; urgency=medium
570 * Creating resolv.conf when netbooting not just when there's no
571 resolv.conf, but also when it is empty.
572 * Making hooks executable after fetching them.
573 * Removing disabling of kwallet.
574 * Merging casper 1.119.
576 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
578 live-initramfs (1.118.2-1) unstable; urgency=medium
581 * Explicitly set Xorg video driver.
582 * Patch to use cryptsetup volumes for persistent storage.
585 * New upstream release.
586 * Fixing wrong email address in changelog (was bug in git-dch config).
587 * Bumping package to policy 3.7.3.
588 * Rewriting copyright in machine-interpretable format.
589 * Adding hook parameter to execute custom scripts.
593 * Now it includes lzma kernel module dependencies.
595 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
597 live-initramfs (1.118.1-1) unstable; urgency=medium
600 * New upstream release.
601 * Adding direct depends to udev, thanks to Anton Lundin
602 <glance@acc.umu.se> (Closes: #452448).
603 * Merging casper 1.111.
604 * Bumping version to 1.110.1-1.
605 * Merging casper 1.112.
606 * Merging casper 1.113.
607 * Adjusting to live-initramfs.
608 * Bumping version to 1.113.1-1.
609 * Merging casper 1.114.
610 * Merging casper 1.115.
611 * Merging casper 1.116.
612 * Merging casper 1.117.
613 * Merging casper 1.118.
614 * Bumping version to 1.118.1-1.
617 * debian: add mtd-tools as suggestion since it's required for jffs2
619 * hooks: include jffs2 kernel module on initramfs image
620 * live-snapshot: add support to use jffs2 images
621 * live: add support for jffs2 images and snapshots
622 * live-helpers: add jffs2 as a valid image
623 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
625 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
627 live-initramfs (1.110.7-1) unstable; urgency=medium
629 * New upstream release.
630 * Fixing fstab handling.
631 * Fixing regression from mounting the ow device on a nfs volume,
632 thanks to An-Cheng Huang <ancheng@vyatta.com>.
634 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
636 live-initramfs (1.110.6-1) unstable; urgency=medium
638 * New upstream release.
639 * Preparing live-initramfs 1.110.6-1.
640 * Adding custom reportbug script.
641 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
642 * Adding checkbashsms call to test target of the Makefile as suggested
643 by Trent W. Buck <trentbuck@gmail.com>.
645 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
647 live-initramfs (1.110.5-1) unstable; urgency=medium
649 * New upstream release.
650 * Preparing live-initramfs 1.110.5-1.
651 * Using kdm initscript autologin overrides, thanks to Kel Modderman
653 * Setting the kdm language, thanks to Jordi Pujol
654 <jordi_pujol@telefonica.net>.
655 * Adding files to the live filesystem according to the MAC number,
656 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
657 * Fixing some coding style issues.
659 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
661 live-initramfs (1.110.4-1) unstable; urgency=medium
664 * New upstream release.
665 * Preparing live-initramfs 1.110.3-1.
666 * Correcting homepage field.
667 * Correcting vcs fields.
670 * add support for mounting the cow device on an nfs volume
672 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
674 live-initramfs (1.110.3-1) unstable; urgency=medium
677 * New upstream release.
678 * Preparing live-initramfs 1.110.3-1.
679 * Removing ubuntu support.
682 * Fix typo to get serial console to work
685 * add support for exposedroot option for live-helper
687 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
689 live-initramfs (1.110.2-1) unstable; urgency=medium
691 * New upstream release.
692 * Preparing live-initramfs 1.110.2-1.
693 * Fixing typing error.
694 * Removing nodiratime as it is already included in noatime, thanks to Kel
695 Modderman <kel@otaku42.de>.
697 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
699 live-initramfs (1.110.1-1) unstable; urgency=medium
701 * New upstream release.
702 * Preparing live-initramfs 1.107.2-1.
703 * Also using nodiratime, not just noatime.
704 * Merging casper 1.108.
705 * Adjusting to live-initramfs.
706 * Merging casper 1.109.
707 * Adjusting to live-initramfs.
708 * Merging casper 1.110.
709 * Adjusting to live-initramfs.
710 * Bumping version to 1.110.1-1.
712 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
714 live-initramfs (1.107.1-1) unstable; urgency=medium
716 * New upstream release.
717 * Preparing live-initramfs 1.102.4-2.
718 * Replacing backticks with POSIX expression.
719 * Consistently using curly brackets for variables.
721 * Merging casper 1.105.
722 * Adjusting to live-initramfs.
723 * Bumping version to 1.105.1-1.
724 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
725 cow mount rather than binding it on /live/cow. This prevents the
726 /cow mount showing up in /proc/mounts.
727 * Merging casper 1.106.
728 * Adjusting to live-initramfs.
729 * Bumping version to 1.106.1-1.
730 * Fixing wrong homepage field.
731 * Fixing typing error.
732 * Merging casper 1.107.
733 * Bumping version to 1.107.1-1.
735 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
737 live-initramfs (1.104.1-1) unstable; urgency=medium
739 * New upstream release.
741 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
743 live-initramfs (1.102.1-1) unstable; urgency=medium
745 * New upstream release.
747 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
749 live-initramfs (1.99.2-1) unstable; urgency=medium
751 * New upstream release:
752 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
755 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
757 live-initramfs (1.99.1-1) unstable; urgency=medium
759 * New upstream release.
761 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
763 live-initramfs (1.96.2-1) unstable; urgency=medium
765 * New upstream release.
767 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
769 live-initramfs (1.96.1-1) unstable; urgency=medium
771 * New upstream release.
773 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
775 live-initramfs (1.95.3-1) unstable; urgency=medium
777 * New upstream release.
779 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
781 live-initramfs (1.95.2-1) unstable; urgency=medium
783 * New upstream release.
785 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
787 live-initramfs (1.95.1-1) unstable; urgency=medium
789 * New upstream release.
791 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
793 live-initramfs (1.91.6-1) unstable; urgency=medium
795 * New upstream release.
797 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
799 live-initramfs (1.91.5-1) unstable; urgency=medium
801 * New upstream release.
803 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
805 live-initramfs (1.91.4-1) unstable; urgency=medium
807 * New upstream release:
808 - Dropping transitional package, not needed anymore.
810 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
812 live-initramfs (1.91.3-1) unstable; urgency=medium
814 * New upstream release.
816 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
818 live-initramfs (1.91.2-1) unstable; urgency=medium
820 * New upstream release.
822 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
824 live-initramfs (1.91.1-1) unstable; urgency=medium
826 * New upstream release.
828 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
830 live-initramfs (1.90.1-1) unstable; urgency=medium
832 * New upstream release.
834 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
836 live-initramfs (1.87.6-1) unstable; urgency=medium
838 * New upstream release.
840 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
842 live-initramfs (1.87.5-1) unstable; urgency=medium
844 * New upstream release, replacing casper.
846 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
848 live-initramfs (1.87.4-1) unstable; urgency=medium
850 * New upstream release.
852 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
854 live-initramfs (1.87.3-1) unstable; urgency=medium
856 * New upstream release.
858 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
860 live-initramfs (1.87.2-1) unstable; urgency=low
862 * New upstream release.
864 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
866 live-initramfs (1.87.1-1) unstable; urgency=low
868 * Initial release, forking casper.
870 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200