Skip to content

Commit

Permalink
profiles/features/dist-kernel: Fix UNINSTALL_IGNORE value
Browse files Browse the repository at this point in the history
Fixes: 56e84ac (profiles/default: Apply more important systemd target before features, 2024-01-26)
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
  • Loading branch information
Leo3418 committed Jan 26, 2024
1 parent b695b8b commit 0291afe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiles/features/dist-kernel/make.defaults
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Enable USE flag for Distribution Kernel
USE="dist-kernel"

# Remove "/boot/dtbs/*" and "/lib/modules/*" from UNINSTALL_IGNORE
# Remove "/boot/dtbs/*" and "{,/usr}/lib/modules/*" from UNINSTALL_IGNORE
# to permit automatic clean-up of device tree blobs and kernel modules
# Note: This is necessary for automatic clean-up even on a merged-usr system
UNINSTALL_IGNORE="/var/run /var/lock"
# 23.0 profiles are imminent and use merged-usr by default,
# so just add merged-usr symbolic links unconditionally for now
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin"

0 comments on commit 0291afe

Please sign in to comment.