http://bugzilla.opensuse.org/show_bug.cgi?id=1182849 http://bugzilla.opensuse.org/show_bug.cgi?id=1182849#c5 Neal Gompa <ngompa13@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stasiek@michalski.cc --- Comment #5 from Neal Gompa <ngompa13@gmail.com> --- I'm not sure if I can write YaST code to fix this, but we'd probably need equivalents for patching /etc/dnf/dnf.conf for this new setup. Purely riffing off what I saw for the openSUSE MicroOS kiwi configs, this is what I did for the PK-DNF based one: ``` #====================================== # Disable recommends #-------------------------------------- echo "install_weak_deps=False" >> /etc/dnf/dnf.conf #====================================== # Disable installing documentation #-------------------------------------- echo "tsflags=nodocs" >> /etc/dnf/dnf.conf ``` -- You are receiving this mail because: You are on the CC list for the bug.