Http://debian.printk.org/os-loongson/lenny_base_official.tgz downloading Debian
The size of the dragon core 2f is GB.
You can use $ fdisk-L for viewing, but here I only show that sda3 has 50 GB not allocated. $ Fdisk/dev/SDA can be used to repartition the hard disk. For more information, see fdisk partition usage.
After the division, I want to retain the original winning system and install Debian in sda2. $ CAT/proc/cmdline can be used to view the disk on which the system is installed.
Here, the original winning system is installed in the sda1 partition.
# Mout/dev/sda2/mnt
# CP ~ /Lenny_base_official.tgz/mnt
# Cd/mnt
# Tar xvf lenny_base_official.tgz
# Cd lenny_base_official
# Mv *../
# Reboot
Press delete to enter pmon
Set append changes start Partition
Enter System
# Dhclient // automatically starts the network
# Vi/etc/APT/source. List
Add Deb http://debian.printk.org/debian/ Lenny main
The dpkg manager will find a package from the mainin the lennydirectory at http://debian.printk.org/debian/dists/find
# Apt-Get update
Install the following packages in sequence:
# Apt-Get install xserver-Xorg-dev // you cannot remember whether apt-cache search Xorg is supported. | more View
# X // check whether xserver is successfully installed CTRL + ALT + F7.
# Apt-Get install xinit // installation startup management
Apt-Get install slim // install the logon Manager
Slim // check whether the logon manager is successful
# Apt-Get install TPD // I personally think This logon manager is better than slim
Apt-Get install gnome // install the GNOME Desktop Manager. In fact, after gnome is installed, it is installed with the login manager.
# Apt-Get install xfce // I personally think gnome has some cards on 2f, but xfce is better and the experience is better. Lxde is also good. You can try it.