Commit Graph

5 Commits

Author SHA1 Message Date
Raboneko 990445f42d feat(dracut-strip-trigger): use config files instead (#6549) (#6550)
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.

(cherry picked from commit f361f18b3d)

Co-authored-by: Pornpipat Popum <cappy@cappuchino.xyz>
2025-09-28 21:11:31 +08:00
Raboneko 8f8bbd14b4 fix(dracut-strip-trigger): actually run after the kernel finally works (#6309) (#6310)
(cherry picked from commit c41b7b7bcf)

Co-authored-by: madomado <madonuko@outlook.com>
2025-09-04 15:17:37 +08:00
Raboneko 3e40e9cfeb fix(dracut-strip-trigger): make trigger run later than dracut's one (#6046) (#6084)
(cherry picked from commit 560951275a)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-08-17 13:41:15 +08:00
Raboneko 1c3505cbba fix(dracut-strip-trigger): support other kernels (#5798) (#5799)
also account for stuff like `kernel-cachyos` which provides `installonlypkg(kernel)`


(cherry picked from commit a6b260e24c)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-07-09 07:40:47 -05:00
Raboneko 96a4365eff add: dracut-strip-trigger (#5287) (#5304)
(cherry picked from commit 09d12f9319)

Co-authored-by: madomado <madonuko@outlook.com>
2025-06-11 00:46:09 +08:00