[Git-commits] [grml/grml-live] 4b8bb3: Secure Boot GRUB template: be more dynamic + don't...

Michael Prokop mika at grml.org
Thu Sep 7 09:24:03 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 4b8bb306125118065d3b0845aadffc0407b68312
      https://github.com/grml/grml-live/commit/4b8bb306125118065d3b0845aadffc0407b68312
  Author: Michael Prokop <mika at grml.org>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M templates/secureboot/grub.cfg

  Log Message:
  -----------
  Secure Boot GRUB template: be more dynamic + don't overwrite with empty variable

By searching for grmlenv.cfg we can make it more dynamic
instead of having to hardcode (hd0) which might be wrong
in the grml2usb situation.

There's also no need to set root/prefix multiple times, especially
since we depend on 'root=(hd0)' for the default ISO boot anyway.

Don't overwrite prefix if the grml_orig_prefix variable is empty.

Secure Boot enabled ISOs generated with grml-live >=0.31.0 are supported
with grml2usb >=0.16.0.


  Commit: 54f19116b7d8df35c0b46c8d1b6da9d29c1307e3
      https://github.com/grml/grml-live/commit/54f19116b7d8df35c0b46c8d1b6da9d29c1307e3
  Author: Michael Prokop <mika at grml.org>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M scripts/generate_netboot_package.sh

  Log Message:
  -----------
  scripts/generate_netboot_package.sh: use net.ifnames=0 as default boot option

Otherwise we end up with arbitrary network device names which
aren't properly supported (yet).

See grml/grml#65


Compare: https://github.com/grml/grml-live/compare/c965d9476406...54f19116b7d8


More information about the Git-commits mailing list