summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaelBanck <MichaelBanck@web>2008-10-06 19:03:54 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-10-06 19:03:54 +0000
commitf0c9ba2453b27d63000aa0b7a533821afecc4db1 (patch)
tree806076b7d9cc99409941c03efcaf4bcb16800d98
parent93ac53c8f6bb37049fb4ef36ab7e6d5e711f3431 (diff)
some more changes
-rw-r--r--hurd/running/debian/after_install.mdwn25
1 files changed, 4 insertions, 21 deletions
diff --git a/hurd/running/debian/after_install.mdwn b/hurd/running/debian/after_install.mdwn
index a2563a94..b795fd2b 100644
--- a/hurd/running/debian/after_install.mdwn
+++ b/hurd/running/debian/after_install.mdwn
@@ -29,6 +29,7 @@ If the NIC was detected:
# settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a 192.168.1.3 -g 192.168.1.1 -m 255.255.255.0
+In order to use DHCP, you need to install the `dhcp-client` package and run `dhclient eth0` etc.
# Setup GRUB
@@ -54,27 +55,12 @@ If when doing your first `apt-get`, `dpkg` complains of missing programs, get ro
Installing packages without having a network connection is described
[[Distrib/DebianAptOffline]].
-
# [[translator/Random]]
-You often need `scp` and `ssh`. There is now a "random-egd" package available which uses
+You often need `scp` and `ssh`. There is now a `random-egd` package available which uses
a random translator by Ryan Hunter and the entropy gathering daemon as entropy source.
-An alternative solution is:
-
- cd && mkdir tmp && cd tmp
- wget http://kilobug.free.fr/hurd/random-64.tar.gz
- tar xvfz random-64.tar.gz
- cp random /hurd/
-
- settrans -c /dev/random /hurd/random \
- --seed-file /var/run/random-seed --secure
- settrans -c /dev/urandom /hurd/random \
- --seed-file /var/run/urandom-seed --fast
- chmod 0644 /dev/random /dev/urandom
-
- apt-get install ssh
-
+See [[Translator/random]] for more information.
# [[Console]]
@@ -99,7 +85,7 @@ You first must have setup the virtual console. See above.
Assuming you've installed WindowMaker and have tried running `startx` already:
- [/etc/X11/XF86Config-4]
+ [/etc/xorg.conf]
Section "Module"
# Load "dri"
@@ -120,9 +106,6 @@ Assuming you've installed WindowMaker and have tried running `startx` already:
Make sure not to have the `Emulate3Buttons` and `ZAxisMapping` settings set, as
they lead to problems with e.g. dragging windows around.
- [/etc/profile]
- LD_LIBRARY_PATH=/X11R6/lib:$LD_LIBRARY_PATH
-
# What about package XYZ?
See if you can find a useful tip in [[package_troubleshooting]].