From ec36969f2e3b5135524554b16322e7e4f75370ee Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 19 Apr 2005 20:48:00 +0000 Subject: none --- Distrib/DebianAfterInstall.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Distrib/DebianAfterInstall.mdwn') diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn index abdac994..fbafb57f 100644 --- a/Distrib/DebianAfterInstall.mdwn +++ b/Distrib/DebianAfterInstall.mdwn @@ -1,3 +1,7 @@ +
+
[ Install Notes? | Get Network Running? | Random Device? | Debian X? ]
+
+ ## First steps after Install. So you have managed to get past the first ./native-install runs in single-user mode? @@ -11,6 +15,23 @@ If your NIC was detected by Mach: settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 \ -a 192.168.1.3 -g 192.168.1.1 -b 255.255.255.0 +### [[Hurd/RandomDevice]] + +You often need scp and ssh. Sadly the Debian GNU/Hurd does not come with any default random package installed. See [[Hurd/RandomDevice]] for details, the following is just a quick recap. + + 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 + ### [[Hurd/HurdConsole]] The latest Hurd package in Debian, plus the /native-install script, creates all necessary device nodes and other magic. You just need to call console with the proper arguments: @@ -48,3 +69,7 @@ Assuming you've installed WindowMaker and have tried running startx already: LD_LIBRARY_PATH=/X11R6/lib:$LD_LIBRARY_PATH -- [[Main/JoachimNilsson]] - 17 Apr 2005 + +How about making an afterinstall man page � la [[OpenBSD]] afterboot man page? I could easily convert the current text into afterinstall.8 if someone is interested. + +-- [[Main/JoachimNilsson]] - 19 Apr 2005 -- cgit v1.2.3