b9613e Install os-release(5) content to /usr/lib and have /etc/os-release be a symlink

Authored and Committed by ngompa 4 years ago
    Install os-release(5) content to /usr/lib and have /etc/os-release be a symlink
    
    When trying to use CentOS to build "stateless" systems or building nspawn
    containers, the presence of os-release(5) data in /usr/lib/os-release is
    expected. Not having this file causes problems for tools that expect
    the data to be in /usr/lib/os-release and would regenerate the symlink
    in /etc/os-release.
    
    Reference: https://bugzilla.redhat.com/1766754
    
    Signed-off-by: Neal Gompa <ngompa@centosproject.org>
    
        
file modified
+8 -3