|
|||
|
I killed my debian system for the first time the other day by doing a dist-upgrade. It setup udev and it couldn't handle having the old kernel. Didn't help that I forgot I couldn't upgrade the kernel...
I would appreciate anyone sharing their techniques on how they are keeping this from happening. How do you keep your debian system up to date without destroying it? |
|
|||
|
Use only main for your distro... ie:
Code:
[415][nydc ~]:# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian/ lenny main deb-src http://ftp.us.debian.org/debian/ lenny main deb http://security.debian.org/ lenny/updates main deb-src http://security.debian.org/ lenny/updates main deb http://volatile.debian.org/debian-volatile lenny/volatile main deb-src http://volatile.debian.org/debian-volatile lenny/volatile main [416][nydc ~]:# Code:
[416][nydc ~]:# aptitude update ; aptitude safe-upgrade
__________________
| Technology Made Simple | Outlook Email Encryption | Blackberry Email Encryption | Dell Beep Codes | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|