1 live-initramfs (1.173.3-1grml.02) unstable; urgency=low
3 * New patch to prefer removable devices over non-removable devices,
6 -- Michael Prokop <mika@grml.org> Thu, 11 Mar 2010 10:18:05 +0100
8 live-initramfs (1.173.3-1grml.01) unstable; urgency=low
10 * Synchronise with Debian's version 1.173.3-1.
11 * Drop 5 of my patches that have been integrated upstream:
13 - 02_more_verbose_toram.dpatch
14 - 04_drop_usage_of_fstype.dpatch
15 - 06_support_fromiso_isofrom.dpatch
16 - 08_readonly_devices.dpatch
17 * Change wording from "Mounted live system on ..." to
18 "Mounted live system from ..." and use '*' instead of '->' for
20 * Reword failure message in 05_boot_failure_message_grml.dpatch.
21 * New patch: always display warnings and failures on console, ignore
22 "quiet" bootoption and override log_* functions from initramfs-tools.
23 * Add patch 10validateroot to validate root device before accessing it.
25 -- Michael Prokop <mika@grml.org> Sat, 20 Feb 2010 17:20:05 +0100
27 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
29 * Support bootoption bootid.
31 -- Michael Prokop <mika@grml.org> Wed, 03 Feb 2010 01:44:06 +0100
33 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
35 * 10_support_ethdevice.dpatch - more robust network booting:
36 Support multiple network devices in bootoption ethdevice,
37 new bootoption ethdevice-timeout (override the default being
38 15 seconds for configuration) and automatically try to configure
39 all present network devices if not configured otherwise.
41 -- Michael Prokop <mika@grml.org> Tue, 29 Dec 2009 22:38:10 +0100
43 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
45 * Synchronise with Debian's version 1.157.4-1.
46 * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
47 vol_id -> blkid issue (see #555529).
49 -- Michael Prokop <mika@grml.org> Fri, 13 Nov 2009 23:29:39 +0100
51 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
53 * Add debian/patches/11_dhcphostname.patch (initial version by
54 Andreas Thienemann <andreas@bawue.net> - thanks!):
55 Support 'nodhcphostname' option which will disable setting the
56 hostname of the booted system according to the dns information.
57 This patch takes care of the netboot case.
58 * Bump Standards-Version to 3.8.3 (no further changes).
60 -- Michael Prokop <mika@grml.org> Sat, 17 Oct 2009 17:21:44 +0200
62 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
64 * Synchronise with Debian's version 1.157.3-1.
65 * debian/patches/07_support_findiso.dpatch: insert a leading "/"
66 in front of the FINDISO argument so it doesn't hit persons
67 who forget a slash in the bootoption. Suggested by
68 Philip Hands <phil@hands.com> - thanks!
69 * grml/23networking: add support for bootoption noudev so the
70 udev part in initramfs is skipped as well.
71 * New patch 10_support_ethdevice.dpatch: support setting NIC name
72 via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
74 -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:53:46 +0200
76 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
78 * Apply PXE patch on our own networking script instead of
79 using upstream's file.
80 * Bootoption readonly: set all present virtio blockdevices
81 (/dev/vd*) to readonly as well (thanks, gebi).
83 -- Michael Prokop <mika@grml.org> Tue, 02 Jun 2009 01:05:17 +0200
85 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
87 * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
89 When installing grml for PXE boot the system has network after
90 boot but no usable DNS. /etc/resolv.conf is empty except the
91 warning to not edit this file manually but to use the resolvconf
94 The problem is, that the 23networking scripte in the initrd
95 correctly creates the resolv.conf, but it's being overwritten by
96 the resolvconf utility on boot.
98 The fix for now is to remove the symlink so resolvconf breaks
99 early and DNS is working then.
101 -- Michael Prokop <mika@grml.org> Mon, 01 Jun 2009 18:47:01 +0200
103 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
105 * Update patch 07_support_findiso.dpatch: make sure to get rid of
106 loopback device and unmount /live/findiso when using findiso
107 bootoption in combination with toram. Thanks to Marc Haber.
110 -- Michael Prokop <mika@grml.org> Fri, 29 May 2009 12:35:06 +0200
112 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
114 * Update patch 06_support_fromiso_isofrom.dpatch:
115 Make sure to get rid of loopback device and unmount /isofrom
116 when using fromiso/isofrom bootoption in combination with toram.
117 Thanks to Marc Haber for reporting and the VM setup!
119 -- Michael Prokop <mika@grml.org> Fri, 15 May 2009 18:40:20 +0200
121 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
123 * Re-enabling 04_fix_no_medium_found_error as
124 04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
125 in a running live-system because fstype is an executable
126 on grml, whereas it's just a shell function in live-initramfs.
127 * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
128 * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
130 -- Michael Prokop <mika@grml.org> Thu, 23 Apr 2009 11:34:24 +0200
132 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
134 * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
135 providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
136 where 'udevadm info' replaces 'udevinfo').
138 -- Michael Prokop <mika@grml.org> Thu, 09 Apr 2009 01:08:30 +0200
140 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
142 * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
144 * Only snapshotting in initscript when we actually run with persistence.
147 * Checking if /var/log is writable before trying to copy live.log
148 to the newly mounted root filesystem (Closes: #516914).
151 * Adding hack to remove live specific filesystems from
152 umounfs initscript (Closes: #506410, #515718).
153 * Adding comsetic line wrapping for output of local-gen messages
155 * Merging casper 1.157.
156 * Only calling install-keymap if it's actually installed, which is
157 always but in minimal images the case though (Closes: #517153).
158 * Adding silent boot parameter.
159 * Respecting media timeout even when specificing media device manually.
160 * Also allowing to use the removable keyword for specifying a live media.
161 * Adding removable-usb keyword to further restrict live media selection.
162 * Correcting check for usb when using removable-usb keyword.
163 * Correcting typo in locale bottom script.
165 -- Michael Prokop <mika@grml.org> Mon, 06 Apr 2009 14:01:31 +0200
167 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
169 * Do not use full path for printf executable. [Closes: issue640]
171 -- Michael Prokop <mika@grml.org> Tue, 24 Feb 2009 10:06:48 +0100
173 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
175 * New patch 08_readonly_devices.dpatch to support read-only operation
176 on hard disk devices when using bootoption 'forensic'.
177 * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
178 * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
179 * Adding note about URL limitations in live-initramfs manpage when
180 using fetch parameter.
181 * Replacing casper with live in live-new-uuid.
182 * Added missing variable quoting that lead to broken root persistence,
183 thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
184 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
185 setting a path for the persistence files through persistent-path boot
186 parameter (Closes: #512661).
187 * Adding persistent-path to parameter list and manpage.
188 * Actually building/cleaning manpages through targets in Makefile.
189 * Also checking for wicd in 23networking, thanks to Ben Armstrong
191 * Don't redirect output of fstype detection to standard out, thanks to
192 Ronny Standtke <Ronny.Standtke@gmx.net>.
193 * Adding ext4 support.
194 * Merging casper 1.156.
195 * Updating parameters.txt.
197 -- Michael Prokop <mika@grml.org> Fri, 20 Feb 2009 17:29:53 +0100
199 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
201 * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
202 findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
204 -- Michael Prokop <mika@grml.org> Mon, 12 Jan 2009 15:44:33 +0100
206 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
208 * Disable several configuration options in /etc/live.conf as we don't
209 install most of the scripts at all.
210 * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
211 which hopefully addresses the /etc/resolv.conf issue when booting via
213 * Update VCS-headers in debian/control so they point to grml's repository.
214 * Sync with Debian 1.154.4-1:
216 * Support further checks on loopback image and support skipping union
217 mounts (Closes: #509446).
219 * Updating authors file.
221 * Reworked integrity-check (Closes: #507477).
222 * Cleaned the boot log a bit.
224 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
225 to set variables in previous bottom scripts.
226 * Merging casper 1.140-1.154.
227 * Add a warning message when no image can be found.
228 * Adding a panic message when we netboot and have no supported network
229 device (Closes: #496684).
230 * Turning 'no supported filesystem images found' into a panic message,
231 rather than a warning.
232 * Also adding ralink to network device check.
233 * Removing spurious 'livefs_root' in copy_live_to();.
235 -- Michael Prokop <mika@grml.org> Thu, 08 Jan 2009 19:06:31 +0100
237 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
239 * Sync with Debian's git repository
240 (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
241 - Removing spurious 'livefs_root' in copy_live_to();.
242 - Also using splashy in shutdown message of the initscript.
243 - Also adding ralink to network device check.
244 - Turning 'no supported filesystem images found' into a panic
245 message, rather than a warning.
246 - Adding a panic message when we netboot and have no supported
247 network device (Closes: #496684).
248 - Add a warning message when no image can be found.
250 /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
251 we now start using persitency features.
252 * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
253 No longer use fstype at all, but use vol_id by default.
255 -- Michael Prokop <mika@grml.org> Mon, 24 Nov 2008 11:49:17 +0100
257 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
259 * Do not use NOPERSISTENT='Yes' so we can use persistency features
262 -- Michael Prokop <mika@grml.org> Thu, 20 Nov 2008 11:47:46 +0100
264 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
266 * Resync with Debian's 1.139.1-4 version.
269 * Ignore errors from fstype.
270 * Display "Mounted live system on ..." during bootup.
271 * Fix the "cannot open /dev/scd0: No medium found" issue.
272 * Support isofrom/fromiso bootoption.
274 -- Michael Prokop <mika@grml.org> Mon, 17 Nov 2008 10:44:13 +0100
276 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
278 * Resync with Debian's 1.139.1-2 version.
279 * Add debian/patches/04_ignore_errors_from_fstype.dpatch
280 to ignore errors from fstype, otherwise we have
281 "stdin: error 0" during bootup.
283 -- Michael Prokop <mika@grml.org> Mon, 15 Sep 2008 17:43:13 +0200
285 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
287 * Resync with Debian's 1.139.1-1 version.
289 * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
290 * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
291 * Integrate debian/patches/03_grml_version_file_hook.dpatch.
292 * Readd dpatch to build depends.
294 -- Michael Prokop <mika@grml.org> Mon, 01 Sep 2008 12:34:04 +0200
296 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
298 * Activate all grml specific patches again (as we have
299 a working toolchain for booting).
301 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 21:41:36 +0200
303 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
305 The "OMG, I hate the booting toolchain" release.
307 * Improve boot failure splash.
308 * Don't remove scripts/live-bottom in grml package but
309 remove it in build sequence, this provides better
310 synching with Debian.
311 * Readd scripts/live-bottom/05mountpoints, otherwise
312 we suffer from "run-init: nuking initramfs contents".
313 * Update debian/control.
315 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 20:38:36 +0200
317 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
319 * Resync with Debian's current Git version [20080816,
320 git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
321 * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
322 and resync other patches as well.
323 * Copy /etc/grml_version to initrd.
325 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 10:25:54 +0200
327 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
329 * Disable use of util-linux's mount binary through
330 06_get_rid_of_utillinux-mountbinary.dpatch which
331 gets rid of /sbin/mount.cifs. See
332 http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
333 for more details about the problem.
335 -- Michael Prokop <mika@grml.org> Fri, 01 Aug 2008 16:09:58 +0200
337 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
339 * Sync with Debian [1.136.3-1] once more (no new
340 changes except for my own patch which has been applied).
341 * Adjust path of rsync (use /bin).
342 * Drop duplicate NOFSTAB from /etc/live.conf.
343 * Get rid of all scripts in scripts/live-bottom/ except
344 for 05mountpoints which is necessary to get a working setup.
346 -- Michael Prokop <mika@grml.org> Sun, 20 Jul 2008 19:18:27 +0200
348 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
350 * Rebase against current version of live-initramfs in Debian.
351 * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
352 debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
353 * Get rid of 03_support_for_lzma.diff.
354 * Add dpatch as Build-Depency.
356 -- Michael Prokop <mika@grml.org> Thu, 17 Jul 2008 13:38:06 +0200
358 live-initramfs (1.136.2-1) unstable; urgency=medium
360 * Replacing previous imperfect changes for udevadm with check for
361 udevadm and using old commands when beeing on etch. Also handling
362 udevtrigger with udevadm if available.
363 * Correcting httpfs2 inclusion in hook.
365 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
367 live-initramfs (1.136.1-1) unstable; urgency=medium
370 * Fix call to log_warning_msg. Thanks to Bradley Smith
371 <brad@brad-smith.co.uk>.
372 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
374 * Check losetup capabilities before specifying to mount as read-only.
375 * Modprobe 'esp' SCSI driver for the benefit of sparc.
376 * Quieten call to modprobe ide-generic.
377 * Move local-top/live to live-premount/modules so it gets called before
379 * Sync bug script "dpkg -l" calls with debian/control
382 * Defaulting now to aufs if no union= parameter is given.
383 * Merging casper version 1.136.
384 * Merging casper version 1.135.
385 * Merging casper version 1.134.
386 * Merging casper version 1.133.
387 * Converting udev depends into a versioned depends in order to reflect udevadm
389 * Updating live-snapshot to GPL-3+.
390 * Updating to standards 3.8.0.
391 * Renaming forgotton uuid file to live-uuid.
394 * udevtrigger replacement.
395 * live-snapshot: fixed the remount helper.
396 * live-snapshot: now supports a static keep file list.
397 * Try to bind /cow to /live/cow if unable to move.
398 * live-snapshot: cleaned some wordings.
399 * live-snapshot: included vital informations on exit.
400 * live-snapshot: new "--refresh" option.
401 * live-snapshot: cleaned and sorted used command line defaults.
402 * live-snapshot: nicer default auto unmount logic.
403 * live-snapshot: honour "-o|--output FILE".
404 * live-snapshot: removed a useless mkdir.
405 * live-snapshot: removed an unused and useless function.
406 * live-snapshot: fixes snapshotting from resync string.
409 * Add support for httpfs= and ftpfs= parameters.
411 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
413 live-initramfs (1.132.1-1) unstable; urgency=medium
416 * Don't escape asterisks in languagelist update code
419 * Updating copyright header in live-snapshot.
420 * Removing useless whitespaces and empty lines.
421 * Correcting grammatical errors in live-snapshot description.
422 * Removing live-snapshot version as this component is always released
423 within live-initramfs itself.
424 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
425 * Merging casper 1.132.
426 * Merging casper 1.131.
427 * Ignoring floppy devices for live filesystem as well as live
429 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
430 live.log and show its messages during boot (Closes: #440238).
431 * Updating vcs fields in control file.
432 * Handling conflicting klibc includes with initramfs-hooks of other
433 packages (Closes: 475783).
436 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
438 * Calling live-snapshot now produces an output file.
441 * Workaround loop-aes-utils losetup incompatibility
442 * Fix toram (change mount --move to mount -o move)
444 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
446 live-initramfs (1.130.1-3) unstable; urgency=high
448 * Handle non-existing klibc includes in live hook (Closes: #475783).
449 * Adding loop-aes-utils to recommends.
451 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
453 live-initramfs (1.130.1-2) unstable; urgency=medium
456 * Remove bogus dependency on Ubuntu "localechooser-data" package
458 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
460 live-initramfs (1.130.1-1) unstable; urgency=medium
463 * Use triggers when calling update-initramfs in postinst and postrm
466 * Sorting some lines in live hook.
467 * Merging casper 1.130.
468 * Merging casper 1.129.
469 * Adjusting code formating in maintainer scripts.
470 * Restricting counting of installed kernels based on /boot/vmlinuz-*
471 instead of /boot/vmlinuz*.
473 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
475 live-initramfs (1.128.1-1) unstable; urgency=medium
478 * Fixed a misleading debug message.
479 * Added /cow mounting debug messages.
480 * Fixed /cow mounting.
481 * Klibc: added some libraries to the intramfs.
484 * Merging casper 1.128.
486 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
488 live-initramfs (1.127.1-1) unstable; urgency=medium
491 * Merging casper 1.127.
492 * Merging casper 1.126.
493 * Removing too early recommends to live-initscripts in control to make
494 some people happy (Closes: #431000).
497 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
499 * scripts/live-helpers: Don't search ram block devices
500 * scripts/live-helpers: Search / use case
501 * scripts/live-helpers: Fixes for set -e
502 * bin/live-snapshot: Vastly rework script
503 * bin/live-snapshot: Fix argument handling (Closes: #461595)
504 * scripts/live: Make 'nopersistent' parameter actually disable
507 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
509 live-initramfs (1.125.1-1) unstable; urgency=medium
512 * Merging casper 1.125.
515 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
516 * Rename 18hostname -> 06hostname
518 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
520 live-initramfs (1.124.1-1) unstable; urgency=medium
523 * Adjusting live-snapshot to live-initramfs.
524 * Merging casper 1.124.
525 * Adjusting 44pk_allow to live-initramfs.
526 * Merging casper 1.123.
527 * Merging casper 1.122.
528 * Merging casper 1.121.
529 * Merging casper 1.120.
532 * 99hook: Download hook script from inside target filesystem
534 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
536 live-initramfs (1.119.1-1) unstable; urgency=medium
538 * Creating resolv.conf when netbooting not just when there's no
539 resolv.conf, but also when it is empty.
540 * Making hooks executable after fetching them.
541 * Removing disabling of kwallet.
542 * Merging casper 1.119.
544 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
546 live-initramfs (1.118.2-1) unstable; urgency=medium
549 * Explicitly set Xorg video driver.
550 * Patch to use cryptsetup volumes for persistent storage.
553 * New upstream release.
554 * Fixing wrong email address in changelog (was bug in git-dch config).
555 * Bumping package to policy 3.7.3.
556 * Rewriting copyright in machine-interpretable format.
557 * Adding hook parameter to execute custom scripts.
561 * Now it includes lzma kernel module dependencies.
563 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
565 live-initramfs (1.118.1-1) unstable; urgency=medium
568 * New upstream release.
569 * Adding direct depends to udev, thanks to Anton Lundin
570 <glance@acc.umu.se> (Closes: #452448).
571 * Merging casper 1.111.
572 * Bumping version to 1.110.1-1.
573 * Merging casper 1.112.
574 * Merging casper 1.113.
575 * Adjusting to live-initramfs.
576 * Bumping version to 1.113.1-1.
577 * Merging casper 1.114.
578 * Merging casper 1.115.
579 * Merging casper 1.116.
580 * Merging casper 1.117.
581 * Merging casper 1.118.
582 * Bumping version to 1.118.1-1.
585 * debian: add mtd-tools as suggestion since it's required for jffs2
587 * hooks: include jffs2 kernel module on initramfs image
588 * live-snapshot: add support to use jffs2 images
589 * live: add support for jffs2 images and snapshots
590 * live-helpers: add jffs2 as a valid image
591 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
593 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
595 live-initramfs (1.110.7-1) unstable; urgency=medium
597 * New upstream release.
598 * Fixing fstab handling.
599 * Fixing regression from mounting the ow device on a nfs volume,
600 thanks to An-Cheng Huang <ancheng@vyatta.com>.
602 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
604 live-initramfs (1.110.6-1) unstable; urgency=medium
606 * New upstream release.
607 * Preparing live-initramfs 1.110.6-1.
608 * Adding custom reportbug script.
609 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
610 * Adding checkbashsms call to test target of the Makefile as suggested
611 by Trent W. Buck <trentbuck@gmail.com>.
613 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
615 live-initramfs (1.110.5-1) unstable; urgency=medium
617 * New upstream release.
618 * Preparing live-initramfs 1.110.5-1.
619 * Using kdm initscript autologin overrides, thanks to Kel Modderman
621 * Setting the kdm language, thanks to Jordi Pujol
622 <jordi_pujol@telefonica.net>.
623 * Adding files to the live filesystem according to the MAC number,
624 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
625 * Fixing some coding style issues.
627 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
629 live-initramfs (1.110.4-1) unstable; urgency=medium
632 * New upstream release.
633 * Preparing live-initramfs 1.110.3-1.
634 * Correcting homepage field.
635 * Correcting vcs fields.
638 * add support for mounting the cow device on an nfs volume
640 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
642 live-initramfs (1.110.3-1) unstable; urgency=medium
645 * New upstream release.
646 * Preparing live-initramfs 1.110.3-1.
647 * Removing ubuntu support.
650 * Fix typo to get serial console to work
653 * add support for exposedroot option for live-helper
655 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
657 live-initramfs (1.110.2-1) unstable; urgency=medium
659 * New upstream release.
660 * Preparing live-initramfs 1.110.2-1.
661 * Fixing typing error.
662 * Removing nodiratime as it is already included in noatime, thanks to Kel
663 Modderman <kel@otaku42.de>.
665 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
667 live-initramfs (1.110.1-1) unstable; urgency=medium
669 * New upstream release.
670 * Preparing live-initramfs 1.107.2-1.
671 * Also using nodiratime, not just noatime.
672 * Merging casper 1.108.
673 * Adjusting to live-initramfs.
674 * Merging casper 1.109.
675 * Adjusting to live-initramfs.
676 * Merging casper 1.110.
677 * Adjusting to live-initramfs.
678 * Bumping version to 1.110.1-1.
680 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
682 live-initramfs (1.107.1-1) unstable; urgency=medium
684 * New upstream release.
685 * Preparing live-initramfs 1.102.4-2.
686 * Replacing backticks with POSIX expression.
687 * Consistently using curly brackets for variables.
689 * Merging casper 1.105.
690 * Adjusting to live-initramfs.
691 * Bumping version to 1.105.1-1.
692 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
693 cow mount rather than binding it on /live/cow. This prevents the
694 /cow mount showing up in /proc/mounts.
695 * Merging casper 1.106.
696 * Adjusting to live-initramfs.
697 * Bumping version to 1.106.1-1.
698 * Fixing wrong homepage field.
699 * Fixing typing error.
700 * Merging casper 1.107.
701 * Bumping version to 1.107.1-1.
703 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
705 live-initramfs (1.104.1-1) unstable; urgency=medium
707 * New upstream release.
709 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
711 live-initramfs (1.102.1-1) unstable; urgency=medium
713 * New upstream release.
715 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
717 live-initramfs (1.99.2-1) unstable; urgency=medium
719 * New upstream release:
720 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
723 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
725 live-initramfs (1.99.1-1) unstable; urgency=medium
727 * New upstream release.
729 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
731 live-initramfs (1.96.2-1) unstable; urgency=medium
733 * New upstream release.
735 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
737 live-initramfs (1.96.1-1) unstable; urgency=medium
739 * New upstream release.
741 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
743 live-initramfs (1.95.3-1) unstable; urgency=medium
745 * New upstream release.
747 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
749 live-initramfs (1.95.2-1) unstable; urgency=medium
751 * New upstream release.
753 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
755 live-initramfs (1.95.1-1) unstable; urgency=medium
757 * New upstream release.
759 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
761 live-initramfs (1.91.6-1) unstable; urgency=medium
763 * New upstream release.
765 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
767 live-initramfs (1.91.5-1) unstable; urgency=medium
769 * New upstream release.
771 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
773 live-initramfs (1.91.4-1) unstable; urgency=medium
775 * New upstream release:
776 - Dropping transitional package, not needed anymore.
778 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
780 live-initramfs (1.91.3-1) unstable; urgency=medium
782 * New upstream release.
784 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
786 live-initramfs (1.91.2-1) unstable; urgency=medium
788 * New upstream release.
790 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
792 live-initramfs (1.91.1-1) unstable; urgency=medium
794 * New upstream release.
796 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
798 live-initramfs (1.90.1-1) unstable; urgency=medium
800 * New upstream release.
802 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
804 live-initramfs (1.87.6-1) unstable; urgency=medium
806 * New upstream release.
808 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
810 live-initramfs (1.87.5-1) unstable; urgency=medium
812 * New upstream release, replacing casper.
814 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
816 live-initramfs (1.87.4-1) unstable; urgency=medium
818 * New upstream release.
820 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
822 live-initramfs (1.87.3-1) unstable; urgency=medium
824 * New upstream release.
826 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
828 live-initramfs (1.87.2-1) unstable; urgency=low
830 * New upstream release.
832 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
834 live-initramfs (1.87.1-1) unstable; urgency=low
836 * Initial release, forking casper.
838 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200