Article:
 |
|
Adventures in Migrating to New Linux Distributions
|
| Subject: |
|
Things I would have done differently |
| Date: |
|
2005-04-09 07:45:23 |
| From: |
|
cyber_rigger
|
|
|
I would have used debian sarge (testing)
instead of woody (stable).
You don't need jigdo
if there is already an installation CD.
Here are the network install CDs for sarge.
http://www.debian.org/devel/debian-installer/
For i386 you wil probably want this iso
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc3/sarge-i386-netinst.iso
After you are installed then edit /etc/apt/sources.list
and change each word "testing" to "sarge"
(most debian mirrors recognize either name).
This will allow you to stay with sarge
even when sarge becomes offically "stable".
The network install CD is dead simple.
|
Showing messages 1 through 1 of 1.
-
Things I would have done differently
2005-04-09 08:04:07
cyber_rigger
[Reply | View]
If you also want "contrib" and "non-free" and "non-US"
your /etc/apt/sources.list should look something like this:
deb ftp://ftp.us.debian.org/debian/ sarge main contrib non-free
deb http://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
To add/remove packages use the text based "dselect".
To configure a bunch of stuff at once use "tasksel".
Once you have your GUI going use "synaptic".
If you need to tweak X use (from console as root)
dpkg-reconfigure xserver-xfree86