initial commit
[grml-terminalserver.git] / debian / README.Debian
1 grml-terminalserver for Debian
2 ------------------------------
3
4 This version of grml-terminalserver is tested and developed on debian sid (it works now ;).
5 Please adjust the config in /etc/grml/terminalserver/config
6
7 Example setup on debian:
8 1. mount your grml cd or the iso image to /cdrom
9 2. mount /cdrom/GRML/GRML to /mnt/tmp
10 3. adjust the following variables:
11 MODULES_PATH_ROOT_DIFF_="/mnt/tmp"
12 MODULES_PATH_="/mnt/tmp/lib/modules"
13 4. set the kernel version to the kernel you would want to use
14     choose one from: ls -l /lib/modules |awk '/-grml/{print $8}'
15 eg. KERNEL_VERSION_="2.6.12-grml"
16
17
18  -- Michael Gebetsroither <gebi@grml.org>, Sun, 20 Mar 2005 19:39:26 +0100