apt

Spacewalk Client for Ubuntu 18.04 / bionic

You have to roll your own: for shizzle in \ bionic/apt-spacewalk \ bionic/python-ethtool \ bionic/rhn-client-tools \ bionic/rhnlib \ bionic/rhnsd \ ; do cd $shizzle && debuild -uc -us ; \ cd ../../ done I uploaded some binary packages (.deb) which work for me ™: spacewalk-client-bionic.zip (This was originally uploaded for https://www.redhat.com/archives/spacewalk-list/2018-May/msg00009.html ) EDIT: If you are […]

Spacewalk Client for Ubuntu 18.04 / bionic Read More »

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7

If you need to automatically rebuild all initrds for all installed kernels: rpm -qa | grep kernel | grep -v headers | grep -v tools | sed ’s/^kernel\-//g‘ | xargs -i dracut -v -f /boot/initramfs-{}.img {} Oh, and while we’re at it, the same for Ubuntu update-initramfs -u -k all

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7 Read More »

Nach oben scrollen