summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authormassimo sandal <devicerandom@gmail.com>2007-01-19 22:31:00 +0000
committermassimo sandal <devicerandom@gmail.com>2007-01-19 22:31:00 +0000
commit70d1021cfea51c9a3f3dae5445d8fa561123fa67 (patch)
treebd92596e44ae23cdd9681b790d000a3cb8ad168f /Distrib
parent65fdf43c89493d6dd55a764e9b38f982d7ab7281 (diff)
none
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/DebianAfterInstall.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn
index ae74963e..06a638d8 100644
--- a/Distrib/DebianAfterInstall.mdwn
+++ b/Distrib/DebianAfterInstall.mdwn
@@ -29,6 +29,25 @@ If the NIC was detected:
Installing packages without having a network connection is described [[Distrib/DebianAptOffline]].
+### <a name="Setup_apt_get"> Setup apt-get </a>
+
+Sometimes getting apt-get to work is not straightforward. Good mirrors to put in `/etc/apt/sources.list` are (as of Jan 2007):
+
+ deb http://mirrors.kernel.org/debian unstable main contrib
+ deb-src http://mirrors.kernel.org/debian unstable main contrib
+ deb http://ftp.gnuab.org/debian unreleased main
+ deb-src http://ftp.gnuab.org/debian unreleased main
+
+apt-get update a couple of times if some file fails to download.
+
+If when doing your first apt-get, dpkg complains of missing programs, [try to cheat it this way](http://lists.debian.org/debian-hurd/1999/05/msg00187.html):
+
+ # ln -s /sbin/ldconfig /bin/ldconfig
+ # ln -s /bin/true /bin/update-rc.d
+ # ln -s /bin/true /bin/start-stop-daemon
+ # ln -s /bin/true /bin/install-info
+ # ln -s /bin/true /bin/update-alternatives
+
### <a name="_Hurd_RandomDevice_Setup_random_"> </a> [[Hurd/RandomDevice]]
You often need scp and ssh. Sadly the Debian GNU/Hurd does not come with any default random package installed. See [[Hurd/RandomDevice]] for details, the following is just a quick recap.