summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/DebianAfterInstall.mdwn43
1 files changed, 40 insertions, 3 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn
index 3b7ec112..abdac994 100644
--- a/Distrib/DebianAfterInstall.mdwn
+++ b/Distrib/DebianAfterInstall.mdwn
@@ -4,10 +4,47 @@ So you have managed to get past the first ./native-install runs in single-user m
Time to get to work.
-### <a name="Setup_networking"> Setup networking </a>
+### <a name="_Hurd_GetNetworkRunning_Setup_ne"> </a> [[Hurd/GetNetworkRunning]]
-### <a name="Setup_Virtual_Consoles"> Setup Virtual Consoles </a>
+If your NIC was detected by Mach:
-### <a name="Setup_X_Window"> Setup X-Window </a>
+ 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_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:
+
+ console -d vga -d pc_kbd --repeat=kbd -d pc_mouse --repeat=mouse \
+ -d generic_speaker -c /dev/vcs
+
+ cd /dev
+ ln -s cons/kbd .
+ ln -s cons/mouse .
+
+### <a name="_Hurd_Xfree86_Setup_X_Window_"> </a> [[Hurd/Xfree86]]
+
+Assuming you've installed WindowMaker and have tried running startx already:
+
+ [/etc/X11/XF86Config-4]
+
+ Section "Module"
+ # Load "dri"
+ # Load "speedo"
+ .
+ .
+ .
+ EndSection
+
+ Section "InputDevice"
+ Identifier "Configured Mouse"
+ Driver "mouse"
+ Option "CorePointer"
+ Option "Device" "/dev/mouse"
+ Option "Protocol" "osmouse"
+ EndSection
+
+ [/etc/profile]
+ LD_LIBRARY_PATH=/X11R6/lib:$LD_LIBRARY_PATH
-- [[Main/JoachimNilsson]] - 17 Apr 2005