live-build/share/hooks
Roland Clobus 0959dda89f
dracut: Support diverted configuration files of Calamares
When a configuration file for Calamares is diverted by e.g.
`config-package-dev`, it becomes a symlink. The in-place modifications
must be applied on the symlinked file, not on a newly created copy.
After removal of the package, no remainders are left.

See https://salsa.debian.org/live-team/live-build/-/merge_requests/353#note_540394
2024-11-01 17:39:22 +01:00
..
live Splitting non-live specific hooks into their own subdirectory within hooks. 2015-05-20 08:19:56 +02:00
normal dracut: Support diverted configuration files of Calamares 2024-11-01 17:39:22 +01:00
README Update for Lintian warnings 2023-03-05 09:59:49 +01:00

README

Numbering scheme:

1XXX: Preparation hooks (e.g. create-locales-files)
5XXX: Update/regenerate cache files (e.g. update-apt-file-cache)
8XXX: Remove files that should not be in a live image (e.g. remove-dbus-machine-id)
9XXX: Remove files that reduce the size of the image (e.g. remove-python-pyc)

This leaves three ranges 0XXX, 2XXX-4XXX and 6XXX-7XXX for your own hooks (but you can still use all the other numbers as well)