eab4fdc fedora-container-toolbox: drop systemd

Authored and Committed by iwienand 4 months ago
    fedora-container-toolbox: drop systemd
    
    Since change 48e2c3b5598de32f6dabfb5d1985d17aeab97d58 this kickstart
    is pulling in systemd.
    
    This was noticed because since
    49306cb6eada8777eafc2fa7f93f16008c2e93a5 started bringing in
    weak-dependencies, we started installing systemd-resolved is which
    created a symlinked /etc/resolv.conf in the image.  Toolbox will not
    currently reset this on container start, as it is a symlink (this
    behaviour is a bit complicated; see [1]).  This leads to an
    incompatability running the toolbox on *non* systemd-resolved hosts
    (e.g. RHEL9); you are left with a dangling symlink and no
    name-resolution in the toolbox.
    
    We do not want systemd in the toolbox image by default it; remove it
    from the list.  Exclude systemd-resolved specifically, so if something
    else brings in systemd we still don't include this.
    
    [1] https://github.com/containers/toolbox/issues/1410
    
        
file modified
+4 -1