[Git-commits] [grml/grml-live] 52324c: Add etc/grml/fai/make-fai-nfsroot.conf + etc/grml/...

Michael Prokop mika at grml.org
Fri Nov 18 11:35:10 CET 2016


  Branch: refs/heads/mika/systemd
  Home:   https://github.com/grml/grml-live
  Commit: 52324cf3471728d5ebe19e278c71c0797b78b463
      https://github.com/grml/grml-live/commit/52324cf3471728d5ebe19e278c71c0797b78b463
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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: e4cbc6346556114a268c08fd9ce2a4013d774ce8
      https://github.com/grml/grml-live/commit/e4cbc6346556114a268c08fd9ce2a4013d774ce8
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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: 7914460d1c9d325e481bab962fc6c9eadc0e0508
      https://github.com/grml/grml-live/commit/7914460d1c9d325e481bab962fc6c9eadc0e0508
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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: cd71acd6ca9e2305fa14217062671e8ce7292e58
      https://github.com/grml/grml-live/commit/cd71acd6ca9e2305fa14217062671e8ce7292e58
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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: 5cbdf091d27723257399c89696814f03c325ebc6
      https://github.com/grml/grml-live/commit/5cbdf091d27723257399c89696814f03c325ebc6
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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: c49ffec90832cce8e1e50b31a44f8e2e27f83118
      https://github.com/grml/grml-live/commit/c49ffec90832cce8e1e50b31a44f8e2e27f83118
  Author: Michael Prokop <mika at grml.org>
  Date:   2016-11-18 (Fri, 18 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/29986651c416...c49ffec90832


More information about the Git-commits mailing list