Differences between revisions 6 and 7
Revision 6 as of 2007-05-04 23:57:40
Size: 850
Editor: ?Torsten
Comment:
Revision 7 as of 2007-08-07 22:08:25
Size: 1233
Editor: ?VagrantCascadian
Comment: configuring boot prompt options
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:

'''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:

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

create a symlink for backwards compatibility:

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

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:

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

create a symlink for backwards compatibility:

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