<ol start=2><li>Clean your yum cache and update, forcing your system to use the default repositories</li></ol>
−
Now, clean your yum cache and update, forcing your system to use the default repositories
yum clean all
yum clean all
yum --disablerepo=* \
yum --disablerepo=* \
Line 25:
Line 24:
update
update
signal-event post-upgrade; signal-event reboot
signal-event post-upgrade; signal-event reboot
−
+
<ol start=3><li>Reset your yum repositories to the new defaults (post SME 7.1)
−
Finally, reset your yum repositories to the new defaults (post SME 7.1). Unless you are an expert with yum you are highly encouraged to reset your yum repository configuration to the defaults using the instructions found at [[:AddingSoftware#Restoring_Default_Yum_Repositories]]
+
as shown here: [[:AddingSoftware#Restoring_Default_Yum_Repositories|Restoring_Default_Yum_Repositories]]. For more information on why this is required for all users, see [[:Updating_to_SME_7.2#Ensuring the correct yum repository configuration|Ensuring the correct yum repository configuration]] below.</li>
+
<li>Reset other settings to new defaults as shown here: [[:Updating_to_SME_7.2#Updating_Configuration_Database_with_New_Default_Values]]</li>
+
<li>Perform a final ''yum update'' to obtain updates or patches released after the generation of the 7.2 iso.</li></ol>