Differences between revisions 7 and 8
Revision 7 as of 2007-08-07 22:08:25
Size: 1233
Editor: ?VagrantCascadian
Comment: configuring boot prompt options
Revision 8 as of 2007-08-07 22:12:31
Size: 1258
Editor: ?VagrantCascadian
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
create /opt/ltsp/i386/etc/update-kernels.conf with the following line: create /opt/ltsp/i386/etc/update-kernels.conf with the following line(adapt to your needs):
Line 25: Line 25:
create a symlink for backwards compatibility: and create a symlink for backwards compatibility:

Can i use the ltsp-utils package with ltsp-server(-standalone)? (as of 11.04.2007 / Debian Etch)

No, the ltsp-utils package is from LTSP version 4 and the ltsp-server(-standalone) is version 5.

If I specify SCREEN_01 trhough 06 in lts.conf (/opt/ltsp/i386/etc/lts.conf) my keyboard doesn't work.

SCREEN_01 trough 06 conflict with inittab. Comment out the 1 to 6 in /opt/ltsp/i386/etc/inittab or do not use SCREEN_01 to SCREEN_06.

Where do i get more informations on LTSP 5 ?MueKow?

http://wiki.ltsp.org/twiki/bin/view/Ltsp/MueKow - no deeper informations but only primary goals (as of 11.04.2007).

note that the ?MueKow experiments evolved into LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/Ltsp5

LOCAL_STORAGE in lts.conf doesn't work

In LTSP 5 it's called LOCALDEV. See also: ["LTSP/Upgrading_4.2"]

How do i configure boot prompt options [http://bugs.debian.org/428446 (debian bug 428446)]

create /opt/ltsp/i386/etc/update-kernels.conf with the following line(adapt to your needs):

  • export BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp nfsroot=/opt/ltsp/i386"

and create a symlink for backwards compatibility:

  • ln -s /opt/ltsp/i386/etc/update-kernels.conf /etc/ltsp/ltsp-update-kernels.conf