Files
packages/anda/system/dracut-strip-trigger/01-aggressive-strip.conf
T
Pornpipat Popum f361f18b3d feat(dracut-strip-trigger): use config files instead (#6549)
Instead of spending the double amount of time regenerating the initramfs
twice by adding a transaction trigger in the RPM, a better way is to
simply just add a Dracut config file to set up aggressive stripping.

Also adds a conflict to `dracut-config-generic` since that does the
opposite of what this package does. If you wanted to install this
package you'd not want this installed anyway, since both conflict with
each other.
2025-09-28 16:24:38 +08:00

3 lines
46 B
Plaintext

do_strip=yes
aggressive_strip=yes
hostonly=yes