updating_systems
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| updating_systems [2006/07/23 15:03] – /* Updating kernels */ _joe | updating_systems [2026/09/27 05:05] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== Updating Debian packages ====== | ||
| - | |||
| - | A //quick update// can be done by | ||
| - | | ||
| - | apt-get update | ||
| - | apt-get upgrade | ||
| - | |||
| - | For general installation, | ||
| - | |||
| - | |||
| - | ===== Caveats ===== | ||
| - | |||
| - | Anything that shouldn' | ||
| - | Does apt have a history of clobbering configs or anything? | ||
| - | |||
| - | |||
| - | ====== Updating kernels ====== | ||
| - | |||
| - | | ||
| - | apt-get update | ||
| - | uname -a # Figure out which kernel series this machine needs | ||
| - | apt-cache search kernel-image | grep somethingwhichidentifiestheseries | ||
| - | apt-get install kernel-image-latestversion-series | ||
| - | vim / | ||
| - | silo | ||
| - | shutdown -r N | ||
| - | |||
| - | |||
| - | so for example: | ||
| - | |||
| - | < | ||
| - | uberjoe@davros: | ||
| - | Linux davros 2.6.8-2-sparc64 #1 Fri Jun 10 00:38:40 UTC 2005 sparc64 GNU/Linux | ||
| - | uberjoe@davros: | ||
| - | kernel-image-2.6.8-2-sparc64 - Linux kernel binary image for UltraSPARC (sparc64) systems | ||
| - | kernel-image-2.6.8-3-sparc64 - Linux kernel binary image for UltraSPARC (sparc64) systems | ||
| - | uberjoe@davros: | ||
| - | boring debian package installation stuff | ||
| - | uberjoe@davros: | ||
| - | uberjoe@davros: | ||
| - | / | ||
| - | uberjoe@davros: | ||
| - | </ | ||
| - | |||
| - | The block you need to add to silo.conf should look like: | ||
| - | |||
| - | < | ||
| - | image=/ | ||
| - | Label=debian-normal | ||
| - | append=" | ||
| - | initrd=/ | ||
| - | </ | ||
| - | |||
| - | Don't remove the old kernel from the file, rename it instead, just in case things go wrong. Also, make sure that the new kernel is set to be the default (default=debian-normal at the top of the file, for example). | ||
| - | |||
| - | |||
| - | ===== Caveats ===== | ||
| - | |||
| - | Anything tied to specific kernel versions? | ||
| - | |||
| - | The stock Debian stable kernels have a bug in the serial drivers that make the console on Ultra 5s unusable. | ||
| - | |||
| - | |||
updating_systems.1153667017.txt.gz · Last modified: (external edit)
