[Git-commits] [grml/grml-live] 01f1f4: GRMLBASE/50-addons: fix merging addons directory

Chris Hofstaedtler noreply at github.com
Tue Jul 8 10:17:15 CEST 2025


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 01f1f4200a7623151c1ca1d4036b9ae6428b5274
      https://github.com/grml/grml-live/commit/01f1f4200a7623151c1ca1d4036b9ae6428b5274
  Author: Chris Hofstaedtler <ch at grml.org>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M config/media-scripts/GRMLBASE/50-addons

  Log Message:
  -----------
  GRMLBASE/50-addons: fix merging addons directory

On FULL and AMD64 builds, /boot/addons already exists before
50-addons runs. `mv` then fails as it does not "merge" directories.

Use `cp -r` and `rm -r` instead to get the "merge" behaviour.

Maybe it would be better to extend fcopy/copy-media-files to allow
a destination path.


  Commit: c9f42af10f3934f009315cae59ac956c4b0edc58
      https://github.com/grml/grml-live/commit/c9f42af10f3934f009315cae59ac956c4b0edc58
  Author: Chris Hofstaedtler <zeha at users.noreply.github.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M config/media-scripts/GRMLBASE/50-addons

  Log Message:
  -----------
  Merge pull request #403 from grml/zeha/addons2


Compare: https://github.com/grml/grml-live/compare/ec27b862b70c...c9f42af10f39

To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications


More information about the Git-commits mailing list