coLinux
Line 10: Line 10:
   
 
<code>apt-get update</code>
 
<code>apt-get update</code>
 
 
<code>apt-get dist-upgrade</code>
 
<code>apt-get dist-upgrade</code>
  +
  +
It might be necessary to repeat these two instructions a few times.
   
 
I got an error regarding e2fsprogs. To remedy the error, I simply did this:
 
I got an error regarding e2fsprogs. To remedy the error, I simply did this:
Line 22: Line 23:
   
 
<code>apt-get dist-upgrade</code>
 
<code>apt-get dist-upgrade</code>
  +
  +
Install dhcp client:
  +
  +
<code>apt-get install pump</code>
  +
<code>apt-get install gnupg</code>
  +
<code>apt-get update</code>

Revision as of 20:26, 15 August 2006

2.6.x-based

Bringing Things Up to Date

This pertains to Debian-20040605-mit.ext3.1610mb.bz2

The root filesystem images are already somewhat old. I found it useful to take the following steps as soon as I had a network connection working:

In /etc/apt/sources.list, comment out the "non-us" repository. It is obsolete

apt-get update apt-get dist-upgrade

It might be necessary to repeat these two instructions a few times.

I got an error regarding e2fsprogs. To remedy the error, I simply did this:

apt-get remove e2fsprogs

(I had to type in something, like "Yes, I really want to do this! Do as I say!" I replied "yes" when asked if I should upgrade packages along the way.

apt-get install e2fsprogs

apt-get dist-upgrade

Install dhcp client:

apt-get install pump apt-get install gnupg apt-get update