Changes between Version 10 and Version 11 of support-team/wheezy-upgrade-tech-notes


Ignore:
Timestamp:
Mar 2, 2014, 1:04:33 AM (10 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • support-team/wheezy-upgrade-tech-notes

    v10 v11  
    2121 * Run: `apt-get dist-upgrade` to pull in new packages based on puppet changes
    2222 * Run: `apt-get autoremove` to remove any packages we no longer need
     23 * Run: `apt-get install deborphan`
     24 * Run: `deborphan` look at additional unneeded packages
     25 * Run: `apt-get purge $(deborphan)` remove those unneeded packages.
     26 * Run: `apt-get purge deborphan
    2327 * Run: `shutdown -h now` to reboot the system (yes, we say "-h" which means halt, but our virtualization engine will detect that it is off and restart it for us)
    2428== major changes ==