[Git-commits] [grml/grml-live] 7e7a35: Exclude /var/lib/dkms/* from squashfs

Michael Prokop noreply at github.com
Mon Aug 8 15:08:32 CEST 2022


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 7e7a352dcfc40e5ab46c1916a30b979d4393f72f
      https://github.com/grml/grml-live/commit/7e7a352dcfc40e5ab46c1916a30b979d4393f72f
  Author: András Korn <korn-github.com at elan.rulez.org>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M etc/grml/fai/config/grml/squashfs-excludes

  Log Message:
  -----------
  Exclude /var/lib/dkms/* from squashfs

These files and directories are created by dkms while it builds modules on
demand and are only relevant during the module build/installation process.
The .ko files are then installed in /lib/modules; shipping /var/lib/dkms/*
inside the squashfs only takes up space without providing a tangible
benefit.


  Commit: 6e5c0af87af40660307c4159ca6fabdb0fb71df9
      https://github.com/grml/grml-live/commit/6e5c0af87af40660307c4159ca6fabdb0fb71df9
  Author: András Korn <korn-github.com at elan.rulez.org>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M etc/grml/fai/config/scripts/GRMLBASE/18-timesetup

  Log Message:
  -----------
  Avoid build error if etc/adjtime doesn't exist in chroot

In scripts/GRMLBASE/18-timesetup, we assume etc/adjtime will definitely
exist and error out if not.

Make it so the lack of a /etc/adjtime file no longer prevents the grml build
from completing.


  Commit: 8459108e76715db12818219e23762ae1446b8e6d
      https://github.com/grml/grml-live/commit/8459108e76715db12818219e23762ae1446b8e6d
  Author: András Korn <korn-github.com at elan.rulez.org>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    A etc/grml/fai/config/package_config/ZFS

  Log Message:
  -----------
  Add ZFS fai class

This will install zfs-dkms and zfsutils and result in binary zfs kernel
modules being included in the generated iso.


  Commit: c289d2f4e07ded3e3e1ddaaaca08467fbf91025f
      https://github.com/grml/grml-live/commit/c289d2f4e07ded3e3e1ddaaaca08467fbf91025f
  Author: András Korn <korn-github.com at elan.rulez.org>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M etc/grml/fai/config/package_config/ZFS

  Log Message:
  -----------
  Add comment about dwarves (can be needed to build kernel modules)

Also, alphabetically sort list of packages in etc/grml/fai/config/package_config/ZFS


  Commit: 5638b81b06c2bd6dba13f9d79a416ebf89e66d4c
      https://github.com/grml/grml-live/commit/5638b81b06c2bd6dba13f9d79a416ebf89e66d4c
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M etc/grml/fai/config/grml/squashfs-excludes
    A etc/grml/fai/config/package_config/ZFS
    M etc/grml/fai/config/scripts/GRMLBASE/18-timesetup

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


Compare: https://github.com/grml/grml-live/compare/2ce5b2427539...5638b81b06c2


More information about the Git-commits mailing list