aboutsummaryrefslogtreecommitdiff
path: root/Hurd/InstallNotes.mdwn
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2004-06-17 16:06:47 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2004-06-17 16:06:47 +0000
commit1dd20efecbb7bb9f9d95800ffeb22f557a91c9b0 (patch)
treecacdd8111b801f05d682d9f8ce2aaa984f3de536 /Hurd/InstallNotes.mdwn
parent8f47762415273ad08ba3453f268141db0bc117c6 (diff)
downloadweb-1dd20efecbb7bb9f9d95800ffeb22f557a91c9b0.tar.gz
web-1dd20efecbb7bb9f9d95800ffeb22f557a91c9b0.tar.bz2
web-1dd20efecbb7bb9f9d95800ffeb22f557a91c9b0.zip
none
Diffstat (limited to 'Hurd/InstallNotes.mdwn')
-rw-r--r--Hurd/InstallNotes.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn
index 9358a331..6c58cfbb 100644
--- a/Hurd/InstallNotes.mdwn
+++ b/Hurd/InstallNotes.mdwn
@@ -186,7 +186,7 @@ To mount this from a GNU box:
* copy over your `/etc/resolv.conf` from GNU/Linux to allow your DNS to resolve correctly.
* Prepare system for new packages.
- * a recommended `/etc/apt/sources.list`: <br /><code>\#deb <ftp://alpha.gnu.org/gnu/hurd/debian> unstable main <br /> deb <http://www.htu.tugraz.at/~past/hurd/alpha/> ./ <br /> deb <ftp://ftp.debian.org/debian> unstable main <br /> deb-src <ftp://ftp.debian.org/debian> unstable main</code><br /> (`alpha.gnu.org` is the official place for hacked Debian packages, but it's been [compromised](ftp://ftp.gnu.org/MISSING-FILES.README). So an alternative location is given. Notice that there are no guarantees about the content of this alternative location. Use it at your own risk.)
+ * a recommended `/etc/apt/sources.list`: <br /><code>deb <http://ftp.gnuab.org/debian> unreleased main<br /> deb <ftp://ftp.debian.org/debian> unstable main <br /> deb-src <ftp://ftp.debian.org/debian> unstable main</code>
* There are some extremely useful cross-platform 'apt' tricks that can be used to get packages when using Debian GNU/Linux (possibly others) for installation on GNU. This is especially useful if your GNUMach doesn't recognize your network card. The steps are covered in the file `/usr/share/doc/apt/offline` which has been used by several Hurd developers successfully.
* create an `/etc/apt/apt.conf.offline` like [[AptConfOffline]].
* consider setting up a few [[CrossPlatformAliases]] for use under Debian GNU/Linux while the Debian GNU/Hurd partitions are mounted.