[Git-commits] [grml/live-boot-grml] 20a36d: Fixing name of overlayfs kernel module for inclusi...
Laurens Vanderhoven
gfy at users.noreply.github.com
Mon Aug 17 01:36:09 CEST 2015
Branch: refs/heads/master
Home: https://github.com/grml/live-boot-grml
Commit: 20a36dd1e76d50c02968a50212a59c34efb3e79a
https://github.com/grml/live-boot-grml/commit/20a36dd1e76d50c02968a50212a59c34efb3e79a
Author: Tails developers <amnesia at boum.org>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M backend/initramfs-tools/live.hook
Log Message:
-----------
Fixing name of overlayfs kernel module for inclusion in the initramfs (Closes: #773868).
Commit: 44e7b72fa71425b02ec770b1f3429b27a5cf6c51
https://github.com/grml/live-boot-grml/commit/44e7b72fa71425b02ec770b1f3429b27a5cf6c51
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M backend/initramfs-tools/live.hook
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
Log Message:
-----------
Using 'overlay' instead of 'overlayfs' everywhere, without backwards compatibility (Closes: #773881).
When overlayfs got merged into kernel mainline it was
renamed to overlay. We don't provide backwards compatibility
since overlayfs support was experimental and only with
non-debian default kernels available.
Commit: ec9bd07c900e13d606445518a87e0326902d5815
https://github.com/grml/live-boot-grml/commit/ec9bd07c900e13d606445518a87e0326902d5815
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M backend/initramfs-tools/live.hook
M components/9990-main.sh
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
M debian/control
M debian/live-boot.bug-script
Log Message:
-----------
Dropping unionfs-fuse support:
* unionfs-fuse itself has been always very buggy for us.
* unionfs-fuse code in live-boot as been experimental at best.
* the FUSE implementation is horribly slow due to the nature of
FUSE (~10min to boot a live system with unionfs-fuse compared
to <<1min with aufs).
* and last but not least, there's overlay in kernel mainline now.
Commit: ad63444c66cae26ee32136f9073aa5fc9cf04690
https://github.com/grml/live-boot-grml/commit/ad63444c66cae26ee32136f9073aa5fc9cf04690
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M backend/initramfs-tools/live.hook
M components/9990-overlay.sh
Log Message:
-----------
Dropping unionfs support, long superseeded with aufs.
Commit: 7565361fef5dda9d60bb7540e408630caded4bd1
https://github.com/grml/live-boot-grml/commit/7565361fef5dda9d60bb7540e408630caded4bd1
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M components/9990-overlay.sh
Log Message:
-----------
Dropping unionmount support, superseeded with overlay in mainline kernel.
Commit: c2bad45e991632c647f0c6c542bd4a0514f32fe7
https://github.com/grml/live-boot-grml/commit/c2bad45e991632c647f0c6c542bd4a0514f32fe7
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Updating manpages for union= boot parameter.
Commit: f2dcec3f21086a557db86ae928295474be79d35b
https://github.com/grml/live-boot-grml/commit/f2dcec3f21086a557db86ae928295474be79d35b
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
Log Message:
-----------
Simplifying code a bit after removal of no longer supported overlay alternatives.
Commit: 6fae187035cc9486574834f78e79dd495055e809
https://github.com/grml/live-boot-grml/commit/6fae187035cc9486574834f78e79dd495055e809
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M debian/copyright
M manpages/bin/update-version.sh
Log Message:
-----------
Updating year in copyright notices to 2015.
Commit: 3a68424fa4d5372cc0fc60d07f58867d41ddcafc
https://github.com/grml/live-boot-grml/commit/3a68424fa4d5372cc0fc60d07f58867d41ddcafc
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M VERSION
M debian/changelog
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Releasing debian version 5.0~a1-1.
Signed-off-by: Daniel Baumann <mail at daniel-baumann.ch>
Commit: 73d837abfd95add4e0792ef27df8c7eea8a7388f
https://github.com/grml/live-boot-grml/commit/73d837abfd95add4e0792ef27df8c7eea8a7388f
Author: Tom Jampen <tom at cryptography.ch>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
A components/2010-remove-persistence
M components/9990-overlay.sh
Log Message:
-----------
Adding command line parameter to remove persistence.
Commit: db25153a257eda7e396f89b522b2f68ae3f21ddd
https://github.com/grml/live-boot-grml/commit/db25153a257eda7e396f89b522b2f68ae3f21ddd
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M components/9990-overlay.sh
Log Message:
-----------
Modprobe filesystem modules before checking support.
This bug was accidentially introduced in commit ec9bd07c which removed
unionfs-fuse support.
Commit: 71f51d671acb15907cff63595ddc8e04b4664815
https://github.com/grml/live-boot-grml/commit/71f51d671acb15907cff63595ddc8e04b4664815
Author: victory <victory.deb at gmail.com>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M manpages/ja/persistence.conf.ja.5
M manpages/po/ja/persistence.conf.5.po
Log Message:
-----------
Unfuzzy Japanese translation.
Commit: 8bb7633a1b25fd465d015119d6f15a159f68b8dd
https://github.com/grml/live-boot-grml/commit/8bb7633a1b25fd465d015119d6f15a159f68b8dd
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M VERSION
M debian/changelog
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Releasing debian version 5.0~a2-1.
Signed-off-by: Daniel Baumann <mail at daniel-baumann.ch>
Commit: d1d4af9b25661d047a3c5a739b5d1e991a863d88
https://github.com/grml/live-boot-grml/commit/d1d4af9b25661d047a3c5a739b5d1e991a863d88
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Patch by Steven Shiau <steven at nchc.org.tw>. The only changes so far are:
* drop the parts of the patch that are not relevant to live-boot 5.x
* adapt formatting to match Debian Live coding standards
Commit: 289f0d924b6fa009790b4a67164892107a5a4086
https://github.com/grml/live-boot-grml/commit/289f0d924b6fa009790b4a67164892107a5a4086
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Removing attempt to mount overlayfs in an obsolete way.
The version of overlayfs that reached Linux mainline does not support
this mount call, no need to try it every time.
Commit: 7a9c73733e5254d36ddc5df87c5908e5cea3ea77
https://github.com/grml/live-boot-grml/commit/7a9c73733e5254d36ddc5df87c5908e5cea3ea77
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Cleaning up comment to keep only the part that's relevant here.
Commit: 469fb61ab8870f74f10aa8d4d235c3a57c47144b
https://github.com/grml/live-boot-grml/commit/469fb61ab8870f74f10aa8d4d235c3a57c47144b
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Adding missing quotes.
Commit: 206a9bc0c758ac5f2fb55b52478de16c73bed680
https://github.com/grml/live-boot-grml/commit/206a9bc0c758ac5f2fb55b52478de16c73bed680
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Removing obsolete code.
We're resetting this variable to a correct value a few lines below.
Commit: c5b6cb0b238bc8230a9366abafa73752dc093d27
https://github.com/grml/live-boot-grml/commit/c5b6cb0b238bc8230a9366abafa73752dc093d27
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Removing unused variables.
Commit: e24d836cde9a318659eacea5f76e5a2b634a0b91
https://github.com/grml/live-boot-grml/commit/e24d836cde9a318659eacea5f76e5a2b634a0b91
Author: Tails developers <amnesia at boum.org>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Refactoring duplicate identical call to mount.
Commit: 9ab5aeeecac939f82c77536a6e21b505d9841b96
https://github.com/grml/live-boot-grml/commit/9ab5aeeecac939f82c77536a6e21b505d9841b96
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
Waiting until all ethernet devices are up on multi-nic machines, thanks to Chris Read <chris.read at gmail.com> (Closes: #744777).
Commit: 48fc69f2ba8b347e3216649fd895918743d05024
https://github.com/grml/live-boot-grml/commit/48fc69f2ba8b347e3216649fd895918743d05024
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M VERSION
M debian/changelog
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Releasing debian version 5.0~a3-1.
Signed-off-by: Daniel Baumann <mail at daniel-baumann.ch>
Commit: b6c5221a9c9b2c2020ba1b53ff618cf972d1b2f8
https://github.com/grml/live-boot-grml/commit/b6c5221a9c9b2c2020ba1b53ff618cf972d1b2f8
Author: Tails developers <tails at boum.org>
Date: 2015-04-29 (Wed, 29 Apr 2015)
Changed paths:
M components/9990-overlay.sh
Log Message:
-----------
Logging a warning when an expected image file is missing.
Commit: 94de28deace2c7c3df13790f326f9206d5fe898e
https://github.com/grml/live-boot-grml/commit/94de28deace2c7c3df13790f326f9206d5fe898e
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Patch by Steven Shiau <steven at nchc.org.tw>. The only changes so far are:
* drop the parts of the patch that are not relevant to live-boot 5.x
* adapt formatting to match Debian Live coding standards
Commit: aebd12f70f50d59c2f7afe1923087e3c61dce3c1
https://github.com/grml/live-boot-grml/commit/aebd12f70f50d59c2f7afe1923087e3c61dce3c1
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Removing attempt to mount overlayfs in an obsolete way.
The version of overlayfs that reached Linux mainline does not support
this mount call, no need to try it every time.
Commit: 822706beb66f72389dc5e9328b52f1a9c0da04fe
https://github.com/grml/live-boot-grml/commit/822706beb66f72389dc5e9328b52f1a9c0da04fe
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Cleaning up comment to keep only the part that's relevant here.
Commit: 1d3f7a8c955d20ac4b442719de70d9ed7406d201
https://github.com/grml/live-boot-grml/commit/1d3f7a8c955d20ac4b442719de70d9ed7406d201
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Adding missing quotes.
Commit: d99dfbf1fc7b6a4fcdc128396c40e24d638cfcaf
https://github.com/grml/live-boot-grml/commit/d99dfbf1fc7b6a4fcdc128396c40e24d638cfcaf
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Removing obsolete code.
We're resetting this variable to a correct value a few lines below.
Commit: cf125f86f9985e09b00c28bd9fc8903810f98f79
https://github.com/grml/live-boot-grml/commit/cf125f86f9985e09b00c28bd9fc8903810f98f79
Author: Tails developers <amnesia at boum.org>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Refactoring duplicate identical call to mount.
Commit: 72211f19cc0f386166fc348ddb22c169e2b1fbbc
https://github.com/grml/live-boot-grml/commit/72211f19cc0f386166fc348ddb22c169e2b1fbbc
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M components/9990-cmdline-old
Log Message:
-----------
Switching default union filesystem to overlay, wheezy systems can use union=aufs for the time being.
Commit: ab09402f047b79767ad44c69ae48f5e46dcf1f77
https://github.com/grml/live-boot-grml/commit/ab09402f047b79767ad44c69ae48f5e46dcf1f77
Author: Daniel Baumann <mail at daniel-baumann.ch>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M debian/changelog
Log Message:
-----------
Releasing debian version 5.0~a4-1.
Signed-off-by: Daniel Baumann <mail at daniel-baumann.ch>
Commit: a09ea36d4fde0e56cd34a27716c25395ae41b116
https://github.com/grml/live-boot-grml/commit/a09ea36d4fde0e56cd34a27716c25395ae41b116
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M VERSION
M backend/initramfs-tools/live.hook
A components/2010-remove-persistence
M components/9990-cmdline-old
M components/9990-main.sh
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
M components/9990-select-eth-device.sh
M debian/changelog
M debian/control
M debian/copyright
M debian/live-boot.bug-script
M manpages/bin/update-version.sh
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Merge remote-tracking branch 'live-systems/debian' into debian
Commit: 0ed42c4a3a98e506a5e8e8a6d40b632e572fa0b5
https://github.com/grml/live-boot-grml/commit/0ed42c4a3a98e506a5e8e8a6d40b632e572fa0b5
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M VERSION
M backend/initramfs-tools/live.hook
A components/2010-remove-persistence
M components/9990-cmdline-old
M components/9990-main.sh
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
M components/9990-select-eth-device.sh
M debian/changelog
M debian/control
M debian/copyright
M debian/live-boot-grml.bug-script
M manpages/bin/update-version.sh
M manpages/en/live-boot.7
M manpages/en/persistence.conf.5
M manpages/es/live-boot.es.7
M manpages/es/persistence.conf.es.5
M manpages/ja/live-boot.ja.7
M manpages/ja/persistence.conf.ja.5
M manpages/po/es/live-boot.7.po
M manpages/po/es/persistence.conf.5.po
M manpages/po/ja/live-boot.7.po
M manpages/po/ja/persistence.conf.5.po
M manpages/pot/live-boot.7.pot
M manpages/pot/persistence.conf.5.pot
Log Message:
-----------
Merge branch 'debian'
Conflicts:
debian/control
Commit: ee5831d83a2f5ab6e0778837f7af53f8ef9043e0
https://github.com/grml/live-boot-grml/commit/ee5831d83a2f5ab6e0778837f7af53f8ef9043e0
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M debian/control
Log Message:
-----------
Drop genext2fs from Depends, live-snapshot is long gone
Commit: 8e37c8389c9c3a6e9699c90d8070bf7415caa686
https://github.com/grml/live-boot-grml/commit/8e37c8389c9c3a6e9699c90d8070bf7415caa686
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M debian/patches/15_networking_grml.patch
Log Message:
-----------
update 15_networking_grml.patch against live-boot 5.0
Commit: 600ec8b4217ededfbf4e4a3757c5dd4becdf3dee
https://github.com/grml/live-boot-grml/commit/600ec8b4217ededfbf4e4a3757c5dd4becdf3dee
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M debian/rules
Log Message:
-----------
do not run dh with quilt, we have source format 3.0
Commit: bf57d165d02eef50d81c758d9995f5772cceff31
https://github.com/grml/live-boot-grml/commit/bf57d165d02eef50d81c758d9995f5772cceff31
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M backend/initramfs-tools/live.hook
Log Message:
-----------
Copy /etc/grml_version to initrd
Commit: 80b9733997a5f1c17a61f2a98c06689bd40e312e
https://github.com/grml/live-boot-grml/commit/80b9733997a5f1c17a61f2a98c06689bd40e312e
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-initramfs-tools.sh
Log Message:
-----------
update boot failure contact instructions
Commit: c5cd43c795357bc6a6d4874793bc32f0b56c3ff1
https://github.com/grml/live-boot-grml/commit/c5cd43c795357bc6a6d4874793bc32f0b56c3ff1
Author: Christian Hofstaedtler <ch at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-aaa-fixme.sh
Log Message:
-----------
brand as grml
Commit: 09ec20c633809d651f2caa119f0e14ec472ded77
https://github.com/grml/live-boot-grml/commit/09ec20c633809d651f2caa119f0e14ec472ded77
Author: Christian Hofstaedtler <ch at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M Makefile
Log Message:
-----------
rename package in Makefile
Commit: 773bef668749c32f1b01d6fa3e61a251602016f5
https://github.com/grml/live-boot-grml/commit/773bef668749c32f1b01d6fa3e61a251602016f5
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-cmdline-old
M components/9990-misc-helpers.sh
Log Message:
-----------
This patch enables support for verifying the ISO through bootid=.... bootoption.
Logic behind bootoptions and possible combinations:
* bootid.txt + wrong bootid=... => fails to boot
* bootid.txt + right bootid=... => boots
* bootid.txt + ignore_bootid => boots
* bootid.txt + no bootid=... + no ignore_bootid => fails to boot
* no bootid.txt + no bootid=... + no ignore_bootid => boots
* no bootid.txt + bootid=... => fails to boot
* no bootid.txt + ignore_bootid=... => boots
Commit: a34ce1ac9218807a96cc5f22a76d59aceaf17fc9
https://github.com/grml/live-boot-grml/commit/a34ce1ac9218807a96cc5f22a76d59aceaf17fc9
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-initramfs-tools.sh
Log Message:
-----------
Always display failure and warning messages.
Commit: 0a99e046af49be786db4c61831178fa388617cea
https://github.com/grml/live-boot-grml/commit/0a99e046af49be786db4c61831178fa388617cea
Author: Christian Hofstaedtler <ch at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-cmdline-old
A components/9990-grml-networking.sh
M components/9990-main.sh
Log Message:
-----------
Ship our own networking script
which is compatible with the kernel's notion of ip= as well as resolvconf.
Commit: 6e6a6723f14097dc7597b68cb41814a373e9e93a
https://github.com/grml/live-boot-grml/commit/6e6a6723f14097dc7597b68cb41814a373e9e93a
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-toram-todisk.sh
Log Message:
-----------
Revert toram bootoption to expected behaviour.
In commit 36bb11382c81d5bce4b69f6d3d618dfd1c38dffb
of live-initramfs-grml (when merging Debian's version 1.157.4-1)
the behaviour of toram bootoption was modified, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534878
On Grml we want to have the option to load the whole medium
into RAM to e.g. have additional directories like /deb,
/scripts or whatever. This is possible using the toram bootoption
without any additional arguments.
If you do NOT want to load the whole medium to RAM just
boot using toram=grml.squashfs (or whatever it's named,
there's a ready-to-use bootoption in Grml's bootsplash
menu available) instead.
Ammusingly the requested behaviour is available in Debian's
live-boot if rsync is not available, so this patch
actually just unifies the code paths and reverts the
behaviour change back to what the log message says.
Commit: 1782f14f97bc63b0f0dde79e157e0806e0aaad44
https://github.com/grml/live-boot-grml/commit/1782f14f97bc63b0f0dde79e157e0806e0aaad44
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-cmdline-old
M components/9990-networking.sh
Log Message:
-----------
Support dns bootoption.
Usage examples: dns=8.8.8.8 / dns=8.8.8.8,1.2.3.4
Commit: 2f9a2eee7ea6f622b7c525d5ae88564a0010d169
https://github.com/grml/live-boot-grml/commit/2f9a2eee7ea6f622b7c525d5ae88564a0010d169
Author: Ulrich Dangel <mru at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-cmdline-old
M components/9990-networking.sh
Log Message:
-----------
Support static ip configuration
Commit: 0fa0146082e629af4552b0b3c6af828d05baa745
https://github.com/grml/live-boot-grml/commit/0fa0146082e629af4552b0b3c6af828d05baa745
Author: Christian Hofstaedtler <ch at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M backend/initramfs-tools/live.hook
Log Message:
-----------
support DNS in boot environment
Thanks to Ulrich Dangel for discovering this. [Closes: issue848]
Commit: ef2489e14c350e14106d0cff7c18a6b637ad8cf9
https://github.com/grml/live-boot-grml/commit/ef2489e14c350e14106d0cff7c18a6b637ad8cf9
Author: Ulrich Dangel <mru at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
A backend/initramfs-tools/kms.hook
Log Message:
-----------
Add kms modules to initramfs
Commit: 50fed6a7bf39de6018c361e5319b517977c2c50c
https://github.com/grml/live-boot-grml/commit/50fed6a7bf39de6018c361e5319b517977c2c50c
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-main.sh
Log Message:
-----------
Try loading phram module twice to fix loading issue.
phram doesn't work on first modprobe, when loading once again itseems
to work. So let's try it this way.
Commit: a70d21e8afab8f19bd88e36b5e072cdc9d6faf65
https://github.com/grml/live-boot-grml/commit/a70d21e8afab8f19bd88e36b5e072cdc9d6faf65
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
New patch to ignore "unknown" filesystems in is_supported_fs()
Commit: 7200e4a927e3c8ff6b25b0a8b6860a36827b653a
https://github.com/grml/live-boot-grml/commit/7200e4a927e3c8ff6b25b0a8b6860a36827b653a
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/0020-read-only
Log Message:
-----------
Enable write-mode for persistency related devices in readonly/forensic mode
Commit: 4c1349fc70b5f53764a32893ebe2592990a7adbe
https://github.com/grml/live-boot-grml/commit/4c1349fc70b5f53764a32893ebe2592990a7adbe
Author: Evgeni Golov <evgeni at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M Makefile
Log Message:
-----------
allow the use of multiple initramfs hooks and scripts again
Commit: c28667cbd5e624e9a290174289ffb7920f37db38
https://github.com/grml/live-boot-grml/commit/c28667cbd5e624e9a290174289ffb7920f37db38
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-cmdline-old
M components/9990-grml-networking.sh
Log Message:
-----------
VLAN support via boot option "vlan=<vid>:<phydevice>"
This provides support for something like:
ip=10.10.10.42::10.10.10.1:255.255.255.0:grml:eth0:off vlan=301:eth0
to use VID 301 for device eth0.
The implementation tries to be close to what dracut provides with
its vlan boot option implementation, see
http://thread.gmane.org/gmane.linux.kernel.initramfs/2685
Though we aren't 100% identical because we only use <vid>
(e.g.: 3) instead of dract's <vlanname> (e.g.: VLAN_PLUS_VID
(vlan0003), VLAN_PLUS_VID_NO_PAD (vlan3), DEV_PLUS_VID (eth0.0003),
DEV_PLUS_VID_NO_PAD (eth0.3)) options but that might be an option
once we can bring vlan support into initramfs-tools itself.
The vlan-raw-device configuration option in
/etc/network/interfaces isn't really needed technically, but we
want to make the presence and usage of VLANs more obvious for
its users.
Development sponsored by Sipwise Gmbh
Commit: c9f691f2a162911d90595f904b16c4e9a7f23fc5
https://github.com/grml/live-boot-grml/commit/c9f691f2a162911d90595f904b16c4e9a7f23fc5
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-netbase.sh
Log Message:
-----------
Drop nameserver handling from ip= boot parameter.
In commit ab6364da036b4b09c0e5c92b0e21c4d43e4bd4c2
("Adding support for nameserver in ip= boot parameter.")
Debian's live-boot added support for handling nameserver
option inside the ip= boot parameter.
This violates the ip= handling as documented in
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
Commit: 14f658f90367f29d20e4fed7ad3a228994057e58
https://github.com/grml/live-boot-grml/commit/14f658f90367f29d20e4fed7ad3a228994057e58
Author: Evgeni Golov <evgeni at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M components/9990-aaa-fixme.sh
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
Log Message:
-----------
restore support for old persistence media
Commit: 26c670d1211c57b5b9c0317a7506f4f25765b238
https://github.com/grml/live-boot-grml/commit/26c670d1211c57b5b9c0317a7506f4f25765b238
Author: Evgeni Golov <evgeni at grml.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
R debian/patches/12_uuid_support.patch
R debian/patches/13_always_display_warnings_and_failures.patch
R debian/patches/15_networking_grml.patch
R debian/patches/26_support_dns_bootoption.patch
R debian/patches/27_support_static_ip.patch
R debian/patches/29_support_dns_in_initramfs.patch
R debian/patches/32_add_kms.patch
R debian/patches/33_retry_phram.patch
R debian/patches/34_ignore_unknown_filesystems.patch
R debian/patches/39_persistence_with_forensic.patch
R debian/patches/40_support_multiple_hooks.patch
R debian/patches/41_vlan_support.patch
R debian/patches/grml-specific/boot_failure_message_grml.patch
R debian/patches/grml-specific/grml_defaults.patch
R debian/patches/grml-specific/grml_version_file_hook.patch
R debian/patches/grml-specific/package_rename.patch
R debian/patches/reverts/drop_nameserver_from_ip_option.patch
R debian/patches/reverts/restore_support_for_old_persistence.patch
R debian/patches/reverts/revert_toram_bootoption_to_expected_behaviour.patch
R debian/patches/series
Log Message:
-----------
drop patches, we have everything in git now
Commit: 5f1c62ad6a5f86419e88b0c570d240d9a1549ff6
https://github.com/grml/live-boot-grml/commit/5f1c62ad6a5f86419e88b0c570d240d9a1549ff6
Author: Evgeni Golov <evgeni at golov.de>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M debian/source/local-options
Log Message:
-----------
create a single debian patch :/
Commit: 214cc032c4713bfaaecb2fb3b4377589684c90ab
https://github.com/grml/live-boot-grml/commit/214cc032c4713bfaaecb2fb3b4377589684c90ab
Author: Evgeni Golov <evgeni at golov.de>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M components/9990-grml-networking.sh
Log Message:
-----------
use auto instead of allow-hotplug in generated /e/n/interfaces
Closes: issue1568
Commit: 5eb34d46fe13b8511d6aef4cc28089db48612322
https://github.com/grml/live-boot-grml/commit/5eb34d46fe13b8511d6aef4cc28089db48612322
Author: Laurens Vanderhoven <gfy at users.noreply.github.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M components/9990-cmdline-old
M components/9990-grml-networking.sh
M components/9990-networking.sh
Log Message:
-----------
Allow +2 nameserver entries for dns= boot option
Closes: issue1234
Compare: https://github.com/grml/live-boot-grml/compare/17381f923755...5eb34d46fe13
More information about the Git-commits
mailing list