hi !
Was mich an Ubuntu gestört hat war das einfach soviel Softwarepakete raufkopiert wurden das einfach das system so langsam war und die man ja eigentlich nicht braucht.Da mich jetzt einige leute gefragt haben wie man am besten eine miniinstall nur mit Xserver und den dringenst benötigten paketen macht , hab ich mich entschlossen ein kleinens Howto zu erstellen , wie ich es immer mache !
und los gehts !
1. Ubuntu CD rein und rechner neu booten.
Bei der Abfrage der Installationsart
server wählen
2. Installation normal durchmachen
3. wenn man jetzt das Grundsystem installiert hat sitzt man jetzt vor dem Text login und meldet sich normal an.
4. root passwort anlegen mit
sudo passwd root5. da wir als root weiterarbeiten jetzt
su und das passwort eingeben
6. Internetverbindung mit pppoeconf herstellen (xdsl)
7. /etc/apt/sources.list bearbeiten , meine sieht so aus (wenn ihr kein internet zur verfügung habt schritt 6+7 überspringen):
# deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted
## Uncomment the following two lines to fetch updated software from the network
deb http://de.archive.ubuntu.com/ubuntu/ brezzy main restricted
# deb-src http://de.archive.ubuntu.com/ubuntu/ breezy main restricted
## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ brezzy-updates main restricted
# deb-src http://de.archive.ubuntu.com/ubuntu/ breezy-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://de.archive.ubuntu.com/ubuntu/ brezzy universe
# deb-src http://de.archive.ubuntu.com/ubuntu/ breezy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ brezzy-backports main restricted universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ brezzy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu/ breezy-security main restricted
deb http://security.ubuntu.com/ubuntu/ brezzy-security universe
# deb-src http://security.ubuntu.com/ubuntu/ breezy-security universe
8. apt mit
apt-get update auf neuesten stand bringen
9. dann können wir nach lust und laune software installieren aber zuerst den Xserver installieren mit:
apt-get install xserver-xorg x-window-system-core , wenn ihr einen radeon grafikkarte habt müsst ihr noch den fglrx-Treiber installieren mit:
apt-get install xorg-driver-fglrx und dann nochmal neu configurieren mit:
dpkg-reconfigure -phigh xserver-xorg10. wenn das alles gelungen ist , können wir den Windowmanager bzw die Desktopumgebung installieren , ich bevorzuge WindowMaker:
apt-get install wdm wmaker wmakerconf wmaker-data menu gcc-4.0-locales"11. Das auch geschaft können wir noch zum schluss einige software-pakete installieren wie Browser , E-mail , ............
apt-get install synaptic mozilla-firefox mozilla-firefox-locale-de-de mozilla-thunderbird mozilla-thunderbird-locale-de gkrellm xmms vlc xchat gxedit eterm hddtemp gkrellmmit dieser Software habt ihr dann ein minimales system mit Firefox , E-Mail , Music , Video , Chat , ich persönlich brauch nicht mehr , aber wer noch mehr installieren will , einfach mit
synaptic die Paketverwaltung aufrufen.
kurz und bündig hth