diff options
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/split-usr/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/features/split-usr/make.defaults b/profiles/features/split-usr/make.defaults index 3f95c0a0e32a..0527e21a0bb2 100644 --- a/profiles/features/split-usr/make.defaults +++ b/profiles/features/split-usr/make.defaults @@ -1,2 +1,5 @@ # Set an environment variable so we can easily test for the profile type PROFILE_23_USRTYPE="split-usr" + +# Avoid warnings about legacy symlinks, #945390 +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /lib/systemd /lib/udev" |