X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=debian%2Fchangelog;h=7055ec1655fcd3ec01c68ebf6509a8d0594cd0da;hp=8020c0cd99843b2711f431dd015a4e00c7543c77;hb=HEAD;hpb=2a8ce242c18e10dffe2b8e1887df0b4fb8982d3b diff --git a/debian/changelog b/debian/changelog index 8020c0c..db80bda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,308 @@ +live-boot (1:20210208+grml.5) unstable; urgency=medium + + [ ThomasToka ] + * [ff77ad6] + [0fe1097] Support new live-netdev feature to alternatively use + a given mac address for the active network device, format is + "live-netdev=xx:xx:xx:xx:xx:xx" + + [ Michael Prokop ] + * [876ec30] live-netdev: unify coding style and drop noop $NETDEV + assignment + + -- Michael Prokop Fri, 08 Sep 2023 11:23:14 +0200 + +live-boot (1:20210208+grml.4) unstable; urgency=medium + + [ Michael Laß ] + * [98d3d05] 9990-main.sh: activate LVM volumes if needed. + + -- Michael Prokop Fri, 08 Sep 2023 08:50:55 +0200 + +live-boot (1:20210208+grml.3) unstable; urgency=medium + + [ Mihai Moldovan ] + * [02b7fee] 9990-misc-helpers.sh: remove mdadm.conf in initramfs if + existent. + + -- Michael Prokop Sat, 24 Apr 2021 22:00:03 +0200 + +live-boot (1:20210208+grml.2) unstable; urgency=medium + + [ Mihai Moldovan ] + * [a70800e] 9990-misc-helpers.sh: fix RAID detection for findiso. + * [cf60d58] 9990-misc-helpers.sh: support lvm/mdadm in fromiso feature. + + -- Michael Prokop Fri, 26 Mar 2021 08:57:35 +0100 + +live-boot (1:20210208+grml.1) unstable; urgency=medium + + [ Steven Shiau ] + * [e82ece9] 9990-select-eth-device.sh: check carrier, pick NIC + * [7454aae] Revert "Merge branch 'master' into 'master'" + * [cd108f7] Update 9990-select-eth-device.sh + + [ Benjamin Drung ] + * [56ec826] Fix leading space in DEVICE setting + + [ Raphaël Hertzog ] + * [b411378] Update standards version to 4.5.0, no changes needed. + + [ Michael Prokop ] + * [9d4ad8c] Avoid overlay files of libnss* ending up in initramfs + + [ Mihai Moldovan ] + * [9829d8a] 9990-misc-helpers.sh: allow fs type override in fromiso + feature. + + -- Michael Prokop Tue, 09 Mar 2021 18:32:14 +0100 + +live-boot (1:20200527+grml.5) unstable; urgency=medium + + * [b727a78] /e/n/i: move sourcing of /etc/network/interfaces.d/ to begin + of file + * [61b7447] Avoid executing memdiskfind under Secure Boot + + -- Michael Prokop Sat, 18 Jul 2020 17:02:55 +0200 + +live-boot (1:20200527+grml.4) unstable; urgency=medium + + * [b1e38b1] Include ethtool binary for debugging network configuration + during network boot + + -- Michael Prokop Fri, 17 Jul 2020 23:23:08 +0200 + +live-boot (1:20200527+grml.3) unstable; urgency=medium + + * [b368066] 0020-read-only: iterate over all devices + improve console + message layout + * [ea4f167] 9990-misc-helpers.sh: ensure to appened to boot.log file + + -- Michael Prokop Fri, 10 Jul 2020 09:07:01 +0200 + +live-boot (1:20200527+grml.2) unstable; urgency=medium + + * [2f7a8c9] Add instance for sourcing /etc/network/interfaces.d/ + only once + + -- Michael Prokop Tue, 23 Jun 2020 12:22:16 +0200 + +live-boot (1:20200527+grml.1) unstable; urgency=medium + + [ Michael Prokop ] + * Sync with Debian's upstream and release new version + (https://salsa.debian.org/live-team/live-boot/), + git commit 24f2452 + * [bcf2959] 9990-grml-networking.sh: support /etc/network/interfaces.d/* + in /e/n/i + * [b4a7f36] Fix duplicate Homepage header in debian/control + + [ Roland Clobus ] + * [cb53729] checkbashisms can be found on salsa.debian.org now. + * [d620bde] The homepage is https://wiki.debian.org/DebianLive + * [e8e759f] Updated URL to the manual + * [01b2c89] Used the same text for po4a as in live-manual. + * [b4a78aa] Fixed fetching the version number. + * [59a5992] Updated URL to the homepage and manual. + * [4969912] Fixed a small typo. + * [2cc13e5] Fixed Lintian warning: manpage-section-mismatch + * [b50563d] Automatically create a snapshot of the latest package + * [3ab3594] Always rebuild po4a.cfg This is needed to ensure that new + languages will automatically be found + * [866ff26] Delete all generated files. They are generated from the po + files. + * [1fdc48f] Rebuild the translations + * [cf01ed7] New Build-Depends: po4a for the translation files + * [2821546] Use 'true' when referring to boolean environment variables + * [9188c08] Updated the translation files. The translators can now + update their translations. + + [ Benjamin Drung ] + * [f18a282] Also search for libnss_*.so files in /usr/lib (Closes: + #930419) + * [bac527f] components/9990-networking.sh: Add shellcheck override + * [9944436] Fix DNS search entry in /etc/resolv.conf + * [07d13d4] Fix shellcheck in components/9990-main.sh + * [179707b] Simplify empty check for /etc/resolv.conf + * [44c651d] Create /etc/hostname in initramfs + * [d9d44fd] Copy /etc/hostname and /etc/hosts into target + * [9c27c7a] Fix flipped logic for handling memdiskfind + * [9b976b5] components/9990-main.sh: Fix shellcheck issue SC2236 + + [ Luca Boccassi ] + * [7d09142] Set Rules-Requires-Root: no + * [fa4cd2e] Set Standards-Version to 4.3.0 + * [033a004] Update changelog for 1:20190614 release + + [ Steven Shiau ] + * [abfb059] A workaround to make sure /dev/mtd0 can be created + * [d825b74] Use ntfs-3g instead of kernel module ntfs.ko. + + [ Marcel Partap ] + * [4aa52e5] Accept multiple overlay names from persistence-label + parameter + * [5bf9f57] Fix spurious error msgs from live-boot about failed mounts… + * [7a233a2] Document the fact that persistence-label now accepts a list + * [17ffaa3] Set sticky bit on /var/tmp as well (matching perms in base- + files) + + [ Debian Janitor ] + * [a51d847] Update standards version to 4.4.1, no changes needed. + * [f5c54b7] Bump debhelper from old 10 to 12. + debian/rules: Move + --fail-missing argument to dh_missing. + * [ca6430e] Set debhelper-compat version in Build-Depends. + + [ Lyndon Brown ] + * [0488840] amend copyright + * [36d4a16] "Live Systems" -> "Debian Live" + + -- Michael Prokop Wed, 27 May 2020 14:13:19 +0200 + +live-boot (1:20190614) unstable; urgency=medium + + [ Roland Clobus ] + * The homepage is https://wiki.debian.org/DebianLive + * Used the same text for po4a as in live-manual. + * Updated URL to the homepage and manual. + * Fixed Lintian warning: manpage-section-mismatch + * Always rebuild po4a.cfg This is needed to ensure that new languages + will automatically be found + * New Build-Depends: po4a for the translation files + * Updated the translation files. The translators can now update their + translations. + + [ Benjamin Drung ] + * Also search for libnss_*.so files in /usr/lib (Closes: #930419) + + [ Luca Boccassi ] + * Set Rules-Requires-Root: no + * Set Standards-Version to 4.3.0 + + -- Luca Boccassi Fri, 14 Jun 2019 10:55:07 +0100 + +live-boot (1:20180603+grml.3) unstable; urgency=medium + + * [d189b07] Ensure locating libnss* files doesn't fail on merged-usr + systems + + -- Michael Prokop Thu, 11 Jul 2019 11:51:40 +0200 + +live-boot (1:20180603+grml.2) unstable; urgency=medium + + * [ad4ec75] Do not generate dhcp entry for loopback interface. + Thanks to Mykola Malkov for the bug report + + -- Michael Prokop Fri, 08 Feb 2019 17:26:00 +0100 + +live-boot (1:20180603+grml.1) unstable; urgency=medium + + * [f35e0cf] Sync with Debian's upstream + (https://salsa.debian.org/live-team/live-boot/), + git commit 7130a2c0b. + * [c8a5e53] Minimize delta to Debian's upstream/master + * [27bc786] Support debian_networking boot option to use Debian's + network behavior + * [52474b4] 9990-grml-networking.sh: + * By displaying "Preconfiguring Grml networking" it's more + explicit that we're running the 9990-grml-networking.sh code + * It's not the 23networking live-initramfs hook since quite some time, + update the comment for generation of /etc/network/interfaces + * Support also new style network device names by iterating over + /sys/class/net/* and skipping only the loopback interface + + -- Michael Prokop Fri, 14 Dec 2018 15:40:36 +0100 + +live-boot (1:20180603) unstable; urgency=medium + + [ Luca Boccassi ] + * Mark live-boot-doc as Multi-Arch: foreign + * Remove --parallel from dh to fix Lintian Warning. + + [ Benjamin Drung ] + * Fix resolving FQDN given by DHCP + * Double quote to prevent globbing and word splitting + + -- Raphaël Hertzog Sun, 03 Jun 2018 23:00:11 +0200 + +live-boot (1:20180328) unstable; urgency=low + + [ Raphaël Hertzog ] + * Fix read-only persistence mode with overlayfs. Closes: #877776 + Thanks to Ronny Standtke for the patch. + * Add a small warning in the long description that the + package must not be installed on a regular system, but only in + a live image. Closes: #884886 + * Strip comments from checksums files passed to "shaXsum -c" + Thanks to Andreas Heinlein for the report (Closes: #856482) + + [ Steve McIntyre ] + * Repo moved to salsa + + [ Benjamin Drung ] + * Don't replace busybox's wget by the true wget. + It was likely done for https support but since buster the busybox + provided wget has https support too. We save a lot of space by + doing so (8 Mb). (Closes: #885455) + * Avoid double slashes in some paths (Closes: #885453) + * Support setting upperdir tmpfs size with overlay-size boot parameter + (Closes: #885466) + * Simplify mount point handling by using /run/live instead of /lib/live/mount + (Closes: #886328) + * Add configuration variables to build a stripped down initrd + (Closes: #886337) + + [ Daniel Reichelt ] + * Use klibc's mount again for fuse mounts (Closes: #868559) + + [ raizo62 ] + * Update DNSFILE even if DNSFILE contains only commented or empty lines + + [ Sameer Agrawal ] + * Fix ifconfig parsing (Closes: #892772) + + [ Chas Williams ] + * Add back persistence fsck option + * Remove workaround for ipconfig issues + + [ Benjamin Drung ] + * Remove sourcing /scripts/functions in components + * Support live-{top,premount,bottom} hooks (Closes: #884355) + + [ Luca Boccassi ] + * Add backward compatibility rbind mount /lib/live/mount -> /run/live. + The paths used in the current released versions of live-boot are a + form of public API, and existing applications and scripts might rely + on them. Do a recursive bind mount of the new path on the previous one + so that they do not break on upgrade (see #886328). + This backward-compatible mount point will be deprecated and removed + before the Bullseye (Debian 11) release. Users are recommended to start + migrating to the new /run/live path as soon as possible. + + [ Erik Ziegenbalg ] + * fromiso: add support for local ISO (ONIE) + + [ Luca Boccassi ] + * Clarify FROMISO documentation in live-boot manpage + * Use HTTPS in debian/copyright (policy 4.0.0). + * Remove dead link to live-systems.org from debian/copyright. + * Bump Standards-Version to 4.1.3, no changes. + * Add myself to Uploaders. + + -- Luca Boccassi Wed, 28 Mar 2018 20:07:39 +0100 + +live-boot (1:20170623) unstable; urgency=medium + + * Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd. + Closes: #864385 Thanks to Daniel Reichelt for the + patch. + * Take into account the fact that udevadm is now in /bin and no longer in + /sbin. Closes: #852570 + * Add myself to Uploaders. + * Bump debhelper compat to 10. + * Bump Standards-Version to 4.0.0. + * Fix spelling errors in live-boot(7). + + -- Raphaël Hertzog Fri, 23 Jun 2017 14:41:06 +0200 + live-boot (1:20170112+grml.1) unstable; urgency=medium [ Kristian Klausen ] @@ -1577,7 +1882,7 @@ live-boot (3.0~a19-1+grml.00) unstable; urgency=low * [86ca4d5] Remove old manpage live-snapshot.it.1.txt * [7fb9e91] Support comma delimited devices in live-media-path * [6b21c57] Depend on the same live-boot-initramfs-tools/live-boot-backend version. - + [ Christian Hofstaedtler ] * Rename packages to not clash with Debian. * Resynced with Debian.