[Git-commits] [grml/live-boot-grml] 30b31d: Enable multiple lower layers for overlayfs
Michael Prokop
mika at grml.org
Tue Jun 28 10:20:01 CEST 2016
Branch: refs/heads/mika/wip
Home: https://github.com/grml/live-boot-grml
Commit: 30b31df28b63f2b684327f16d566326ad84a25b9
https://github.com/grml/live-boot-grml/commit/30b31df28b63f2b684327f16d566326ad84a25b9
Author: Wolfgang Scheicher <wolfgang.scheicher at gmail.com>
Date: 2015-12-20 (Sun, 20 Dec 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
Enable multiple lower layers for overlayfs
Commit: f5716f9a79564e44e38f5d4164a4dc1d77cb8c3a
https://github.com/grml/live-boot-grml/commit/f5716f9a79564e44e38f5d4164a4dc1d77cb8c3a
Author: Evgeni Golov <evgeni at debian.org>
Date: 2015-12-20 (Sun, 20 Dec 2015)
Changed paths:
M Makefile
A backend/initramfs-tools/kms.hook
M backend/initramfs-tools/live.hook
M components/0020-read-only
M components/9990-cmdline-old
M components/9990-main.sh
M components/9990-misc-helpers.sh
M components/9990-networking.sh
M components/9990-toram-todisk.sh
Log Message:
-----------
Merge remote-tracking branch 'grml'
Commit: 4ec4294d0d18e4300aa83c9479b0e718c4c5ecae
https://github.com/grml/live-boot-grml/commit/4ec4294d0d18e4300aa83c9479b0e718c4c5ecae
Author: Russell Stuart <russell-debian at stuart.id.au>
Date: 2015-12-26 (Sat, 26 Dec 2015)
Changed paths:
M components/9990-mount-http.sh
Log Message:
-----------
default the host in fetch urls to be ROOTSERVER if it is blank
Reason: this would mean I don't have to customise live.cfg for each
server I deploy it on (because the tftp server also serves the root
image).
So:
append fetch=tftp:///path/file.ext
doesn't work now, but after the patch this would be
assumed since the host is blank:
append fetch=tftp://${ROOTSERVER}/path/file.ext
Closes: #800498
Commit: 11a6c110f2e7665405dddd2863f74e4e7b26cec4
https://github.com/grml/live-boot-grml/commit/11a6c110f2e7665405dddd2863f74e4e7b26cec4
Author: Evgeni Golov <evgeni at debian.org>
Date: 2016-01-01 (Fri, 01 Jan 2016)
Changed paths:
M components/0020-read-only
Log Message:
-----------
fix detection of (no)persistence option in read-only mode
thanks intrigeri for finding the bug and mika for suggesting a fix
Commit: 03fc5575618065567fe13fc12c7a029dfd6a6164
https://github.com/grml/live-boot-grml/commit/03fc5575618065567fe13fc12c7a029dfd6a6164
Author: Evgeni Golov <evgeni at debian.org>
Date: 2016-01-09 (Sat, 09 Jan 2016)
Changed paths:
M manpages/en/live-boot.7
M manpages/es/live-boot.es.7
M manpages/ja/live-boot.ja.7
M manpages/po/es/live-boot.7.po
M manpages/po/ja/live-boot.7.po
M manpages/pot/live-boot.7.pot
Log Message:
-----------
update manpages with default overlay filesystem
the default changed in 72211f19
Commit: e81e9c607b3017d8b387283bd1658a9769f7d5c3
https://github.com/grml/live-boot-grml/commit/e81e9c607b3017d8b387283bd1658a9769f7d5c3
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
R VERSION
M debian/changelog
M manpages/Makefile
M manpages/bin/update-version.sh
Log Message:
-----------
Update build system to rely on "dpkg-parsechangelog -S Version" instead of outdated VERSION file.
Commit: e75ad2c38240eeb9735ba7d961de36d045ddfd13
https://github.com/grml/live-boot-grml/commit/e75ad2c38240eeb9735ba7d961de36d045ddfd13
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M frontend/live-boot
Log Message:
-----------
Fix typo in variable name
Commit: 3d23fcaf465503f855db42473311835e540340a0
https://github.com/grml/live-boot-grml/commit/3d23fcaf465503f855db42473311835e540340a0
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
A components/0001-init-vars.sh
R components/9990-aaa-fixme.sh
M debian/changelog
Log Message:
-----------
No longer modify PATH to point to /root
Thus stop using executables from /root.
Closes: #823069
Commit: cbf1f9d4c7be58b9dabad73a20e3adbf7ac840ab
https://github.com/grml/live-boot-grml/commit/cbf1f9d4c7be58b9dabad73a20e3adbf7ac840ab
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M components/9990-misc-helpers.sh
M components/9990-overlay.sh
Log Message:
-----------
Some fixups to ensure we work with busybox/klibc-utils
Now that the PATH is sane again, no need to hardcode the path of many
tools.
Also it means that we use busybox/klibc-utils's mount and we should thus
aim to use a syntax that work with both of them. We thus use "mount -o
move" instead of "mount --move", and "mount -o bind" instead of "mount
--bind".
Commit: 3d30feeab90b43f8c6cca68a201b5ab0bf37c1a6
https://github.com/grml/live-boot-grml/commit/3d30feeab90b43f8c6cca68a201b5ab0bf37c1a6
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M debian/changelog
M debian/rules
R debian/source/local-options
R debian/source/options
Log Message:
-----------
Drop debian/source/*options and dh_builddeb override
* Drop debian/source/local-options as the only option it contained was
not applicable to 3.0 (native) source format.
* Drop debian/source/options and dh_builddeb override as XZ compression is
the default now.
Commit: 40bb20fde8f58f0a6f16a7d68c07629bcb90b559
https://github.com/grml/live-boot-grml/commit/40bb20fde8f58f0a6f16a7d68c07629bcb90b559
Author: Raphaël Hertzog <hertzog at debian.org>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M debian/changelog
Log Message:
-----------
Prepare for release
Commit: b98d289f42df126760c84957f69e5fdc7807d159
https://github.com/grml/live-boot-grml/commit/b98d289f42df126760c84957f69e5fdc7807d159
Author: Kristian Klausen <klausenbusk at hotmail.com>
Date: 2016-06-21 (Tue, 21 Jun 2016)
Changed paths:
M backend/initramfs-tools/live.hook
Log Message:
-----------
Copy /etc/live/boot{,.conf} to initramfs
So now /etc/live/boot{,.conf} works.
Commit: 0ae40d84d1979f24c10b0d9bf183470266bc8390
https://github.com/grml/live-boot-grml/commit/0ae40d84d1979f24c10b0d9bf183470266bc8390
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
R VERSION
M backend/initramfs-tools/live.hook
A components/0001-init-vars.sh
M components/0020-read-only
R components/9990-aaa-fixme.sh
M components/9990-cmdline-old
M components/9990-misc-helpers.sh
M components/9990-mount-http.sh
M components/9990-overlay.sh
M debian/changelog
M debian/rules
R debian/source/options
M frontend/live-boot
M manpages/Makefile
M manpages/bin/update-version.sh
M manpages/en/live-boot.7
M manpages/es/live-boot.es.7
M manpages/ja/live-boot.ja.7
M manpages/po/es/live-boot.7.po
M manpages/po/ja/live-boot.7.po
M manpages/pot/live-boot.7.pot
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
git://anonscm.debian.org/debian-live/live-boot.git
Conflicts:
components/9990-aaa-fixme.sh
Commit: 3bcd712be2d2acb99a1b253958d94c67919f1e38
https://github.com/grml/live-boot-grml/commit/3bcd712be2d2acb99a1b253958d94c67919f1e38
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
R debian/gbp.conf
R debian/live-boot-grml-initramfs-tools.triggers
R debian/live-boot-grml.init
R debian/live-boot-grml.lintian-overrides
Log Message:
-----------
Remove debian/ files that are gone upstream nowadays
Commit: 71a95e125af2bd8b3494cbbe26a4856a1fa37e61
https://github.com/grml/live-boot-grml/commit/71a95e125af2bd8b3494cbbe26a4856a1fa37e61
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M debian/control
M debian/rules
Log Message:
-----------
Sync control + rules with Debian
Commit: 26d4935079f55456b0212c4e1bec6438bed58c6c
https://github.com/grml/live-boot-grml/commit/26d4935079f55456b0212c4e1bec6438bed58c6c
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M components/9990-cmdline-old
Log Message:
-----------
components/9990-cmdline-old: sync with Debian
* no longer export NODHCP (seems to be unused)
* ethdevice boot option: also export DEVICE variable
* if STATICIP is unset then default to STATICIP="frommedia"
Commit: 4fa5c227e5ec0dab934c5895da9d2f172593ad60
https://github.com/grml/live-boot-grml/commit/4fa5c227e5ec0dab934c5895da9d2f172593ad60
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M components/9990-initramfs-tools.sh
Log Message:
-----------
components/9990-initramfs-tools.sh: drop unused functions, mention /proc/cmdline in failure message
Commit: e6edd1b87c79f7a6dc9b4502f8add7454971e030
https://github.com/grml/live-boot-grml/commit/e6edd1b87c79f7a6dc9b4502f8add7454971e030
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
components/9990-select-eth-device.sh: sync with Debian
Mainly space vs tabs and style issues
Commit: 924a2bd1eff65569885875a05ff0420789b018f1
https://github.com/grml/live-boot-grml/commit/924a2bd1eff65569885875a05ff0420789b018f1
Author: Michael Prokop <mika at grml.org>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
R components/9990-grml-networking.sh
M components/9990-main.sh
Log Message:
-----------
Drop Grml_Networking (WIP)
Compare: https://github.com/grml/live-boot-grml/compare/30b31df28b63^...924a2bd1eff6
More information about the Git-commits
mailing list