[Git-commits] [grml/grml-debootstrap] 9a8bfe: Add DHCP setting for Predictable Network Interface...

Michael Prokop noreply at github.com
Sat Mar 2 11:30:06 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 9a8bfee954f9acb2b27116abbc3b8f57c74a73b7
      https://github.com/grml/grml-debootstrap/commit/9a8bfee954f9acb2b27116abbc3b8f57c74a73b7
  Author: Darshaka Pathirana <dpat at syn-net.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Add DHCP setting for Predictable Network Interface Names

Predictable Network Interface Names were missing the default
/etc/network/interfaces file when using the --defaultinterfaces option.

Added a Networking-Section in the man page to clarify how the network is
configured in the target system and fixed the documentation for the
options --vmfile and --vm. Both options automatically enable the
--defaultinterface option and not the --nointerfaces option.

Closes: grml/grml-debootstrap#126


  Commit: 0b1d9821475753d8580982724b807cc8f2daa7e5
      https://github.com/grml/grml-debootstrap/commit/0b1d9821475753d8580982724b807cc8f2daa7e5
  Author: Darshaka Pathirana <dpat at syn-net.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Add option --sshcopyid to authorise root login

Use locally available public keys to authorise root login on the target
system.

Similar to ssh-copy-id(1) (without the -i option) it checks if `ssh-add
-L` provides any output, and if so those keys are appended to
`/root/.ssh/authorized_keys`.

Closes: grml/grml-debootstrap#128


  Commit: 8b62d45fcb295cc9b0208d097ec6c9768a887540
      https://github.com/grml/grml-debootstrap/commit/8b62d45fcb295cc9b0208d097ec6c9768a887540
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pr/127'


  Commit: 6359370c21819973a396b6277bcf3f04b25aa565
      https://github.com/grml/grml-debootstrap/commit/6359370c21819973a396b6277bcf3f04b25aa565
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pr/129'


  Commit: de2ad0f7b35c8e6774e829d9fe15adff50d9844e
      https://github.com/grml/grml-debootstrap/commit/de2ad0f7b35c8e6774e829d9fe15adff50d9844e
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  sshcopyid option: exit if `ssh-add -L` fails to execute

If a user requested the --sshcopyid option then it's supposed
to be run successfully, otherwise it might leave an inaccessible
system, so exit with error if execution of `ssh-add -L` fails.

While at it:

* simplify code (no need for $RC)
* don't fail if directory /root/.ssh exists already
* append keys to possibly existing /root/.ssh/authorized_keys
  file, instead of overwriting it


  Commit: eb7cb8d30510ae0b672d5b1c3cdb1bd5733822fe
      https://github.com/grml/grml-debootstrap/commit/eb7cb8d30510ae0b672d5b1c3cdb1bd5733822fe
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  docs: fix typo


  Commit: 7e1e9b8dbdcf2ad71aff50ffdb032eb9df8a9e64
      https://github.com/grml/grml-debootstrap/commit/7e1e9b8dbdcf2ad71aff50ffdb032eb9df8a9e64
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 0.88


Compare: https://github.com/grml/grml-debootstrap/compare/4f2362b014a0...7e1e9b8dbdcf


More information about the Git-commits mailing list