From: Michael Gebetsroither Date: Sun, 3 Jun 2007 21:51:39 +0000 (+0200) Subject: Readme.Debian: better howto X-Git-Tag: 0.91~3 X-Git-Url: http://git.grml.org/?p=grml-terminalserver.git;a=commitdiff_plain;h=c373001955eb57260d38dd4d6df21e7720a7e090 Readme.Debian: better howto --- diff --git a/debian/README.Debian b/debian/README.Debian index a7af22a..221847a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -8,12 +8,12 @@ please adjust the configuration in /etc/grml/terminalserver/config. Example setup on debian: 1. mount your grml cd or the iso image to /cdrom -2. mount /cdrom/GRML/GRML to /mnt/tmp +2. mount /cdrom/GRML/GRML to /mnt/tmp (mount -t squashfs -o loop /cdrom/GRML/GRML /mnt/tmp) 3. adjust the following variables: MODULES_PATH_ROOT_DIFF_="/mnt/tmp" MODULES_PATH_="/mnt/tmp/lib/modules" 4. set the kernel version to the kernel you would want to use - choose one from: ls -l /lib/modules |awk '/-grml/{print $8}' - eg. KERNEL_VERSION_="2.6.12-grml" + choose one from: find /mnt/tmp/lib/modules -maxdepth 1 -name '*-grml*' |xargs basename + eg. KERNEL_VERSION_="2.6.18-grml" -- Michael Gebetsroither , Sun, 20 Mar 2005 19:39:26 +0100