[Git-commits] [grml/grml-live] 01f1f4: GRMLBASE/50-addons: fix merging addons directory
Chris Hofstaedtler
noreply at github.com
Tue Jul 8 09:11:01 CEST 2025
Branch: refs/heads/zeha/addons2
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.
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