[Git-commits] [grml/grml-live] bb8ec6: Add etc/grml/fai/make-fai-nfsroot.conf + etc/grml/...
Michael Prokop
mika at grml.org
Fri Nov 4 16:11:18 CET 2016
Branch: refs/heads/mika/systemd
Home: https://github.com/grml/grml-live
Commit: bb8ec6ccf95245c51c59ff3745af295b7be2d093
https://github.com/grml/grml-live/commit/bb8ec6ccf95245c51c59ff3745af295b7be2d093
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-01 (Tue, 01 Nov 2016)
Changed paths:
M .gitignore
Log Message:
-----------
Add etc/grml/fai/make-fai-nfsroot.conf + etc/grml/fai/nfsroot.conf to .gitignore
Those files are generated during run-time and removed
after grml-live execution finished. If grml-live is used
directly from inside grml-live.git we don't want add
those files by mistake.
Commit: 3c16a729549f5a682da42971a5bb5c36ff7b277a
https://github.com/grml/grml-live/commit/3c16a729549f5a682da42971a5bb5c36ff7b277a
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-01 (Tue, 01 Nov 2016)
Changed paths:
M etc/grml/fai/config/hooks/instsoft.GRMLBASE
Log Message:
-----------
Avoid file-rc installation also in softupdate runs
Thx, jimmy :)
Commit: a81a16e9e6a45a2e7f82af9920427c182781e45f
https://github.com/grml/grml-live/commit/a81a16e9e6a45a2e7f82af9920427c182781e45f
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-01 (Tue, 01 Nov 2016)
Changed paths:
M docs/grml-live.txt
A etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty1.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty10.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty11.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty12.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty2.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty3.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty4.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty5.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/getty at tty6.service.d/override.conf/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/grml-autoconfig.service/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/ssh-bootoption.service/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE
M etc/grml/fai/config/hooks/instsoft.GRMLBASE
A etc/grml/fai/config/package_config/FILE_RC
M etc/grml/fai/config/package_config/GRMLBASE
A etc/grml/fai/config/package_config/SYSTEMD
M etc/grml/fai/config/scripts/GRMLBASE/15-initsetup
M etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
Log Message:
-----------
Initial systemd support [Closes: issue1015]
Support for file-rc is still available and can be enabled
via FILE_RC class.
Commit: 7bb53a3ce4fde272408710f1026ef60383b85283
https://github.com/grml/grml-live/commit/7bb53a3ce4fde272408710f1026ef60383b85283
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-01 (Tue, 01 Nov 2016)
Changed paths:
M etc/grml/fai/config/scripts/GRMLBASE/18-timesetup
Log Message:
-----------
Switch UTC setting from /etc/default/rcS to /etc/adjtime
/etc/default/rcS doesn't necessarily exist anymore in Debian
stretch or newer, So use the UTC/LOCAL setting in /etc/adjtime
rather than the UTC setting in /etc/default/rcS.
Thanks: Darshaka Pathirana
Commit: 65fb6c5046fa7dfc6fd9c80c781e41fc28f98824
https://github.com/grml/grml-live/commit/65fb6c5046fa7dfc6fd9c80c781e41fc28f98824
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-01 (Tue, 01 Nov 2016)
Changed paths:
M etc/grml/fai/config/scripts/GRMLBASE/44-grub
Log Message:
-----------
GRMLBASE/44-grub: explicitely set grub-mkimage's prefix path
At least with grub 2.02~beta3-1 the prefix is mandatory:
| Usage: grub-mkimage [OPTION...] [OPTION]... [MODULES]
| Try 'grub-mkimage --help' or 'grub-mkimage --usage' for more information.
| Prefix not specified (use the -p option).
Set it to what's the default e.g. in grub 2.02~beta2-36
as documented in its manpage:
| -p, --prefix=DIR
| set prefix directory [default=/boot/grub]
Related grub git commit message:
| commit 1440b7ebae47e1cb710e920bec9d88c4d75ff432
| Author: Andrey Borzenkov <arvidjaar at gmail.com>
| Date: Sat Jan 25 19:54:51 2014 +0400
|
| do not set default prefix in grub-mkimage
|
| Default prefix is likely wrong on Unix and completely wrong on Windows.
| Let caller set it explicitly to avoid any ambiguity.
Thanks: Darshaka Pathirana
Commit: 72cf87a555cd04f14e0de39eb9a24ecf3364185c
https://github.com/grml/grml-live/commit/72cf87a555cd04f14e0de39eb9a24ecf3364185c
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
R etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs
Log Message:
-----------
Drop deprecated GRMLBASE/48-tmpfs file, use default /tmp handling
The configuration needs to take place in /etc/default/tmpfs
anyway (not /etc/default/rcS) and defaulted to "no". systemd
has a separate tmp.mount unit and quoting systemd changelog:
| systemd (220-6) unstable; urgency=medium
|
| * Stop installing tmp.mount by default; there are still situations where it
| becomes active through dependencies from other units, which is surprising,
| hides existing data in /tmp during runtime, and it isn't safe to have a
| tmpfs /tmp on every install scenario. (Closes: #783509)
| - d/rules: Ship tmp.mount in /usr/share/systemd/ instead of
| /lib/systemd/systemd.
| - systemd.postinst: When tmp.mount already was enabled, install tmp.mount
| into /etc and keep it enabled.
| - systemd.postinst: When enabling tmp.mount because of RAMTMP=yes, copy it
| from /usr/share.
| - Drop Don-t-mount-tmp-as-tmpfs-by-default.patch and
| PrivateTmp-shouldn-t-require-tmpfs.patch, not necessary any more.
Commit: 29986651c416bcc3ad391e14f6f47cd5e143c99b
https://github.com/grml/grml-live/commit/29986651c416bcc3ad391e14f6f47cd5e143c99b
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
M README.md
Log Message:
-----------
README: explicitely mention the templates option as well
Otherwise the templates from /usr/share/grml-live/templates
are used (and might not be present).
Compare: https://github.com/grml/grml-live/compare/3d79967d381d...29986651c416
More information about the Git-commits
mailing list