Package: ltsp-client
Version: 0.99debian11
Severity: serious

--- Please enter the report below this line. ---

Hi,

I did modify my /opt/ltsp/i386/boot/pxelinux.cfg/default, cause my setup was 
only running with adding "nfsroot=/opt/ltsp/i386" to boot parameters.

After running /usr/sbin/ltsp-update-kernels, /usr/lib/ltsp/update-kernels is 
writing new /boot/pxelinux.cfg/default inside the chroot. Maybe the user 
modifications should considered anyhow.

In my case, the following patch fixed my problem, maybe adding "nfsroot" will 
be a good idea anyways.

With kind regards, Jan.
--- /usr/lib/ltsp/update-kernels.orig	2007-06-11 19:03:04.000000000 +0000
+++ /usr/lib/ltsp/update-kernels	2007-06-11 19:03:26.000000000 +0000
@@ -31,7 +31,7 @@
     if [ "$VENDOR" = "Ubuntu" ]; then
         BOOTPROMPT_OPTS="quiet splash"
     else 
-        BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp"
+        BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp nfsroot=/opt/ltsp/i386"
     fi
 fi
 

Attachment: pgpobCJ0YjyHx.pgp
Description: PGP signature

Reply via email to