diff options
Diffstat (limited to 'Hurd/InstallNotes.mdwn')
-rw-r--r-- | Hurd/InstallNotes.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index 72671ae9..2f7b7fdd 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -4,7 +4,7 @@ The [installation](http://www.gnu.org/software/hurd/install.html) page is the lo * a recommended /etc/apt/sources.list - deb ftp://alpha.gnu.org/gnu/hurd/debian-libio unstable main + deb ftp://alpha.gnu.org/gnu/hurd/debian unstable main deb ftp:/ftp.debian.org/debian unstable main deb-src ftp://ftp.debian.org/debian unstable main @@ -12,4 +12,4 @@ The [installation](http://www.gnu.org/software/hurd/install.html) page is the lo * The first is to change the dependencies that apt looks at in the /var/lib/apt/lists/ directory. For example, you could modify libc0.3 to provide the missing libc6-dev package. * Installing the "equivs" package and creating a dummy package is the second alternative. This will satisfy the apt dependency in a cleaner manner. -* To install under the bochs emulator Neal wrote another [great guide](ftp://walfield.org/pub/people/ams/hurd/creating_bochs_image_for_gnu.txt). +* To install under the bochs emulator Alfred M. Szmidt wrote a [great guide](http://ftp.walfield.org/pub/people/ams/hurd/creating_bochs_image_for_gnu.txt). |