Subversion Repositories livecd

Rev

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

Rev 183 Rev 184
Line 22... Line 22...
22
# Define $OS_RELEASE: 
22
# Define $OS_RELEASE: 
23
#  For SL4, RHEL4, CentOS4 -> OS_RELEASE=4
23
#  For SL4, RHEL4, CentOS4 -> OS_RELEASE=4
24
#  For SL5, RHEL5, CentOS5 -> OS_RELEASE=5
24
#  For SL5, RHEL5, CentOS5 -> OS_RELEASE=5
25
OS_RELEASE=5
25
OS_RELEASE=5
26
 
26
 
27
# Define OS_UPDATE (not used at the moment)
27
# Define OS_UPDATE (not further used at the moment)
28
#  For example for SL 5.2 set OS_UPDATE=2
28
#  For example for SL 5.2 set OS_UPDATE=2
29
OS_UPDATE=2
29
OS_UPDATE=2
30
 
30
 
31
# Define LiveCD OS string (can be anything you like)
31
# Define LiveCD OS string (can be anything you like)
32
LIVECD_OS="SL${OS_RELEASE}${OS_UPDATE}"
32
LIVECD_OS="SL${OS_RELEASE}${OS_UPDATE}"