diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-05-15 20:48:59 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-05-15 20:48:59 +0000 |
commit | 55f7e6125445f01aee67d838d6e350a8ce169b70 (patch) | |
tree | 44768a5f512de3993470a168475dcedfe5287a54 | |
parent | 55742c3574d5fe04dc3c5818ef0f0fa414580f44 (diff) |
none
-rw-r--r-- | Hurd/InstallNotes.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index 47397eca..72671ae9 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -5,9 +5,11 @@ 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://ftp.debian.org/debian unstable main + deb ftp:/ftp.debian.org/debian unstable main deb-src ftp://ftp.debian.org/debian unstable main * Some packages like libc6-dev are old yet depended on by other packages not yet updated. In this particular case, I believe the new dependency is libc0.3-dev. However these dependencies may cause problems for apt. To circumvent these problems there are two general solutions. * 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). |