[Yum] yum update minimal + yum-updateonboot

Frank Murphy frankly3d at gmail.com
Sun Nov 6 12:43:38 UTC 2011


Since systemd intro on Fedora, boot is fast,

so I have edited:
/etc/rc.d/init.d/yum-updateonboot

from
	echo -n "Updating RPMS on system: "
	yum -y update $OPTIONS && success || failure

to

	echo -n "Updating RPMS on system: "
	yum -y update-minimal $OPTIONS && success || failure

Is it possible for me to keep this change through,
update of yum-updateonboot itself.


-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of fedoraproject.org


More information about the Yum mailing list