[Git-commits] [grml/grml-live] 3ac646: templates: use net.ifnames=0 by default
Michael Prokop
mika at grml.org
Fri Nov 18 12:16:52 CET 2016
Branch: refs/heads/mika/systemd
Home: https://github.com/grml/grml-live
Commit: 3ac646b41e6ce3aa58ff914bf2ba5d52d157d125
https://github.com/grml/grml-live/commit/3ac646b41e6ce3aa58ff914bf2ba5d52d157d125
Author: Michael Prokop <mika at grml.org>
Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths:
M templates/boot/grub/%SHORT_NAME%_default.cfg
M templates/boot/grub/%SHORT_NAME%_options.cfg
M templates/boot/isolinux/default.cfg
M templates/boot/isolinux/grml.cfg
M templates/boot/isolinux/hidden.cfg
M templates/boot/isolinux/netboot.cfg
Log Message:
-----------
templates: use net.ifnames=0 by default
Grml_Networking from our live-boot doesn't support the new interface
names yet (this needs to be fixed anyway for sure), though the consensus
seems to be that we should use the old interface names by default,
so give that a try now.
Commit: 2c29a6dd1a8b68e97be67183e3c4b1106ea60ecf
https://github.com/grml/grml-live/commit/2c29a6dd1a8b68e97be67183e3c4b1106ea60ecf
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: 0bfd89624868be111e1cb8301d1a25dab7c6075f
https://github.com/grml/grml-live/commit/0bfd89624868be111e1cb8301d1a25dab7c6075f
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: 1a38d4c78407b73433633d16aa2112b7be3c977b
https://github.com/grml/grml-live/commit/1a38d4c78407b73433633d16aa2112b7be3c977b
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: 1404aceb3fd390c9a80cc71f2fe926438b80d945
https://github.com/grml/grml-live/commit/1404aceb3fd390c9a80cc71f2fe926438b80d945
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: 2f5d47fcd8cd66071bf1e292dc1f5846eeba61da
https://github.com/grml/grml-live/commit/2f5d47fcd8cd66071bf1e292dc1f5846eeba61da
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: 608493be7ce57c26f845f4f220af3a055fd010c8
https://github.com/grml/grml-live/commit/608493be7ce57c26f845f4f220af3a055fd010c8
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/c49ffec90832...608493be7ce5
More information about the Git-commits
mailing list