PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Debian: Installationsscript.



-Sensemann-
07.09.03, 19:59
Hallo,

hat jemand mit Installationsscripts für Debian Woody?

Damit meine ich, ich installier Debian und starte danach das Script.

damit ich nicht die ganze Zeit vor dem PC hängen muss.

mit dem Ganzen drum und dran dauert so eine installation mindestens 3 Stunden

-Sensemann-
12.09.03, 20:08
Ok, jemand hat mir geraten ein Linux System Sauber zu installieren und diese Installation zu Spiegeln.

Gibt es da keine besser Möglichkeit?

*push* :D

Der Gestreifte
12.09.03, 20:34
Was verstehst Du unter "Installationsskript"? Soll die Konfiguration von z.B. exim, Xserver, ssh u.ä. automatisch ablaufen?

]tux[cHriz
12.09.03, 20:42
Original geschrieben von Der Gestreifte
Was verstehst Du unter "Installationsskript"? Soll die Konfiguration von z.B. exim, Xserver, ssh u.ä. automatisch ablaufen?

ich denke, das meint er ....
mfg
chris

-Sensemann-
12.09.03, 20:50
das wäre natürlich super.

Denn die Ganze Installation über meine Adsl Internet-Anbindung dauert doch ein wenig.

penguin007
12.09.03, 21:06
Hallo


Also Ich habe ziemlich oft Debian installiert und da gehen die Pakete immer automatisch nach der Base Install..

Also versteh Ich deine Frage irgendwie nicht!!






Bb

-Sensemann-
12.09.03, 21:13
Schön du hast Debian Woody von der Cd installiert. Prima damit kann man gut arbeiten Spiele spielen etc *ironie*

er soll automatisch

X-Installieren.
ICewm
Nvdriver
Alsa etc.
....

]tux[cHriz
12.09.03, 21:19
und das ganze per ftp nehme ich an

Der Gestreifte
12.09.03, 21:26
Ich bin mir immer noch nicht ganz klar, was Du suchst. "dpkg --set-selsctions bzw. --get-selections" etwa?

-Sensemann-
12.09.03, 21:51
Ok dann schreibe mal genau auf was du aus meinem Posting liest.

Sonst schreiben wir noch Stundenlang aneinander vorbei.

penguin007
12.09.03, 23:00
er sucht sowas

echo "Getting all packages You REALLY need..."
echo "This may take some time, so don't worry :)"
apt-get -y install gcc
apt-get -y install ssh
apt-get -y install vim
apt-get -y install g++
apt-get -y install make
apt-get -y install automake
apt-get -y install autoconf
apt-get -y install libncurses5-dev
apt-get -y install nmap
apt-get -y install iptraf
apt-get -y install patch
apt-get -y install lynx
apt-get -y install links
apt-get -y install dnsutils
apt-get -y install bin86
apt-get -y install flex
apt-get -y install bison
apt-get -y install hdparm
apt-get -y install wget
apt-get -y install screen
apt-get -y install apt-show-versions
apt-get -y install rdate
echo "syntax enable" >> /etc/vim/vimrc
echo "alias ls='ls --color=tty'" >> /etc/profile

echo "Creating install directory (/install)"
mkdir $INSTALL_DIR
cd $INSTALL_DIR

echo "Hold on, i'm gonna get some useful packages from I-Net..."
wget $URL$APACHE
wget $URL$LINUX22
wget $URL$LINUX24
wget $URL$MODUTILS
wget $URL$MYSQL
wget $URL$SSL
wget $URL$PHP
wget $URL$SAMBA
wget $URL$ZLIB
wget $URL$QMAIL
wget $URL$DAEMONTOOLS
wget $URL$TCPSERVER

echo "preparing..."
echo "/usr/local/lib/" >> /etc/ld.so.conf
echo "/usr/local/lib/mysql" >> /etc/ld.so.conf
echo "/usr/local/ssl/" >> /etc/ld.so.conf

echo "uncompressing modutilities..."

in der art

-Sensemann-
12.09.03, 23:54
das sieht doch gut aus!

danke werde es dann mal ausprobieren :)

penguin007
13.09.03, 11:35
Hello

Also das ist ein Teil eines qmail install scripts !


Einfach ein bischen selber mal was schreiben und das geht dann glaube ich :)


bb