]> Frank Brehm's Git Trees - docs/frank.git/commitdiff
Aktualisiert
authorFrank Brehm <frank@brehm-online.com>
Mon, 22 Apr 2013 12:04:25 +0000 (14:04 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 22 Apr 2013 12:04:25 +0000 (14:04 +0200)
Dokumentationen/inst-wheezy-debbotstrap.txt

index 38d6587323b806ebd75737bb1f3468a391ae2d43..a0cfbca448b358c8e979881eb3096e41ff899e94 100644 (file)
@@ -168,33 +168,32 @@ root@uhu2 ~ #
 ----
 root@uhu2 ~ # md work
 root@uhu2 ~ # cd work
-root@uhu2 ~/work # wget http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.46_all.deb
---2013-02-18 11:31:57--  http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.46_all.deb
+root@uhu2 ~/work # wget http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.48_all.deb
+--2013-04-22 13:01:38--  http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.48_all.deb
 Resolving ftp.debian.org (ftp.debian.org)... 130.89.148.12, 2001:610:1908:b000::148:12
 Connecting to ftp.debian.org (ftp.debian.org)|130.89.148.12|:80... connected.
 HTTP request sent, awaiting response... 200 OK
-Length: 61696 (60K) [application/x-debian-package]
-Saving to: `debootstrap_1.0.46_all.deb'
+Length: 60788 (59K) [application/x-debian-package]
+Saving to: `debootstrap_1.0.48_all.deb'
 
-100%[============================================>] 61.696      94,0K/s   in 0,6s
+100%[===========================================================>] 60.788      14,7K/s   in 25s
 
-2013-02-18 11:31:58 (94,0 KB/s) - `debootstrap_1.0.46_all.deb' saved [61696/61696]
+2013-04-22 13:02:04 (2,34 KB/s) - `debootstrap_1.0.48_all.deb' saved [60788/60788]
 root@uhu2 ~ #
 ----
 
 .Installieren von debootstrap:
 ----
-ooot@uhu2 ~ #
-t@uhu2 ~/work # dpkg -i debootstrap_1.0.46_all.deb
-(Reading database ... 47180 files and directories currently installed.)
-Preparing to replace debootstrap 1.0.40 (using debootstrap_1.0.46_all.deb) ...
+root@uhu2 ~ #
+root@uhu2 ~/work # dpkg -i debootstrap_1.0.46_all.deb
+(Reading database ... 48015 files and directories currently installed.)
+Preparing to replace debootstrap 1.0.44 (using debootstrap_1.0.48_all.deb) ...
 Unpacking replacement debootstrap ...
-Setting up debootstrap (1.0.46) ...
+Setting up debootstrap (1.0.48) ...
 Processing triggers for man-db ...
-dpkg -i debootstrap_1.0.46_all.deb  0,28s user 8,02s system 95% cpu 8,718 total
 ooot@uhu2 ~ #
 root@uhu2 ~/work # debootstrap --version
-debootstrap 1.0.46
+debootstrap 1.0.48
 root@uhu2 ~ #
 ----
 
@@ -1420,8 +1419,12 @@ if [ -f ~/.bash_aliases ]; then
 fi
 
 # enable bash completion in interactive shells
-if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
+if ! shopt -oq posix; then
+  if [ -f /usr/share/bash-completion/bash_completion ]; then
+    . /usr/share/bash-completion/bash_completion
+  elif [ -f /etc/bash_completion ]; then
     . /etc/bash_completion
+  fi
 fi
 
 if type -t __git_ps1 >/dev/null ; then
@@ -1867,6 +1870,22 @@ Trigger für initramfs-tools werden verarbeitet ...
 update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
 df: Warnung: Lesen der Tabelle eingehängter Dateisysteme nicht möglich
 0 root@uhu2:~ #
+0 root@uhu2:~ #
+0 root@uhu2:~ # apt-get install ssmtp
+...
+0 root@uhu2:~ # vi /etc/ssmtp/ssmtp.conf
+0 root@uhu2:~ #
+0 root@uhu2:~ #
+0 root@uhu2:~ # apt-get install -y bind9-host dnsutils
+...
+0 root@uhu2:~ #
+0 root@uhu2:~ #
+0 root@uhu2:~ # vi /etc/passwd
+...
+0 root@uhu2:~ # grep '^root:' /etc/passwd
+root:x:0:0:root Jericho:/root:/bin/bash
+0 root@uhu2:~ #
+0 root@uhu2:~ #
 0 root@uhu2:~ # apt-get install -y ca-certificates openssl-blacklist heirloom-mailx
 ...
 0 root@uhu2:~ #