[Git-commits] [grml/grml-live] b2b052: d/NEWS: add entry for boot templates as class-base...
Chris Hofstaedtler
noreply at github.com
Fri Jul 4 20:21:53 CEST 2025
Branch: refs/heads/zeha/templatifai
Home: https://github.com/grml/grml-live
Commit: b2b052edee31f85ec839d3622c41a9d095b5636b
https://github.com/grml/grml-live/commit/b2b052edee31f85ec839d3622c41a9d095b5636b
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M debian/NEWS
Log Message:
-----------
d/NEWS: add entry for boot templates as class-based config
Commit: 030a712d9937125b169b2d6c959314d2415e28d4
https://github.com/grml/grml-live/commit/030a712d9937125b169b2d6c959314d2415e28d4
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M config/scripts/GRMLBASE/47-update-wallpaper
M config/scripts/RELEASE/99-update-wallpaper
Log Message:
-----------
scripts/{47,99}-update-wallpaper: do not ignore fcopy failure
Commit: 042c28e84e90afd0e0a4a7957ef9c089ad76b9ca
https://github.com/grml/grml-live/commit/042c28e84e90afd0e0a4a7957ef9c089ad76b9ca
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M usr/lib/grml-live/grml_live/minifai.py
Log Message:
-----------
minifai: avoid chmod on symlinks on Linux
Previously we would try to chmod the symlink target, but this is
really not what we wanted. Also it can fail if the target does
not exist (yet).
Linux does not (seem to) implement lchmod at all, so call it
(in case it becomes available) but suppress NotImplementedError.
Compare: https://github.com/grml/grml-live/compare/8105f8f95925...042c28e84e90
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