Readme.Debian: better howto
authorMichael Gebetsroither <michael.geb@gmx.at>
Sun, 3 Jun 2007 21:51:39 +0000 (23:51 +0200)
committerMichael Gebetsroither <michael.geb@gmx.at>
Sun, 3 Jun 2007 21:51:39 +0000 (23:51 +0200)
debian/README.Debian

index a7af22a..221847a 100644 (file)
@@ -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 <gebi@grml.org>, Sun, 20 Mar 2005 19:39:26 +0100