1 live-initramfs (1.177.1-1grml.03) unstable; urgency=low
3 * Avoid booting failures when kernel options like libata.dma=0
6 -- Michael Prokop <mika@grml.org> Fri, 02 Apr 2010 13:40:04 +0200
8 live-initramfs (1.177.1-1grml.02) unstable; urgency=low
10 * aufs2 in kernel 2.6.33 has a regression with regards to
11 accessing directories, causing e.g. FAI to fail.
12 A simple workaround in 05mountpoints addresses this issue.
14 -- Michael Prokop <mika@grml.org> Thu, 01 Apr 2010 15:08:46 +0200
16 live-initramfs (1.177.1-1grml.00) unstable; urgency=low
18 * New patch to prefer removable devices over non-removable devices,
20 * Support cciss host adapter in bootoption isofrom. [Testing: issue827]
22 * Synchronise with Debian's version 1.177.1-1 and its following
25 -- Michael Prokop <mika@grml.org> Wed, 24 Mar 2010 01:05:31 +0100
27 live-initramfs (1.173.3-1grml.01) unstable; urgency=low
29 * Synchronise with Debian's version 1.173.3-1.
30 * Drop 5 of my patches that have been integrated upstream:
32 - 02_more_verbose_toram.dpatch
33 - 04_drop_usage_of_fstype.dpatch
34 - 06_support_fromiso_isofrom.dpatch
35 - 08_readonly_devices.dpatch
36 * Change wording from "Mounted live system on ..." to
37 "Mounted live system from ..." and use '*' instead of '->' for
39 * Reword failure message in 05_boot_failure_message_grml.dpatch.
40 * New patch: always display warnings and failures on console, ignore
41 "quiet" bootoption and override log_* functions from initramfs-tools.
42 * Add patch 10validateroot to validate root device before accessing it.
44 -- Michael Prokop <mika@grml.org> Sat, 20 Feb 2010 17:20:05 +0100
46 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
48 * Support bootoption bootid.
50 -- Michael Prokop <mika@grml.org> Wed, 03 Feb 2010 01:44:06 +0100
52 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
54 * 10_support_ethdevice.dpatch - more robust network booting:
55 Support multiple network devices in bootoption ethdevice,
56 new bootoption ethdevice-timeout (override the default being
57 15 seconds for configuration) and automatically try to configure
58 all present network devices if not configured otherwise.
60 -- Michael Prokop <mika@grml.org> Tue, 29 Dec 2009 22:38:10 +0100
62 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
64 * Synchronise with Debian's version 1.157.4-1.
65 * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
66 vol_id -> blkid issue (see #555529).
68 -- Michael Prokop <mika@grml.org> Fri, 13 Nov 2009 23:29:39 +0100
70 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
72 * Add debian/patches/11_dhcphostname.patch (initial version by
73 Andreas Thienemann <andreas@bawue.net> - thanks!):
74 Support 'nodhcphostname' option which will disable setting the
75 hostname of the booted system according to the dns information.
76 This patch takes care of the netboot case.
77 * Bump Standards-Version to 3.8.3 (no further changes).
79 -- Michael Prokop <mika@grml.org> Sat, 17 Oct 2009 17:21:44 +0200
81 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
83 * Synchronise with Debian's version 1.157.3-1.
84 * debian/patches/07_support_findiso.dpatch: insert a leading "/"
85 in front of the FINDISO argument so it doesn't hit persons
86 who forget a slash in the bootoption. Suggested by
87 Philip Hands <phil@hands.com> - thanks!
88 * grml/23networking: add support for bootoption noudev so the
89 udev part in initramfs is skipped as well.
90 * New patch 10_support_ethdevice.dpatch: support setting NIC name
91 via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
93 -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:53:46 +0200
95 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
97 * Apply PXE patch on our own networking script instead of
98 using upstream's file.
99 * Bootoption readonly: set all present virtio blockdevices
100 (/dev/vd*) to readonly as well (thanks, gebi).
102 -- Michael Prokop <mika@grml.org> Tue, 02 Jun 2009 01:05:17 +0200
104 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
106 * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
108 When installing grml for PXE boot the system has network after
109 boot but no usable DNS. /etc/resolv.conf is empty except the
110 warning to not edit this file manually but to use the resolvconf
113 The problem is, that the 23networking scripte in the initrd
114 correctly creates the resolv.conf, but it's being overwritten by
115 the resolvconf utility on boot.
117 The fix for now is to remove the symlink so resolvconf breaks
118 early and DNS is working then.
120 -- Michael Prokop <mika@grml.org> Mon, 01 Jun 2009 18:47:01 +0200
122 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
124 * Update patch 07_support_findiso.dpatch: make sure to get rid of
125 loopback device and unmount /live/findiso when using findiso
126 bootoption in combination with toram. Thanks to Marc Haber.
129 -- Michael Prokop <mika@grml.org> Fri, 29 May 2009 12:35:06 +0200
131 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
133 * Update patch 06_support_fromiso_isofrom.dpatch:
134 Make sure to get rid of loopback device and unmount /isofrom
135 when using fromiso/isofrom bootoption in combination with toram.
136 Thanks to Marc Haber for reporting and the VM setup!
138 -- Michael Prokop <mika@grml.org> Fri, 15 May 2009 18:40:20 +0200
140 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
142 * Re-enabling 04_fix_no_medium_found_error as
143 04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
144 in a running live-system because fstype is an executable
145 on grml, whereas it's just a shell function in live-initramfs.
146 * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
147 * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
149 -- Michael Prokop <mika@grml.org> Thu, 23 Apr 2009 11:34:24 +0200
151 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
153 * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
154 providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
155 where 'udevadm info' replaces 'udevinfo').
157 -- Michael Prokop <mika@grml.org> Thu, 09 Apr 2009 01:08:30 +0200
159 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
161 * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
163 * Only snapshotting in initscript when we actually run with persistence.
166 * Checking if /var/log is writable before trying to copy live.log
167 to the newly mounted root filesystem (Closes: #516914).
170 * Adding hack to remove live specific filesystems from
171 umounfs initscript (Closes: #506410, #515718).
172 * Adding comsetic line wrapping for output of local-gen messages
174 * Merging casper 1.157.
175 * Only calling install-keymap if it's actually installed, which is
176 always but in minimal images the case though (Closes: #517153).
177 * Adding silent boot parameter.
178 * Respecting media timeout even when specificing media device manually.
179 * Also allowing to use the removable keyword for specifying a live media.
180 * Adding removable-usb keyword to further restrict live media selection.
181 * Correcting check for usb when using removable-usb keyword.
182 * Correcting typo in locale bottom script.
184 -- Michael Prokop <mika@grml.org> Mon, 06 Apr 2009 14:01:31 +0200
186 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
188 * Do not use full path for printf executable. [Closes: issue640]
190 -- Michael Prokop <mika@grml.org> Tue, 24 Feb 2009 10:06:48 +0100
192 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
194 * New patch 08_readonly_devices.dpatch to support read-only operation
195 on hard disk devices when using bootoption 'forensic'.
196 * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
197 * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
198 * Adding note about URL limitations in live-initramfs manpage when
199 using fetch parameter.
200 * Replacing casper with live in live-new-uuid.
201 * Added missing variable quoting that lead to broken root persistence,
202 thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
203 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
204 setting a path for the persistence files through persistent-path boot
205 parameter (Closes: #512661).
206 * Adding persistent-path to parameter list and manpage.
207 * Actually building/cleaning manpages through targets in Makefile.
208 * Also checking for wicd in 23networking, thanks to Ben Armstrong
210 * Don't redirect output of fstype detection to standard out, thanks to
211 Ronny Standtke <Ronny.Standtke@gmx.net>.
212 * Adding ext4 support.
213 * Merging casper 1.156.
214 * Updating parameters.txt.
216 -- Michael Prokop <mika@grml.org> Fri, 20 Feb 2009 17:29:53 +0100
218 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
220 * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
221 findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
223 -- Michael Prokop <mika@grml.org> Mon, 12 Jan 2009 15:44:33 +0100
225 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
227 * Disable several configuration options in /etc/live.conf as we don't
228 install most of the scripts at all.
229 * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
230 which hopefully addresses the /etc/resolv.conf issue when booting via
232 * Update VCS-headers in debian/control so they point to grml's repository.
233 * Sync with Debian 1.154.4-1:
235 * Support further checks on loopback image and support skipping union
236 mounts (Closes: #509446).
238 * Updating authors file.
240 * Reworked integrity-check (Closes: #507477).
241 * Cleaned the boot log a bit.
243 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
244 to set variables in previous bottom scripts.
245 * Merging casper 1.140-1.154.
246 * Add a warning message when no image can be found.
247 * Adding a panic message when we netboot and have no supported network
248 device (Closes: #496684).
249 * Turning 'no supported filesystem images found' into a panic message,
250 rather than a warning.
251 * Also adding ralink to network device check.
252 * Removing spurious 'livefs_root' in copy_live_to();.
254 -- Michael Prokop <mika@grml.org> Thu, 08 Jan 2009 19:06:31 +0100
256 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
258 * Sync with Debian's git repository
259 (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
260 - Removing spurious 'livefs_root' in copy_live_to();.
261 - Also using splashy in shutdown message of the initscript.
262 - Also adding ralink to network device check.
263 - Turning 'no supported filesystem images found' into a panic
264 message, rather than a warning.
265 - Adding a panic message when we netboot and have no supported
266 network device (Closes: #496684).
267 - Add a warning message when no image can be found.
269 /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
270 we now start using persitency features.
271 * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
272 No longer use fstype at all, but use vol_id by default.
274 -- Michael Prokop <mika@grml.org> Mon, 24 Nov 2008 11:49:17 +0100
276 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
278 * Do not use NOPERSISTENT='Yes' so we can use persistency features
281 -- Michael Prokop <mika@grml.org> Thu, 20 Nov 2008 11:47:46 +0100
283 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
285 * Resync with Debian's 1.139.1-4 version.
288 * Ignore errors from fstype.
289 * Display "Mounted live system on ..." during bootup.
290 * Fix the "cannot open /dev/scd0: No medium found" issue.
291 * Support isofrom/fromiso bootoption.
293 -- Michael Prokop <mika@grml.org> Mon, 17 Nov 2008 10:44:13 +0100
295 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
297 * Resync with Debian's 1.139.1-2 version.
298 * Add debian/patches/04_ignore_errors_from_fstype.dpatch
299 to ignore errors from fstype, otherwise we have
300 "stdin: error 0" during bootup.
302 -- Michael Prokop <mika@grml.org> Mon, 15 Sep 2008 17:43:13 +0200
304 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
306 * Resync with Debian's 1.139.1-1 version.
308 * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
309 * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
310 * Integrate debian/patches/03_grml_version_file_hook.dpatch.
311 * Readd dpatch to build depends.
313 -- Michael Prokop <mika@grml.org> Mon, 01 Sep 2008 12:34:04 +0200
315 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
317 * Activate all grml specific patches again (as we have
318 a working toolchain for booting).
320 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 21:41:36 +0200
322 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
324 The "OMG, I hate the booting toolchain" release.
326 * Improve boot failure splash.
327 * Don't remove scripts/live-bottom in grml package but
328 remove it in build sequence, this provides better
329 synching with Debian.
330 * Readd scripts/live-bottom/05mountpoints, otherwise
331 we suffer from "run-init: nuking initramfs contents".
332 * Update debian/control.
334 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 20:38:36 +0200
336 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
338 * Resync with Debian's current Git version [20080816,
339 git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
340 * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
341 and resync other patches as well.
342 * Copy /etc/grml_version to initrd.
344 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 10:25:54 +0200
346 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
348 * Disable use of util-linux's mount binary through
349 06_get_rid_of_utillinux-mountbinary.dpatch which
350 gets rid of /sbin/mount.cifs. See
351 http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
352 for more details about the problem.
354 -- Michael Prokop <mika@grml.org> Fri, 01 Aug 2008 16:09:58 +0200
356 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
358 * Sync with Debian [1.136.3-1] once more (no new
359 changes except for my own patch which has been applied).
360 * Adjust path of rsync (use /bin).
361 * Drop duplicate NOFSTAB from /etc/live.conf.
362 * Get rid of all scripts in scripts/live-bottom/ except
363 for 05mountpoints which is necessary to get a working setup.
365 -- Michael Prokop <mika@grml.org> Sun, 20 Jul 2008 19:18:27 +0200
367 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
369 * Rebase against current version of live-initramfs in Debian.
370 * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
371 debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
372 * Get rid of 03_support_for_lzma.diff.
373 * Add dpatch as Build-Depency.
375 -- Michael Prokop <mika@grml.org> Thu, 17 Jul 2008 13:38:06 +0200
377 live-initramfs (1.136.2-1) unstable; urgency=medium
379 * Replacing previous imperfect changes for udevadm with check for
380 udevadm and using old commands when beeing on etch. Also handling
381 udevtrigger with udevadm if available.
382 * Correcting httpfs2 inclusion in hook.
384 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
386 live-initramfs (1.136.1-1) unstable; urgency=medium
389 * Fix call to log_warning_msg. Thanks to Bradley Smith
390 <brad@brad-smith.co.uk>.
391 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
393 * Check losetup capabilities before specifying to mount as read-only.
394 * Modprobe 'esp' SCSI driver for the benefit of sparc.
395 * Quieten call to modprobe ide-generic.
396 * Move local-top/live to live-premount/modules so it gets called before
398 * Sync bug script "dpkg -l" calls with debian/control
401 * Defaulting now to aufs if no union= parameter is given.
402 * Merging casper version 1.136.
403 * Merging casper version 1.135.
404 * Merging casper version 1.134.
405 * Merging casper version 1.133.
406 * Converting udev depends into a versioned depends in order to reflect udevadm
408 * Updating live-snapshot to GPL-3+.
409 * Updating to standards 3.8.0.
410 * Renaming forgotton uuid file to live-uuid.
413 * udevtrigger replacement.
414 * live-snapshot: fixed the remount helper.
415 * live-snapshot: now supports a static keep file list.
416 * Try to bind /cow to /live/cow if unable to move.
417 * live-snapshot: cleaned some wordings.
418 * live-snapshot: included vital informations on exit.
419 * live-snapshot: new "--refresh" option.
420 * live-snapshot: cleaned and sorted used command line defaults.
421 * live-snapshot: nicer default auto unmount logic.
422 * live-snapshot: honour "-o|--output FILE".
423 * live-snapshot: removed a useless mkdir.
424 * live-snapshot: removed an unused and useless function.
425 * live-snapshot: fixes snapshotting from resync string.
428 * Add support for httpfs= and ftpfs= parameters.
430 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
432 live-initramfs (1.132.1-1) unstable; urgency=medium
435 * Don't escape asterisks in languagelist update code
438 * Updating copyright header in live-snapshot.
439 * Removing useless whitespaces and empty lines.
440 * Correcting grammatical errors in live-snapshot description.
441 * Removing live-snapshot version as this component is always released
442 within live-initramfs itself.
443 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
444 * Merging casper 1.132.
445 * Merging casper 1.131.
446 * Ignoring floppy devices for live filesystem as well as live
448 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
449 live.log and show its messages during boot (Closes: #440238).
450 * Updating vcs fields in control file.
451 * Handling conflicting klibc includes with initramfs-hooks of other
452 packages (Closes: 475783).
455 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
457 * Calling live-snapshot now produces an output file.
460 * Workaround loop-aes-utils losetup incompatibility
461 * Fix toram (change mount --move to mount -o move)
463 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
465 live-initramfs (1.130.1-3) unstable; urgency=high
467 * Handle non-existing klibc includes in live hook (Closes: #475783).
468 * Adding loop-aes-utils to recommends.
470 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
472 live-initramfs (1.130.1-2) unstable; urgency=medium
475 * Remove bogus dependency on Ubuntu "localechooser-data" package
477 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
479 live-initramfs (1.130.1-1) unstable; urgency=medium
482 * Use triggers when calling update-initramfs in postinst and postrm
485 * Sorting some lines in live hook.
486 * Merging casper 1.130.
487 * Merging casper 1.129.
488 * Adjusting code formating in maintainer scripts.
489 * Restricting counting of installed kernels based on /boot/vmlinuz-*
490 instead of /boot/vmlinuz*.
492 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
494 live-initramfs (1.128.1-1) unstable; urgency=medium
497 * Fixed a misleading debug message.
498 * Added /cow mounting debug messages.
499 * Fixed /cow mounting.
500 * Klibc: added some libraries to the intramfs.
503 * Merging casper 1.128.
505 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
507 live-initramfs (1.127.1-1) unstable; urgency=medium
510 * Merging casper 1.127.
511 * Merging casper 1.126.
512 * Removing too early recommends to live-initscripts in control to make
513 some people happy (Closes: #431000).
516 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
518 * scripts/live-helpers: Don't search ram block devices
519 * scripts/live-helpers: Search / use case
520 * scripts/live-helpers: Fixes for set -e
521 * bin/live-snapshot: Vastly rework script
522 * bin/live-snapshot: Fix argument handling (Closes: #461595)
523 * scripts/live: Make 'nopersistent' parameter actually disable
526 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
528 live-initramfs (1.125.1-1) unstable; urgency=medium
531 * Merging casper 1.125.
534 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
535 * Rename 18hostname -> 06hostname
537 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
539 live-initramfs (1.124.1-1) unstable; urgency=medium
542 * Adjusting live-snapshot to live-initramfs.
543 * Merging casper 1.124.
544 * Adjusting 44pk_allow to live-initramfs.
545 * Merging casper 1.123.
546 * Merging casper 1.122.
547 * Merging casper 1.121.
548 * Merging casper 1.120.
551 * 99hook: Download hook script from inside target filesystem
553 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
555 live-initramfs (1.119.1-1) unstable; urgency=medium
557 * Creating resolv.conf when netbooting not just when there's no
558 resolv.conf, but also when it is empty.
559 * Making hooks executable after fetching them.
560 * Removing disabling of kwallet.
561 * Merging casper 1.119.
563 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
565 live-initramfs (1.118.2-1) unstable; urgency=medium
568 * Explicitly set Xorg video driver.
569 * Patch to use cryptsetup volumes for persistent storage.
572 * New upstream release.
573 * Fixing wrong email address in changelog (was bug in git-dch config).
574 * Bumping package to policy 3.7.3.
575 * Rewriting copyright in machine-interpretable format.
576 * Adding hook parameter to execute custom scripts.
580 * Now it includes lzma kernel module dependencies.
582 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
584 live-initramfs (1.118.1-1) unstable; urgency=medium
587 * New upstream release.
588 * Adding direct depends to udev, thanks to Anton Lundin
589 <glance@acc.umu.se> (Closes: #452448).
590 * Merging casper 1.111.
591 * Bumping version to 1.110.1-1.
592 * Merging casper 1.112.
593 * Merging casper 1.113.
594 * Adjusting to live-initramfs.
595 * Bumping version to 1.113.1-1.
596 * Merging casper 1.114.
597 * Merging casper 1.115.
598 * Merging casper 1.116.
599 * Merging casper 1.117.
600 * Merging casper 1.118.
601 * Bumping version to 1.118.1-1.
604 * debian: add mtd-tools as suggestion since it's required for jffs2
606 * hooks: include jffs2 kernel module on initramfs image
607 * live-snapshot: add support to use jffs2 images
608 * live: add support for jffs2 images and snapshots
609 * live-helpers: add jffs2 as a valid image
610 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
612 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
614 live-initramfs (1.110.7-1) unstable; urgency=medium
616 * New upstream release.
617 * Fixing fstab handling.
618 * Fixing regression from mounting the ow device on a nfs volume,
619 thanks to An-Cheng Huang <ancheng@vyatta.com>.
621 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
623 live-initramfs (1.110.6-1) unstable; urgency=medium
625 * New upstream release.
626 * Preparing live-initramfs 1.110.6-1.
627 * Adding custom reportbug script.
628 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
629 * Adding checkbashsms call to test target of the Makefile as suggested
630 by Trent W. Buck <trentbuck@gmail.com>.
632 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
634 live-initramfs (1.110.5-1) unstable; urgency=medium
636 * New upstream release.
637 * Preparing live-initramfs 1.110.5-1.
638 * Using kdm initscript autologin overrides, thanks to Kel Modderman
640 * Setting the kdm language, thanks to Jordi Pujol
641 <jordi_pujol@telefonica.net>.
642 * Adding files to the live filesystem according to the MAC number,
643 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
644 * Fixing some coding style issues.
646 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
648 live-initramfs (1.110.4-1) unstable; urgency=medium
651 * New upstream release.
652 * Preparing live-initramfs 1.110.3-1.
653 * Correcting homepage field.
654 * Correcting vcs fields.
657 * add support for mounting the cow device on an nfs volume
659 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
661 live-initramfs (1.110.3-1) unstable; urgency=medium
664 * New upstream release.
665 * Preparing live-initramfs 1.110.3-1.
666 * Removing ubuntu support.
669 * Fix typo to get serial console to work
672 * add support for exposedroot option for live-helper
674 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
676 live-initramfs (1.110.2-1) unstable; urgency=medium
678 * New upstream release.
679 * Preparing live-initramfs 1.110.2-1.
680 * Fixing typing error.
681 * Removing nodiratime as it is already included in noatime, thanks to Kel
682 Modderman <kel@otaku42.de>.
684 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
686 live-initramfs (1.110.1-1) unstable; urgency=medium
688 * New upstream release.
689 * Preparing live-initramfs 1.107.2-1.
690 * Also using nodiratime, not just noatime.
691 * Merging casper 1.108.
692 * Adjusting to live-initramfs.
693 * Merging casper 1.109.
694 * Adjusting to live-initramfs.
695 * Merging casper 1.110.
696 * Adjusting to live-initramfs.
697 * Bumping version to 1.110.1-1.
699 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
701 live-initramfs (1.107.1-1) unstable; urgency=medium
703 * New upstream release.
704 * Preparing live-initramfs 1.102.4-2.
705 * Replacing backticks with POSIX expression.
706 * Consistently using curly brackets for variables.
708 * Merging casper 1.105.
709 * Adjusting to live-initramfs.
710 * Bumping version to 1.105.1-1.
711 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
712 cow mount rather than binding it on /live/cow. This prevents the
713 /cow mount showing up in /proc/mounts.
714 * Merging casper 1.106.
715 * Adjusting to live-initramfs.
716 * Bumping version to 1.106.1-1.
717 * Fixing wrong homepage field.
718 * Fixing typing error.
719 * Merging casper 1.107.
720 * Bumping version to 1.107.1-1.
722 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
724 live-initramfs (1.104.1-1) unstable; urgency=medium
726 * New upstream release.
728 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
730 live-initramfs (1.102.1-1) unstable; urgency=medium
732 * New upstream release.
734 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
736 live-initramfs (1.99.2-1) unstable; urgency=medium
738 * New upstream release:
739 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
742 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
744 live-initramfs (1.99.1-1) unstable; urgency=medium
746 * New upstream release.
748 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
750 live-initramfs (1.96.2-1) unstable; urgency=medium
752 * New upstream release.
754 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
756 live-initramfs (1.96.1-1) unstable; urgency=medium
758 * New upstream release.
760 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
762 live-initramfs (1.95.3-1) unstable; urgency=medium
764 * New upstream release.
766 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
768 live-initramfs (1.95.2-1) unstable; urgency=medium
770 * New upstream release.
772 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
774 live-initramfs (1.95.1-1) unstable; urgency=medium
776 * New upstream release.
778 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
780 live-initramfs (1.91.6-1) unstable; urgency=medium
782 * New upstream release.
784 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
786 live-initramfs (1.91.5-1) unstable; urgency=medium
788 * New upstream release.
790 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
792 live-initramfs (1.91.4-1) unstable; urgency=medium
794 * New upstream release:
795 - Dropping transitional package, not needed anymore.
797 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
799 live-initramfs (1.91.3-1) unstable; urgency=medium
801 * New upstream release.
803 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
805 live-initramfs (1.91.2-1) unstable; urgency=medium
807 * New upstream release.
809 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
811 live-initramfs (1.91.1-1) unstable; urgency=medium
813 * New upstream release.
815 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
817 live-initramfs (1.90.1-1) unstable; urgency=medium
819 * New upstream release.
821 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
823 live-initramfs (1.87.6-1) unstable; urgency=medium
825 * New upstream release.
827 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
829 live-initramfs (1.87.5-1) unstable; urgency=medium
831 * New upstream release, replacing casper.
833 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
835 live-initramfs (1.87.4-1) unstable; urgency=medium
837 * New upstream release.
839 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
841 live-initramfs (1.87.3-1) unstable; urgency=medium
843 * New upstream release.
845 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
847 live-initramfs (1.87.2-1) unstable; urgency=low
849 * New upstream release.
851 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
853 live-initramfs (1.87.1-1) unstable; urgency=low
855 * Initial release, forking casper.
857 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200