From: Evgeni Golov Date: Sat, 8 Mar 2014 12:15:43 +0000 (+0100) Subject: Sync Debian's live-boot 4.0~alpha19 X-Git-Tag: debian/4.0_alpha19-1+grml.1~7 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=a6e250845a22f7b54e2936a64e98430ed3c79194;p=live-boot-grml.git Sync Debian's live-boot 4.0~alpha19 --- a6e250845a22f7b54e2936a64e98430ed3c79194 diff --cc debian/changelog index 7f4ee9b,77bf94c..8092959 --- a/debian/changelog +++ b/debian/changelog @@@ -1,46 -1,122 +1,165 @@@ + live-boot (4.0~alpha19-1) experimental; urgency=low + + * Updating copyright notices for 2014. + * Updating swap bootparameter in manpage to match code (Closes: + #738146). + * Adjusting internal file of the swap component to match its own boot + parameter. + + -- Daniel Baumann Sat, 08 Feb 2014 17:32:16 +0100 + + live-boot (4.0~alpha18-1) experimental; urgency=low + + [ Daniel Baumann ] + * Adding initial Japanese live-boot manpage translation from victory + . + + [ chals ] + * Applying patch revising grammar and spelling in live-boot.7 manpage, + thanks to victory . + * Updating live-boot translation files from the original English text. + * Updating Spanish translation of live-boot.7 manpage. + + [ victory ] + * Change plurals to singular: from "a ... media" to "a ... medium". + * Update/sync translations. + + [ Daniel Baumann ] + * Reading in panic boot parameter when overloading initramfs-tools + panic() (Closes: #729041). + + [ victory ] + * Translated persistence.conf.5. + * [man-ja] Fix a typo on the translation. + * Fix a typo: coma -> comma. + * Sync translations (0af845c). + + -- Daniel Baumann Wed, 20 Nov 2013 11:03:46 +0100 + + live-boot (4.0~alpha17-1) experimental; urgency=low + + [ Daniel Baumann ] + * Rewrapping control file. + + [ Michael Prokop ] + * Properly boot from mdadm via findiso boot option. + + [ Daniel Baumann ] + * Updating to standards version 3.9.5. + * Correcting spelling typo in overlay component breaking booting from + uncompressed filesystems, thanks to John Bazik + (Closes: #728250). + + -- Daniel Baumann Wed, 30 Oct 2013 02:44:22 +0100 + + live-boot (4.0~alpha16-1) experimental; urgency=low + + * Updating package descriptions. + * Applying patch from Michael Prokop to update udev + usage in is_nice_device() for newer udev versions. + + -- Daniel Baumann Tue, 15 Oct 2013 09:17:35 +0200 + + live-boot (4.0~a15-1) experimental; urgency=low + + [ Jan Blunck ] + * Install components into /lib/live/boot folder. + + -- Daniel Baumann Fri, 13 Sep 2013 17:21:50 +0200 + + live-boot (4.0~a14-1) experimental; urgency=low + + [ Daniel Baumann ] + * Updating note about overlay file image names in live-boot manpage, + thanks to Peter Schaefer (Closes: + #701615). + * Correcting debug variables through out the code to use the same one. + * Allowing to superseed live-boot cmdline through configuration files. + + [ chals ] + * Updating Spanish translation of live-boot man page. + + [ Steven Shiau ] + * Calculating size for the whole media "/live/image/", not only the dir + "/live/image/live/" when using toram. + + [ Daniel Baumann ] + * Reorganizing backend in source tree. + * Reorganizing frontend in source tree. + * Reorganizing components in source tree. + * Replace various mentionings of scripts with components. + * Updating code to current coding style in a some locations. + * Dropping old pre-wheezy udevadm handling. + * Dropping old pre-wheezy persistence list handling. + * Replacing variable used in one place only with explicit directory for + simplicity. + * Shortening /etc/mtab conditional creation. + * Dropping helper function used in one place only which can be replaced + with a simple ls call anyway. + * Dropping really_export dead code. + * Simplifying /etc/resolv.conf generation a bit. + * Updating indenting in network component. + + [ chals ] + * Updating the dates in man pages. + * Updating Spanish translation of man pages. + + [ Jan Blunck ] + * Use PERSISTENCE_PATH with a trailing "/". + * Move check for block device to mount_persistence_media(). + * Remount writable when moving the mountpoint of the persistence device. + * Blacklist devices used for /live/rootfs/* insted of /live/medium. + * Add support for persistence-storage type "directory". + + [ Daniel Baumann ] + * Updating debhelper install file to include additional scripts in new + location. + + -- Daniel Baumann Fri, 13 Sep 2013 14:17:30 +0200 + +live-boot (4.0~a13-1+grml.5) unstable; urgency=medium + + * [3b54472] Add support for label "persistence" to forensic mode + + -- Michael Prokop Sat, 25 Jan 2014 11:45:16 +0100 + +live-boot (4.0~a13-1+grml.4) unstable; urgency=low + + * [3d46167] Add patch to properly boot from mdadm via findiso boot + option [Closes: issue1270] Thanks to thinkgear for the bug report + and providing a test VM + + -- Michael Prokop Tue, 15 Oct 2013 16:58:17 +0200 + +live-boot (4.0~a13-1+grml.3) unstable; urgency=low + + * [79dceec] Update 9990-misc-helpers.sh to support latest udev version + [Closes: issue1278] Thanks to Michael Biebl for + helping in resolve this issue and Ulrich Dangel + for the initial patch + + -- Michael Prokop Sat, 28 Sep 2013 11:44:52 +0200 + +live-boot (4.0~a13-1+grml.2) unstable; urgency=low + + * [61895ec] Do not "exit" if boot option nonetworking is set but + "return" instead [Closes: issue1276] + * [85bddc0] Refresh debian/patches/ + + -- Michael Prokop Fri, 20 Sep 2013 16:38:53 +0200 + +live-boot (4.0~a13-1+grml.1) unstable; urgency=low + + * Sync Debian's 4.0~a13. + * [ba11a22] drop patches that were previously backported from + the 4.x upstream branch + * [5eca029, 3a80a92, eae4296, e6023f8] refresh patches against + new upstream + * [2130827] more forwardporting of deprecated persistence options + * [c06cdf4] log to boot.log, not live-boot.log + + -- Evgeni Golov Sun, 18 Aug 2013 10:53:12 +0200 + live-boot (4.0~a13-1) experimental; urgency=low * Increasing tftp blocksize to maximum value per RFC 2348, thanks to diff --cc debian/control index e5ef27a,df4071e..bb244ce --- a/debian/control +++ b/debian/control @@@ -1,25 -1,35 +1,27 @@@ Source: live-boot Section: misc Priority: optional -Maintainer: Live Systems Maintainers -Uploaders: Daniel Baumann -Build-Depends: debhelper (>= 9) +Maintainer: Grml Team +Build-Depends: debhelper (>= 9), quilt (>= 0.46-7~) - Standards-Version: 3.9.4 + Standards-Version: 3.9.5 -Homepage: http://live-systems.org/devel/live-boot/ -Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git -Vcs-Git: git://live-systems.org/git/live-boot.git +Homepage: http://live.debian.net/devel/live-boot/ +Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git +Vcs-Git: git://git.grml.org/live-boot-grml.git +Origin: Grml +Bugs: mailto:bugs@grml.org ++Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git;a=summary ++Vcs-Git: git://git.grml.org/live-boot-grml.git -Package: live-boot +Package: live-boot-grml Architecture: all -Depends: - ${misc:Depends}, - live-boot-initramfs-tools | live-boot-backend, -Recommends: - live-boot-doc, - live-tools, - rsync, - uuid-runtime, -Suggests: - curlftpfs, - cryptsetup, - httpfs2, - unionfs-fuse, - wget, +Depends: ${misc:Depends}, genext2fs, live-boot-grml-initramfs-tools | live-boot-backend +Recommends: live-boot-grml-doc, live-tools, eject, file, rsync, uuid-runtime +Conflicts: live-boot +Replaces: live-boot +Provides: live-boot +Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget - Description: Live System Boot Scripts - live-boot contains the scripts that configure a live system during the boot + Description: Live System Boot Components - The Live Systems project maintains the components to build Debian based Live - systems and the official Debian Live images themselves. - . + live-boot contains the components to configure a live system during the boot process (early userspace). . In addition to live-boot, a backend for the initrd generation is required, such @@@ -38,15 -47,14 +43,18 @@@ Description: Live System Boot Component process (early userspace). . This package contains the documentation. + . + Please notice that this package is maintained by the grml.org team. + This is NOT a fork of Debian's live-boot, it's just a customized + version to better fit Grml's needs. -Package: live-boot-initramfs-tools +Package: live-boot-grml-initramfs-tools Architecture: all Depends: - ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev + ${misc:Depends}, + busybox | busybox-initramfs, + initramfs-tools, + udev, Conflicts: live-boot-backend Replaces: live-boot-backend Provides: live-boot-backend