diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-07 22:15:28 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-07 22:15:28 +0200 |
commit | 7030f8b48c7a2a3d8f36cb0dd2996059a585232a (patch) | |
tree | e38c7d63b9b5a4713cc3ee650cdc2ff09aad3275 /Hurd/InstallNotes.mdwn | |
parent | b48377c0de034f28d00b31e7ab7ba93369201a2b (diff) | |
download | web-7030f8b48c7a2a3d8f36cb0dd2996059a585232a.tar.gz web-7030f8b48c7a2a3d8f36cb0dd2996059a585232a.tar.bz2 web-7030f8b48c7a2a3d8f36cb0dd2996059a585232a.zip |
Reintegrate another bunch of pages and apply clean-ups.
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 a627ca55..acacc868 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -192,7 +192,7 @@ To mount this from a GNU box: ## <a name="7_Configuration_Making_the_Syste"> 7. Configuration - Making the System Usable </a> -**NOTE**: _If you are using the Debian distribution of Hurd, you also **want** to read_ **_[[Distrib/DebianAfterInstall]]_** +**NOTE**: _If you are using the Debian distribution of Hurd, you also **want** to read_ **_Debian [[running/debian/after_install]]_** * After you install, you'll want to do several _important_ things: * Run `passwd` to give the root user a password. By default, root does not have one. @@ -201,7 +201,7 @@ To mount this from a GNU box: * Since the Hurd does not use `ld.so.conf`, you will want to specify where the X Window System keeps its libraries. Do this by adding the following line to your `/etc/profile`: <br />`export LD_LIBRARY_PATH='/lib:/usr/X11R6/lib'` * run `/etc/cron.daily/find` to allow `locate` to function. -* [[GetNetworkRunning]] +* [[Network]] * Hopefully Mach will recognize your hardware. If it doesn't you have to recompile in most cases. * copy over your `/etc/resolv.conf` from GNU/Linux to allow your DNS to resolve correctly. |