

Before the DLS configuration with the webpage, it is strongly advised to prepare the hard drive for persistent data storage. This is important since the DLS is a LiveCD. Without any persistent partition on the hard drive, the whole configuration would be stored in memory and would be lost after reboot.
Mandriva provides a tool called "DiskDrake" that will allow you to manage your hard drive partitions. In order to execute this program, you need to go to KDE menu (yellow star at the bottom left of the screen) and click on "Run Command". In "Run Command", type the following command: "kdesu diskdrake". You should be prompted for a password : it has not been customized yet and the default one is "dlsroot".
You need to create two partitions:

In order to configure the DLS 2006, you will need to fill in the form "Initial Configuration" in the web interface. you will be asked for the following entries:

You are now able to manage your users. You will need to use the DLS web interface: Users Management Section.
You will be prompted for an username and a password : the username is "dlsadmin" and the password is the one you have chosen in initial configuration ("Web Password").
In this section, you will be able to add/remove groups or users. It is also possible to edit informations about a user or a group from here.
Notice : All users' data are stored in a LDAP database.
This step is not yet automated, you will need to execute a script by hand, using the terminal (command line). To launch the terminal, you should click on the third icon at the bottom left of the screen (looks like a computer screen) : it is called "Konsole".
Once the terminal is launched, type the following commands:
xxxxxx$ su
Password: YOUR_PASSWORD
xxxxxx# /home/dlsadmin/nexedi-dls/persistent.sh /dev/PARTITION_NAME
...
The files modifications in /var will be kept after reboot but it is not the case for configuration files in /etc. If you edit a file in /etc (it will certainly be the case), you will want to keep them after reboot and this is possible.
That's it ! Your Desktop Linux Server (DLS) is now installed and configured. You can now use it and customize it as you like. The thin clients present on the same network as the DLS will now be able to boot from network ("PXE Boot") and use a desktop on the distant DLS (Thanks to VNC graphical export).
Thank you for using the Nexedi Desktop Linux Server 2006 !
Author :
Christophe Dumez - christophe@nexedi.com