19 | | * Run: apt-get update to update to the current distribution |
20 | | * Run: apt-get install dpkg apt to update the package install tools |
21 | | * Run: apt-get upgrade to upgrade packages that don't have any new dependencies |
22 | | * Run: apt-get dist-upgrade to upgrade all packages |
| 19 | * Run: {{{apt-get update}}} to update to the current distribution |
| 20 | * Run: {{{apt-get install dpkg apt}}} to update the package install tools |
| 21 | * Run: {{{apt-get upgrade}}} to upgrade packages that don't have any new dependencies |
| 22 | * Run: {{{apt-get dist-upgrade}}} to upgrade all packages |
31 | | * Run: freepuppet-run to update our configuration files |
32 | | * Run: apt-get update to refresh the package list |
33 | | * Run: apt-get dist-upgrade to pull in new packages based on puppet changes |
34 | | * Run: apt-get autoremove to remove any packages we no longer need |
35 | | * Run: deborphan look at additional unneeded packages |
36 | | * Run: apt-get purge $(deborphan) remove those unneeded packages. |
37 | | * Run: mf-turn-off-auto-fscks to ensure we don't have to wait for fsck's on reboot |
38 | | * 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) |
| 31 | * Run: {{{freepuppet-run}}} to update our configuration files |
| 32 | * Run: {{{apt-get update}}} to refresh the package list |
| 33 | * Run: {{{apt-get dist-upgrade}}} to pull in new packages based on puppet changes |
| 34 | * Run: {{{apt-get autoremove}}} to remove any packages we no longer need |
| 35 | * Run: {{{deborphan}}} look at additional unneeded packages |
| 36 | * Run: {{{apt-get purge $(deborphan)}}} remove those unneeded packages. |
| 37 | * Run: {{{mf-turn-off-auto-fscks}}} to ensure we don't have to wait for fsck's on reboot |
| 38 | * 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) |