|
| View previous topic :: View next topic |
| Author |
Message |
jebba
|
Posted: Wed Nov 17, 2004 7:06 pm Post subject: 20000 repository updates: kernel & many more |
|
|
The 20k repository has had many updates from Fedora, including a new kernel today.
| Code: | | apt-get update && apt-get dist-upgrade |
-Jeff
|
|
|
 |
r7
|
Posted: Wed Nov 17, 2004 11:55 pm Post subject: Re: 20000 repository updates: kernel & many more |
|
|
| jebba wrote: | The 20k repository has had many updates from Fedora, including a new kernel today.
| Code: | | apt-get update && apt-get dist-upgrade |
|
mmmm. after much of the usual gives me:
| Code: | | 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded |
|
|
|
 |
jebba
|
Posted: Thu Nov 18, 2004 12:50 am Post subject: |
|
|
Oh yeah, for the kernel, it's like:
| Code: | apt-get update
apt-get install kernel#2.6.9-1.3_FC2 |
apt-get won't automagickally upgrade the kernel. You need to explicitly state it. Also, you'll need to edit /etc/grub.conf to make it default.
-Jeff
|
|
|
 |
r7
|
Posted: Thu Nov 18, 2004 1:16 am Post subject: kernel upgrade made explicit |
|
|
works a treat...
|
|
|
 |
john maclean
|
Posted: Sun Nov 21, 2004 1:47 am Post subject: |
|
|
| jebba wrote: | Oh yeah, for the kernel, it's like:
| Code: | apt-get update
apt-get install kernel#2.6.9-1.3_FC2 |
-Jeff |
when you install the kernel in this way, what happens to the old one? would i need to edit grub.conf to reflect any changes?
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Mon Nov 22, 2004 3:51 pm Post subject: |
|
|
The old kernel stays in place. You can edit /etc/grub.conf to pick which kernel is default. Just change the "default=" line. It starts counting at zero, so if you want the second kernel listed use "1" for example.
In BLAG9k, 10k, 20k, the newly installed kernel is /not/ default. Starting with 30k, when a new kernel is installed, it becomes the default.
-Jeff
|
|
|
 |
|
|
|