Subversion Repositories livecd

Rev

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

Rev 181 Rev 183
Line 29... Line 29...
29
 
29
 
30
   cat <<EOF
30
   cat <<EOF
31
 
31
 
32
  Options:
32
  Options:
33
 
33
 
34
    -h          print this screen
34
    -h,--help   print this screen
35
 
35
 
36
  Optional Options:
36
  Optional Options:
37
 
37
 
38
    -psi        customize for PSI LiveCD
38
    -psi        customize for PSI LiveCD
39
    -mini       build a MINI-CD (not well tested)
39
    -mini       build a MINI-CD (not well tested)
Line 66... Line 66...
66
while [ $# -gt 0 ]; do
66
while [ $# -gt 0 ]; do
67
 
67
 
68
    case "$1" in
68
    case "$1" in
69
       -h)
69
       -h)
70
            usage; exit;;
70
            usage; exit;;
-
 
71
       --help)
-
 
72
            usage; exit;;
-
 
73
       -help)
-
 
74
            usage; exit;;
71
       -psi)
75
       -psi)
72
            PSI="-psi"; shift; continue;;
76
            PSI="-psi"; shift; continue;;
73
       -mini)
77
       -mini)
74
            MINI="-mini"; shift; continue;;
78
            MINI="-mini"; shift; continue;;
75
       -nomove)
79
       -nomove)