[Git-commits] [grml/live-boot-grml] d7a4f3: allow the use of multiple initramfs hooks and scri...
Michael Prokop
mika at grml.org
Fri Aug 21 19:10:30 CEST 2015
Branch: refs/heads/evgeni/tmp-grml
Home: https://github.com/grml/live-boot-grml
Commit: d7a4f37478f5abdd1665fa221659afb8248a1569
https://github.com/grml/live-boot-grml/commit/d7a4f37478f5abdd1665fa221659afb8248a1569
Author: Evgeni Golov <evgeni at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M Makefile
Log Message:
-----------
allow the use of multiple initramfs hooks and scripts again
Commit: f747483c1f79e287c4c8ff00a741952cd7d58073
https://github.com/grml/live-boot-grml/commit/f747483c1f79e287c4c8ff00a741952cd7d58073
Author: Ulrich Dangel <mru at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
A backend/initramfs-tools/kms.hook
Log Message:
-----------
Add kms modules to initramfs
Commit: 16ee41d56188d520b0808006cd08c505d7f4dc89
https://github.com/grml/live-boot-grml/commit/16ee41d56188d520b0808006cd08c505d7f4dc89
Author: Evgeni Golov <evgeni at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M backend/initramfs-tools/live.hook
Log Message:
-----------
make copying libnss_dns.so.* unconditionally
Commit: 1799c463161e0e8976d955e37467edac3c810e39
https://github.com/grml/live-boot-grml/commit/1799c463161e0e8976d955e37467edac3c810e39
Author: Michael Prokop <mika at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 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: ac5eb22cdeb44618c3e5c52dccd26d871d4096d0
https://github.com/grml/live-boot-grml/commit/ac5eb22cdeb44618c3e5c52dccd26d871d4096d0
Author: Michael Prokop <mika at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 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: e3cbd82426f1710dba545ee0f44b0731a45e0b6a
https://github.com/grml/live-boot-grml/commit/e3cbd82426f1710dba545ee0f44b0731a45e0b6a
Author: Michael Prokop <mika at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M components/0020-read-only
Log Message:
-----------
Enable write-mode for persistency related devices in readonly/forensic mode
Commit: da50dd404b60b90161a0b8c33698c3d36496d7cd
https://github.com/grml/live-boot-grml/commit/da50dd404b60b90161a0b8c33698c3d36496d7cd
Author: Michael Prokop <mika at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M components/9990-misc-helpers.sh
Log Message:
-----------
ignore "unknown" filesystems in is_supported_fs()
Commit: 6f465ddc145fb527215865ed042875d231d8dcfd
https://github.com/grml/live-boot-grml/commit/6f465ddc145fb527215865ed042875d231d8dcfd
Author: Michael Prokop <mika at grml.org>
Date: 2015-08-21 (Fri, 21 Aug 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
Compare: https://github.com/grml/live-boot-grml/compare/d7a4f37478f5^...6f465ddc145f
More information about the Git-commits
mailing list