Subversion Repositories livecd

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 132
Line 13... Line 13...
13
. /$MOUNTDIR/live/liblinuxlive
13
. /$MOUNTDIR/live/liblinuxlive
14
 
14
 
15
# PSI setup?
15
# PSI setup?
16
PSI=$( cmdline_parameter psi )
16
PSI=$( cmdline_parameter psi )
17
 
17
 
18
if [ $PSI ]; then
18
# # folder where we find data which was previously stored
19
    SAVEFOLDER=PSI_LIVECD
19
# (can be on an usbstick or harddisk partition)
20
else
-
 
21
    SAVEFOLDER=SL_LIVECD
20
SAVEFOLDER=SL_LIVECD
22
fi
-
 
23
 
21
 
24
echo 
22
echo 
25
 
23
 
26
### this script should be run as root 
24
### this script should be run as root 
27
#   (if not, somethings will not be stored)
25
#   (if not, somethings will not be stored)