
PACKAGE NAME: splinux

DESCRIPTION:
splinux is a script which enables to run applications from a parallel linux installation, or to run the entire desktop. To run an application give the mount point of the target installation, the loginname and the command as in following example:

sudo splinux -m /plinux -l nebil -c konqueror

where "plinux" would be the mount point, "nebil" the loginname and "konqueror" the command to run.

To run the entire desktop environment on its own display with a new X session use the following example:

sudo xinit -e splinux -m /plinux -l nebil -c kde -d :1 -- :1 vt8

PACKAGE OVERVIEW:
The package contains the files splinux, splinux_r2u and splinux_u. All files should be in the same directory. 

AUTHOR:
Nebil Reyhani <nebil.reyhani@gmail.com>

