1 live-initramfs (1.215.1-1grml.01) unstable; urgency=low
3 * Drop support for raw images on block devices. We never
4 officially supported this feature at all, it is
5 too unreliable for robust booting.
6 * Add debian/patches/14_no_blkid_on_lenny.dpatch to make
7 sure we fall back to udev's vol_id if blkid isn't
8 available (as on lenny).
10 -- Michael Prokop <mika@grml.org> Thu, 27 May 2010 23:48:57 +0200
12 live-initramfs (1.215.1-1grml.00) unstable; urgency=low
14 * Sync with Debian's version 1.215.1-1.
15 * Update debian/control (bump Standards-Version to 3.8.4 and
17 * Refresh debian/patches/07_support_findiso.dpatch.
18 * Drop 10_support_ethdevice.dpatch (applied upstream).
19 * Drop 14_prefer_removable_devices.dpatch (applied upstream).
20 * Drop 15_support_cciss_in_isofrom.dpatch (applied upstream).
21 * Drop 16_do_not_leak_modprobe_options.dpatch (applied upstream).
23 -- Michael Prokop <mika@grml.org> Tue, 11 May 2010 11:12:38 +0200
25 live-initramfs (1.177.1-1grml.03) unstable; urgency=low
27 * Avoid booting failures when kernel options like libata.dma=0
30 -- Michael Prokop <mika@grml.org> Fri, 02 Apr 2010 13:40:04 +0200
32 live-initramfs (1.177.1-1grml.02) unstable; urgency=low
34 * aufs2 in kernel 2.6.33 has a regression with regards to
35 accessing directories, causing e.g. FAI to fail.
36 A simple workaround in 05mountpoints addresses this issue.
38 -- Michael Prokop <mika@grml.org> Thu, 01 Apr 2010 15:08:46 +0200
40 live-initramfs (1.177.1-1grml.00) unstable; urgency=low
42 * New patch to prefer removable devices over non-removable devices,
44 * Support cciss host adapter in bootoption isofrom. [Testing: issue827]
46 * Synchronise with Debian's version 1.177.1-1 and its following
49 -- Michael Prokop <mika@grml.org> Wed, 24 Mar 2010 01:05:31 +0100
51 live-initramfs (1.173.3-1grml.01) unstable; urgency=low
53 * Synchronise with Debian's version 1.173.3-1.
54 * Drop 5 of my patches that have been integrated upstream:
56 - 02_more_verbose_toram.dpatch
57 - 04_drop_usage_of_fstype.dpatch
58 - 06_support_fromiso_isofrom.dpatch
59 - 08_readonly_devices.dpatch
60 * Change wording from "Mounted live system on ..." to
61 "Mounted live system from ..." and use '*' instead of '->' for
63 * Reword failure message in 05_boot_failure_message_grml.dpatch.
64 * New patch: always display warnings and failures on console, ignore
65 "quiet" bootoption and override log_* functions from initramfs-tools.
66 * Add patch 10validateroot to validate root device before accessing it.
68 -- Michael Prokop <mika@grml.org> Sat, 20 Feb 2010 17:20:05 +0100
70 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
72 * Support bootoption bootid.
74 -- Michael Prokop <mika@grml.org> Wed, 03 Feb 2010 01:44:06 +0100
76 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
78 * 10_support_ethdevice.dpatch - more robust network booting:
79 Support multiple network devices in bootoption ethdevice,
80 new bootoption ethdevice-timeout (override the default being
81 15 seconds for configuration) and automatically try to configure
82 all present network devices if not configured otherwise.
84 -- Michael Prokop <mika@grml.org> Tue, 29 Dec 2009 22:38:10 +0100
86 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
88 * Synchronise with Debian's version 1.157.4-1.
89 * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
90 vol_id -> blkid issue (see #555529).
92 -- Michael Prokop <mika@grml.org> Fri, 13 Nov 2009 23:29:39 +0100
94 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
96 * Add debian/patches/11_dhcphostname.patch (initial version by
97 Andreas Thienemann <andreas@bawue.net> - thanks!):
98 Support 'nodhcphostname' option which will disable setting the
99 hostname of the booted system according to the dns information.
100 This patch takes care of the netboot case.
101 * Bump Standards-Version to 3.8.3 (no further changes).
103 -- Michael Prokop <mika@grml.org> Sat, 17 Oct 2009 17:21:44 +0200
105 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
107 * Synchronise with Debian's version 1.157.3-1.
108 * debian/patches/07_support_findiso.dpatch: insert a leading "/"
109 in front of the FINDISO argument so it doesn't hit persons
110 who forget a slash in the bootoption. Suggested by
111 Philip Hands <phil@hands.com> - thanks!
112 * grml/23networking: add support for bootoption noudev so the
113 udev part in initramfs is skipped as well.
114 * New patch 10_support_ethdevice.dpatch: support setting NIC name
115 via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
117 -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:53:46 +0200
119 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
121 * Apply PXE patch on our own networking script instead of
122 using upstream's file.
123 * Bootoption readonly: set all present virtio blockdevices
124 (/dev/vd*) to readonly as well (thanks, gebi).
126 -- Michael Prokop <mika@grml.org> Tue, 02 Jun 2009 01:05:17 +0200
128 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
130 * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
132 When installing grml for PXE boot the system has network after
133 boot but no usable DNS. /etc/resolv.conf is empty except the
134 warning to not edit this file manually but to use the resolvconf
137 The problem is, that the 23networking scripte in the initrd
138 correctly creates the resolv.conf, but it's being overwritten by
139 the resolvconf utility on boot.
141 The fix for now is to remove the symlink so resolvconf breaks
142 early and DNS is working then.
144 -- Michael Prokop <mika@grml.org> Mon, 01 Jun 2009 18:47:01 +0200
146 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
148 * Update patch 07_support_findiso.dpatch: make sure to get rid of
149 loopback device and unmount /live/findiso when using findiso
150 bootoption in combination with toram. Thanks to Marc Haber.
153 -- Michael Prokop <mika@grml.org> Fri, 29 May 2009 12:35:06 +0200
155 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
157 * Update patch 06_support_fromiso_isofrom.dpatch:
158 Make sure to get rid of loopback device and unmount /isofrom
159 when using fromiso/isofrom bootoption in combination with toram.
160 Thanks to Marc Haber for reporting and the VM setup!
162 -- Michael Prokop <mika@grml.org> Fri, 15 May 2009 18:40:20 +0200
164 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
166 * Re-enabling 04_fix_no_medium_found_error as
167 04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
168 in a running live-system because fstype is an executable
169 on grml, whereas it's just a shell function in live-initramfs.
170 * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
171 * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
173 -- Michael Prokop <mika@grml.org> Thu, 23 Apr 2009 11:34:24 +0200
175 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
177 * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
178 providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
179 where 'udevadm info' replaces 'udevinfo').
181 -- Michael Prokop <mika@grml.org> Thu, 09 Apr 2009 01:08:30 +0200
183 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
185 * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
187 * Only snapshotting in initscript when we actually run with persistence.
190 * Checking if /var/log is writable before trying to copy live.log
191 to the newly mounted root filesystem (Closes: #516914).
194 * Adding hack to remove live specific filesystems from
195 umounfs initscript (Closes: #506410, #515718).
196 * Adding comsetic line wrapping for output of local-gen messages
198 * Merging casper 1.157.
199 * Only calling install-keymap if it's actually installed, which is
200 always but in minimal images the case though (Closes: #517153).
201 * Adding silent boot parameter.
202 * Respecting media timeout even when specificing media device manually.
203 * Also allowing to use the removable keyword for specifying a live media.
204 * Adding removable-usb keyword to further restrict live media selection.
205 * Correcting check for usb when using removable-usb keyword.
206 * Correcting typo in locale bottom script.
208 -- Michael Prokop <mika@grml.org> Mon, 06 Apr 2009 14:01:31 +0200
210 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
212 * Do not use full path for printf executable. [Closes: issue640]
214 -- Michael Prokop <mika@grml.org> Tue, 24 Feb 2009 10:06:48 +0100
216 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
218 * New patch 08_readonly_devices.dpatch to support read-only operation
219 on hard disk devices when using bootoption 'forensic'.
220 * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
221 * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
222 * Adding note about URL limitations in live-initramfs manpage when
223 using fetch parameter.
224 * Replacing casper with live in live-new-uuid.
225 * Added missing variable quoting that lead to broken root persistence,
226 thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
227 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
228 setting a path for the persistence files through persistent-path boot
229 parameter (Closes: #512661).
230 * Adding persistent-path to parameter list and manpage.
231 * Actually building/cleaning manpages through targets in Makefile.
232 * Also checking for wicd in 23networking, thanks to Ben Armstrong
234 * Don't redirect output of fstype detection to standard out, thanks to
235 Ronny Standtke <Ronny.Standtke@gmx.net>.
236 * Adding ext4 support.
237 * Merging casper 1.156.
238 * Updating parameters.txt.
240 -- Michael Prokop <mika@grml.org> Fri, 20 Feb 2009 17:29:53 +0100
242 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
244 * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
245 findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
247 -- Michael Prokop <mika@grml.org> Mon, 12 Jan 2009 15:44:33 +0100
249 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
251 * Disable several configuration options in /etc/live.conf as we don't
252 install most of the scripts at all.
253 * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
254 which hopefully addresses the /etc/resolv.conf issue when booting via
256 * Update VCS-headers in debian/control so they point to grml's repository.
257 * Sync with Debian 1.154.4-1:
259 * Support further checks on loopback image and support skipping union
260 mounts (Closes: #509446).
262 * Updating authors file.
264 * Reworked integrity-check (Closes: #507477).
265 * Cleaned the boot log a bit.
267 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
268 to set variables in previous bottom scripts.
269 * Merging casper 1.140-1.154.
270 * Add a warning message when no image can be found.
271 * Adding a panic message when we netboot and have no supported network
272 device (Closes: #496684).
273 * Turning 'no supported filesystem images found' into a panic message,
274 rather than a warning.
275 * Also adding ralink to network device check.
276 * Removing spurious 'livefs_root' in copy_live_to();.
278 -- Michael Prokop <mika@grml.org> Thu, 08 Jan 2009 19:06:31 +0100
280 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
282 * Sync with Debian's git repository
283 (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
284 - Removing spurious 'livefs_root' in copy_live_to();.
285 - Also using splashy in shutdown message of the initscript.
286 - Also adding ralink to network device check.
287 - Turning 'no supported filesystem images found' into a panic
288 message, rather than a warning.
289 - Adding a panic message when we netboot and have no supported
290 network device (Closes: #496684).
291 - Add a warning message when no image can be found.
293 /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
294 we now start using persitency features.
295 * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
296 No longer use fstype at all, but use vol_id by default.
298 -- Michael Prokop <mika@grml.org> Mon, 24 Nov 2008 11:49:17 +0100
300 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
302 * Do not use NOPERSISTENT='Yes' so we can use persistency features
305 -- Michael Prokop <mika@grml.org> Thu, 20 Nov 2008 11:47:46 +0100
307 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
309 * Resync with Debian's 1.139.1-4 version.
312 * Ignore errors from fstype.
313 * Display "Mounted live system on ..." during bootup.
314 * Fix the "cannot open /dev/scd0: No medium found" issue.
315 * Support isofrom/fromiso bootoption.
317 -- Michael Prokop <mika@grml.org> Mon, 17 Nov 2008 10:44:13 +0100
319 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
321 * Resync with Debian's 1.139.1-2 version.
322 * Add debian/patches/04_ignore_errors_from_fstype.dpatch
323 to ignore errors from fstype, otherwise we have
324 "stdin: error 0" during bootup.
326 -- Michael Prokop <mika@grml.org> Mon, 15 Sep 2008 17:43:13 +0200
328 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
330 * Resync with Debian's 1.139.1-1 version.
332 * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
333 * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
334 * Integrate debian/patches/03_grml_version_file_hook.dpatch.
335 * Readd dpatch to build depends.
337 -- Michael Prokop <mika@grml.org> Mon, 01 Sep 2008 12:34:04 +0200
339 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
341 * Activate all grml specific patches again (as we have
342 a working toolchain for booting).
344 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 21:41:36 +0200
346 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
348 The "OMG, I hate the booting toolchain" release.
350 * Improve boot failure splash.
351 * Don't remove scripts/live-bottom in grml package but
352 remove it in build sequence, this provides better
353 synching with Debian.
354 * Readd scripts/live-bottom/05mountpoints, otherwise
355 we suffer from "run-init: nuking initramfs contents".
356 * Update debian/control.
358 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 20:38:36 +0200
360 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
362 * Resync with Debian's current Git version [20080816,
363 git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
364 * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
365 and resync other patches as well.
366 * Copy /etc/grml_version to initrd.
368 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 10:25:54 +0200
370 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
372 * Disable use of util-linux's mount binary through
373 06_get_rid_of_utillinux-mountbinary.dpatch which
374 gets rid of /sbin/mount.cifs. See
375 http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
376 for more details about the problem.
378 -- Michael Prokop <mika@grml.org> Fri, 01 Aug 2008 16:09:58 +0200
380 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
382 * Sync with Debian [1.136.3-1] once more (no new
383 changes except for my own patch which has been applied).
384 * Adjust path of rsync (use /bin).
385 * Drop duplicate NOFSTAB from /etc/live.conf.
386 * Get rid of all scripts in scripts/live-bottom/ except
387 for 05mountpoints which is necessary to get a working setup.
389 -- Michael Prokop <mika@grml.org> Sun, 20 Jul 2008 19:18:27 +0200
391 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
393 * Rebase against current version of live-initramfs in Debian.
394 * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
395 debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
396 * Get rid of 03_support_for_lzma.diff.
397 * Add dpatch as Build-Depency.
399 -- Michael Prokop <mika@grml.org> Thu, 17 Jul 2008 13:38:06 +0200
401 live-initramfs (1.136.2-1) unstable; urgency=medium
403 * Replacing previous imperfect changes for udevadm with check for
404 udevadm and using old commands when beeing on etch. Also handling
405 udevtrigger with udevadm if available.
406 * Correcting httpfs2 inclusion in hook.
408 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
410 live-initramfs (1.136.1-1) unstable; urgency=medium
413 * Fix call to log_warning_msg. Thanks to Bradley Smith
414 <brad@brad-smith.co.uk>.
415 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
417 * Check losetup capabilities before specifying to mount as read-only.
418 * Modprobe 'esp' SCSI driver for the benefit of sparc.
419 * Quieten call to modprobe ide-generic.
420 * Move local-top/live to live-premount/modules so it gets called before
422 * Sync bug script "dpkg -l" calls with debian/control
425 * Defaulting now to aufs if no union= parameter is given.
426 * Merging casper version 1.136.
427 * Merging casper version 1.135.
428 * Merging casper version 1.134.
429 * Merging casper version 1.133.
430 * Converting udev depends into a versioned depends in order to reflect udevadm
432 * Updating live-snapshot to GPL-3+.
433 * Updating to standards 3.8.0.
434 * Renaming forgotton uuid file to live-uuid.
437 * udevtrigger replacement.
438 * live-snapshot: fixed the remount helper.
439 * live-snapshot: now supports a static keep file list.
440 * Try to bind /cow to /live/cow if unable to move.
441 * live-snapshot: cleaned some wordings.
442 * live-snapshot: included vital informations on exit.
443 * live-snapshot: new "--refresh" option.
444 * live-snapshot: cleaned and sorted used command line defaults.
445 * live-snapshot: nicer default auto unmount logic.
446 * live-snapshot: honour "-o|--output FILE".
447 * live-snapshot: removed a useless mkdir.
448 * live-snapshot: removed an unused and useless function.
449 * live-snapshot: fixes snapshotting from resync string.
452 * Add support for httpfs= and ftpfs= parameters.
454 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
456 live-initramfs (1.132.1-1) unstable; urgency=medium
459 * Don't escape asterisks in languagelist update code
462 * Updating copyright header in live-snapshot.
463 * Removing useless whitespaces and empty lines.
464 * Correcting grammatical errors in live-snapshot description.
465 * Removing live-snapshot version as this component is always released
466 within live-initramfs itself.
467 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
468 * Merging casper 1.132.
469 * Merging casper 1.131.
470 * Ignoring floppy devices for live filesystem as well as live
472 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
473 live.log and show its messages during boot (Closes: #440238).
474 * Updating vcs fields in control file.
475 * Handling conflicting klibc includes with initramfs-hooks of other
476 packages (Closes: 475783).
479 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
481 * Calling live-snapshot now produces an output file.
484 * Workaround loop-aes-utils losetup incompatibility
485 * Fix toram (change mount --move to mount -o move)
487 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
489 live-initramfs (1.130.1-3) unstable; urgency=high
491 * Handle non-existing klibc includes in live hook (Closes: #475783).
492 * Adding loop-aes-utils to recommends.
494 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
496 live-initramfs (1.130.1-2) unstable; urgency=medium
499 * Remove bogus dependency on Ubuntu "localechooser-data" package
501 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
503 live-initramfs (1.130.1-1) unstable; urgency=medium
506 * Use triggers when calling update-initramfs in postinst and postrm
509 * Sorting some lines in live hook.
510 * Merging casper 1.130.
511 * Merging casper 1.129.
512 * Adjusting code formating in maintainer scripts.
513 * Restricting counting of installed kernels based on /boot/vmlinuz-*
514 instead of /boot/vmlinuz*.
516 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
518 live-initramfs (1.128.1-1) unstable; urgency=medium
521 * Fixed a misleading debug message.
522 * Added /cow mounting debug messages.
523 * Fixed /cow mounting.
524 * Klibc: added some libraries to the intramfs.
527 * Merging casper 1.128.
529 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
531 live-initramfs (1.127.1-1) unstable; urgency=medium
534 * Merging casper 1.127.
535 * Merging casper 1.126.
536 * Removing too early recommends to live-initscripts in control to make
537 some people happy (Closes: #431000).
540 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
542 * scripts/live-helpers: Don't search ram block devices
543 * scripts/live-helpers: Search / use case
544 * scripts/live-helpers: Fixes for set -e
545 * bin/live-snapshot: Vastly rework script
546 * bin/live-snapshot: Fix argument handling (Closes: #461595)
547 * scripts/live: Make 'nopersistent' parameter actually disable
550 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
552 live-initramfs (1.125.1-1) unstable; urgency=medium
555 * Merging casper 1.125.
558 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
559 * Rename 18hostname -> 06hostname
561 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
563 live-initramfs (1.124.1-1) unstable; urgency=medium
566 * Adjusting live-snapshot to live-initramfs.
567 * Merging casper 1.124.
568 * Adjusting 44pk_allow to live-initramfs.
569 * Merging casper 1.123.
570 * Merging casper 1.122.
571 * Merging casper 1.121.
572 * Merging casper 1.120.
575 * 99hook: Download hook script from inside target filesystem
577 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
579 live-initramfs (1.119.1-1) unstable; urgency=medium
581 * Creating resolv.conf when netbooting not just when there's no
582 resolv.conf, but also when it is empty.
583 * Making hooks executable after fetching them.
584 * Removing disabling of kwallet.
585 * Merging casper 1.119.
587 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
589 live-initramfs (1.118.2-1) unstable; urgency=medium
592 * Explicitly set Xorg video driver.
593 * Patch to use cryptsetup volumes for persistent storage.
596 * New upstream release.
597 * Fixing wrong email address in changelog (was bug in git-dch config).
598 * Bumping package to policy 3.7.3.
599 * Rewriting copyright in machine-interpretable format.
600 * Adding hook parameter to execute custom scripts.
604 * Now it includes lzma kernel module dependencies.
606 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
608 live-initramfs (1.118.1-1) unstable; urgency=medium
611 * New upstream release.
612 * Adding direct depends to udev, thanks to Anton Lundin
613 <glance@acc.umu.se> (Closes: #452448).
614 * Merging casper 1.111.
615 * Bumping version to 1.110.1-1.
616 * Merging casper 1.112.
617 * Merging casper 1.113.
618 * Adjusting to live-initramfs.
619 * Bumping version to 1.113.1-1.
620 * Merging casper 1.114.
621 * Merging casper 1.115.
622 * Merging casper 1.116.
623 * Merging casper 1.117.
624 * Merging casper 1.118.
625 * Bumping version to 1.118.1-1.
628 * debian: add mtd-tools as suggestion since it's required for jffs2
630 * hooks: include jffs2 kernel module on initramfs image
631 * live-snapshot: add support to use jffs2 images
632 * live: add support for jffs2 images and snapshots
633 * live-helpers: add jffs2 as a valid image
634 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
636 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
638 live-initramfs (1.110.7-1) unstable; urgency=medium
640 * New upstream release.
641 * Fixing fstab handling.
642 * Fixing regression from mounting the ow device on a nfs volume,
643 thanks to An-Cheng Huang <ancheng@vyatta.com>.
645 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
647 live-initramfs (1.110.6-1) unstable; urgency=medium
649 * New upstream release.
650 * Preparing live-initramfs 1.110.6-1.
651 * Adding custom reportbug script.
652 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
653 * Adding checkbashsms call to test target of the Makefile as suggested
654 by Trent W. Buck <trentbuck@gmail.com>.
656 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
658 live-initramfs (1.110.5-1) unstable; urgency=medium
660 * New upstream release.
661 * Preparing live-initramfs 1.110.5-1.
662 * Using kdm initscript autologin overrides, thanks to Kel Modderman
664 * Setting the kdm language, thanks to Jordi Pujol
665 <jordi_pujol@telefonica.net>.
666 * Adding files to the live filesystem according to the MAC number,
667 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
668 * Fixing some coding style issues.
670 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
672 live-initramfs (1.110.4-1) unstable; urgency=medium
675 * New upstream release.
676 * Preparing live-initramfs 1.110.3-1.
677 * Correcting homepage field.
678 * Correcting vcs fields.
681 * add support for mounting the cow device on an nfs volume
683 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
685 live-initramfs (1.110.3-1) unstable; urgency=medium
688 * New upstream release.
689 * Preparing live-initramfs 1.110.3-1.
690 * Removing ubuntu support.
693 * Fix typo to get serial console to work
696 * add support for exposedroot option for live-helper
698 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
700 live-initramfs (1.110.2-1) unstable; urgency=medium
702 * New upstream release.
703 * Preparing live-initramfs 1.110.2-1.
704 * Fixing typing error.
705 * Removing nodiratime as it is already included in noatime, thanks to Kel
706 Modderman <kel@otaku42.de>.
708 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
710 live-initramfs (1.110.1-1) unstable; urgency=medium
712 * New upstream release.
713 * Preparing live-initramfs 1.107.2-1.
714 * Also using nodiratime, not just noatime.
715 * Merging casper 1.108.
716 * Adjusting to live-initramfs.
717 * Merging casper 1.109.
718 * Adjusting to live-initramfs.
719 * Merging casper 1.110.
720 * Adjusting to live-initramfs.
721 * Bumping version to 1.110.1-1.
723 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
725 live-initramfs (1.107.1-1) unstable; urgency=medium
727 * New upstream release.
728 * Preparing live-initramfs 1.102.4-2.
729 * Replacing backticks with POSIX expression.
730 * Consistently using curly brackets for variables.
732 * Merging casper 1.105.
733 * Adjusting to live-initramfs.
734 * Bumping version to 1.105.1-1.
735 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
736 cow mount rather than binding it on /live/cow. This prevents the
737 /cow mount showing up in /proc/mounts.
738 * Merging casper 1.106.
739 * Adjusting to live-initramfs.
740 * Bumping version to 1.106.1-1.
741 * Fixing wrong homepage field.
742 * Fixing typing error.
743 * Merging casper 1.107.
744 * Bumping version to 1.107.1-1.
746 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
748 live-initramfs (1.104.1-1) unstable; urgency=medium
750 * New upstream release.
752 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
754 live-initramfs (1.102.1-1) unstable; urgency=medium
756 * New upstream release.
758 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
760 live-initramfs (1.99.2-1) unstable; urgency=medium
762 * New upstream release:
763 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
766 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
768 live-initramfs (1.99.1-1) unstable; urgency=medium
770 * New upstream release.
772 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
774 live-initramfs (1.96.2-1) unstable; urgency=medium
776 * New upstream release.
778 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
780 live-initramfs (1.96.1-1) unstable; urgency=medium
782 * New upstream release.
784 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
786 live-initramfs (1.95.3-1) unstable; urgency=medium
788 * New upstream release.
790 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
792 live-initramfs (1.95.2-1) unstable; urgency=medium
794 * New upstream release.
796 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
798 live-initramfs (1.95.1-1) unstable; urgency=medium
800 * New upstream release.
802 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
804 live-initramfs (1.91.6-1) unstable; urgency=medium
806 * New upstream release.
808 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
810 live-initramfs (1.91.5-1) unstable; urgency=medium
812 * New upstream release.
814 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
816 live-initramfs (1.91.4-1) unstable; urgency=medium
818 * New upstream release:
819 - Dropping transitional package, not needed anymore.
821 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
823 live-initramfs (1.91.3-1) unstable; urgency=medium
825 * New upstream release.
827 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
829 live-initramfs (1.91.2-1) unstable; urgency=medium
831 * New upstream release.
833 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
835 live-initramfs (1.91.1-1) unstable; urgency=medium
837 * New upstream release.
839 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
841 live-initramfs (1.90.1-1) unstable; urgency=medium
843 * New upstream release.
845 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
847 live-initramfs (1.87.6-1) unstable; urgency=medium
849 * New upstream release.
851 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
853 live-initramfs (1.87.5-1) unstable; urgency=medium
855 * New upstream release, replacing casper.
857 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
859 live-initramfs (1.87.4-1) unstable; urgency=medium
861 * New upstream release.
863 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
865 live-initramfs (1.87.3-1) unstable; urgency=medium
867 * New upstream release.
869 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
871 live-initramfs (1.87.2-1) unstable; urgency=low
873 * New upstream release.
875 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
877 live-initramfs (1.87.1-1) unstable; urgency=low
879 * Initial release, forking casper.
881 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200