PDA

View Full Version : HOWTO:minimum installation



feneks
December 30th, 2004, 08:10 PM
I recogniced a HOWTO which can help to set up Ubuntu on old computers.
You will have to do some handwork of course.
http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html

I copied the text in parts from the hompage just to get sure the text doesn't vanish.


Ubuntu Mini-RAM HOWTO
by ingo@binonabiso.com

Convention:
# command
Type command as root (you can do a sudo su- before, in order to get the root-prompt. Or you put sudo before the command.)

$ command
Type command as user.

1 The Basesystem

Get Ubuntu CD-ROM see http://www.ubuntulinux.org/
After inserting the CD-ROM into the drive, boot and when asked to press Enter, type custom before. (Not linux custom!)
The result will be a minimal-system with less than 300 MB on the HD and only a textprompt (no GUI).

2 Postinstall the GUI

I did it in the following order, but probably the order is not important:

$ sudo su -
# vi /etc/apt/sources.list
(If you are not familiar with vi you can use nano or any other texteditor instead.)
Enable the universe-repository by removing the Hashmarks (=# (2 times))
# apt-get update
# apt-get install icewm
# apt-get install xserver-xfree86
# apt-get install x-window-system-core
# apt-get install xdm
# apt-get install numlockx
# apt-get install xterm

The result is a system with X and iceWM as windowmanager. You log in as user and on the prompt:

$ startx
starts the GUI. (After the first reboot, xdm autostarts and puts you directly into the GUI-mode)
So far this system needs 468 MB on your harddrive.


The homepage continues with installation of packets like Mozilla or Openoffice and shows the need of several packets for harddisk space.
http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html

Ozitraveller
December 31st, 2004, 05:22 AM
There is also an existing thread titled :
'Ubuntu Mini-RAM HOWTO"

here:
http://www.ubuntuforums.org/showthread.php?t=8338

with further information if anyone is interested!

towsonu2003
March 5th, 2007, 10:19 PM
also see http://ubuntuforums.org/showthread.php?t=171203 for a few other tips