summaryrefslogtreecommitdiff
path: root/Distrib/DebianAfterInstall.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2005-04-19 20:48:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2005-04-19 20:48:00 +0000
commitec36969f2e3b5135524554b16322e7e4f75370ee (patch)
tree02bd2bbcd056db45f7bdc70efb5d0b84beaac638 /Distrib/DebianAfterInstall.mdwn
parent6a2ef24ce4fee4643033112f36dd6060fcf0effc (diff)
none
Diffstat (limited to 'Distrib/DebianAfterInstall.mdwn')
-rw-r--r--Distrib/DebianAfterInstall.mdwn25
1 files changed, 25 insertions, 0 deletions
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 @@
+<div>
+ <center> [ <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATIONHurd/InstallNotes">?</a> | <span style="background:"><font color="">Get Network Running</font></span><a href="http://LOCATIONHurd/GetNetworkRunning">?</a> | <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATIONHurd/RandomDevice">?</a> | <span style="background:"><font color="">Debian X</font></span><a href="http://LOCATIONHurd/DebianX">?</a> ] </center>
+</div>
+
## <a name="First_steps_after_Install_"> First steps after Install. </a>
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
+### <a name="_Hurd_RandomDevice_Setup_random_"> </a> [[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
+
### <a name="_Hurd_HurdConsole_Setup_Virtual_"> </a> [[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