From f0c9ba2453b27d63000aa0b7a533821afecc4db1 Mon Sep 17 00:00:00 2001 From: MichaelBanck Date: Mon, 6 Oct 2008 19:03:54 +0000 Subject: some more changes --- hurd/running/debian/after_install.mdwn | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'hurd/running/debian') 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]]. -- cgit v1.2.3