Readme.Debian: better howto
[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
5 unstable/grml.  If you want to use grml-terminalserver on plain Debian
6 please adjust the configuration in /etc/grml/terminalserver/config.
7
8 Example setup on debian:
9
10 1. mount your grml cd or the iso image to /cdrom
11 2. mount /cdrom/GRML/GRML to /mnt/tmp (mount -t squashfs -o loop /cdrom/GRML/GRML /mnt/tmp)
12 3. adjust the following variables:
13    MODULES_PATH_ROOT_DIFF_="/mnt/tmp"
14    MODULES_PATH_="/mnt/tmp/lib/modules"
15 4. set the kernel version to the kernel you would want to use
16    choose one from: find /mnt/tmp/lib/modules -maxdepth 1 -name '*-grml*' |xargs basename
17    eg. KERNEL_VERSION_="2.6.18-grml"
18
19  -- Michael Gebetsroither <gebi@grml.org>, Sun, 20 Mar 2005 19:39:26 +0100