Subversion Repositories livecd

Rev

Rev 169 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 210
1
#!/bin/bash
1
#!/bin/bash
2
#
2
#
3
# Fix things during bootup - run first 
3
# Fix things during bootup - run first 
4
# For example: Enable services, etc ...
4
# For example: Enable services, etc ...
5
# Executed at the very end of /etc/rc.d/rc.sysinit
5
# Executed at the very end of /etc/rc.d/rc.sysinit
6
#
6
#
7
# Urs Beyerle
7
# Urs Beyerle
8
#
8
#
9
 
9
 
10
### -----------------------------------------------------------
10
### -----------------------------------------------------------
11
### Definitions
11
### Definitions
12
### -----------------------------------------------------------
12
### -----------------------------------------------------------
13
 
13
 
14
# dir of mounted /$MOUNTDIR/live
14
# dir of mounted /$MOUNTDIR/live
15
MOUNTDIR=livecd
15
MOUNTDIR=livecd
16
 
16
 
17
# source functions
17
# source functions
18
. /$MOUNTDIR/live/liblinuxlive
18
. /$MOUNTDIR/live/liblinuxlive
19
. /etc/init.d/functions
19
. /etc/init.d/functions
20
 
20
 
21
 
21
 
22
### -----------------------------------------------------------
22
### -----------------------------------------------------------
23
### Get boot parameters
23
### Get boot parameters
24
### -----------------------------------------------------------
24
### -----------------------------------------------------------
25
 
25
 
26
# start afs?
26
# start afs?
27
AFS=$( cmdline_parameter afs )
27
AFS=$( cmdline_parameter afs )
28
CELL=$( cmdline_value cell )
28
CELL=$( cmdline_value cell )
29
 
29
 
30
# or force no afs
30
# or force no afs
31
[ $( cmdline_parameter noafs ) ] && AFS=""
31
[ $( cmdline_parameter noafs ) ] && AFS=""
32
 
32
 
33
# start ssh server?
33
# start ssh server?
34
SSH=$( cmdline_parameter ssh )
34
SSH=$( cmdline_parameter ssh )
35
 
35
 
36
# root on NFS?
36
# root on NFS?
37
NFSROOT=$( cmdline_value nfsroot )
37
NFSROOT=$( cmdline_value nfsroot )
38
 
38
 
39
# PSI setup?
39
# PSI setup?
40
PSI=$( cmdline_parameter psi )
40
PSI=$( cmdline_parameter psi )
41
 
41
 
42
# do not start network
42
# do not start network
43
NONET=$( cmdline_parameter nonet )
43
NONET=$( cmdline_parameter nonet )
44
 
44
 
45
# fast booting ?
45
# fast booting ?
46
FASTBOOT=$( cmdline_parameter fastboot )
46
FASTBOOT=$( cmdline_parameter fastboot )
47
 
47
 
48
# no (auto) kudzu ?
48
# no (auto) kudzu ?
49
NOKUDZU=$( cmdline_parameter nokudzu )
49
NOKUDZU=$( cmdline_parameter nokudzu )
50
 
50
 
51
# if run=rdesktop, we do fast boot
51
# if run=rdesktop, we do fast boot
52
if [ "$( cmdline_value run )" = "rdesktop" ]; then
52
if [ "$( cmdline_value run )" = "rdesktop" ]; then
53
    FASTBOOT="fastboot"
53
    FASTBOOT="fastboot"
54
fi
54
fi
55
 
55
 
56
# start ntpd ?
56
# start ntpd ?
57
NTPD=$( cmdline_parameter ntpd )
57
NTPD=$( cmdline_parameter ntpd )
58
 
58
 
59
# services on/off
59
# services on/off
60
SERVICEON=$( cmdline_value serviceon )
60
SERVICEON=$( cmdline_value serviceon )
61
SERVICEOFF=$( cmdline_value serviceoff )
61
SERVICEOFF=$( cmdline_value serviceoff )
62
 
62
 
63
# Xserver configurations
63
# Xserver configurations
64
SCREEN=$( cmdline_value screen )
64
SCREEN=$( cmdline_value screen )
65
 
65
 
66
 
66
 
67
### -----------------------------------------------------------
67
### -----------------------------------------------------------
-
 
68
### Set system clock again (code copied from rc.sysinit)
-
 
69
### -----------------------------------------------------------
-
 
70
ARC=0
-
 
71
SRM=0
-
 
72
UTC=0
-
 
73
 
-
 
74
if [ -f /etc/sysconfig/clock ]; then
-
 
75
   . /etc/sysconfig/clock
-
 
76
 
-
 
77
   # convert old style clock config to new values
-
 
78
   if [ "${CLOCKMODE}" = "GMT" ]; then
-
 
79
      UTC=true
-
 
80
   elif [ "${CLOCKMODE}" = "ARC" ]; then
-
 
81
      ARC=true
-
 
82
   fi
-
 
83
fi
-
 
84
 
-
 
85
CLOCKDEF=""
-
 
86
CLOCKFLAGS="$CLOCKFLAGS --hctosys"
-
 
87
 
-
 
88
case "$UTC" in
-
 
89
    yes|true)   CLOCKFLAGS="$CLOCKFLAGS --utc"
-
 
90
                CLOCKDEF="$CLOCKDEF (utc)" ;;
-
 
91
    no|false)   CLOCKFLAGS="$CLOCKFLAGS --localtime"
-
 
92
                CLOCKDEF="$CLOCKDEF (localtime)" ;;
-
 
93
esac
-
 
94
case "$ARC" in
-
 
95
    yes|true)   CLOCKFLAGS="$CLOCKFLAGS --arc"
-
 
96
                CLOCKDEF="$CLOCKDEF (arc)" ;;
-
 
97
esac
-
 
98
case "$SRM" in
-
 
99
    yes|true)   CLOCKFLAGS="$CLOCKFLAGS --srm"
-
 
100
                CLOCKDEF="$CLOCKDEF (srm)" ;;
-
 
101
esac
-
 
102
 
-
 
103
[ -x /sbin/hwclock ] && /sbin/hwclock $CLOCKFLAGS
-
 
104
action $"Setting clock $CLOCKDEF: `date`" /bin/true
-
 
105
 
-
 
106
 
-
 
107
### -----------------------------------------------------------
68
### Configure services
108
### Configure services
69
### -----------------------------------------------------------
109
### -----------------------------------------------------------
70
 
110
 
71
### save status of services that may be disabled, 
111
### save status of services that may be disabled, 
72
#   if LiveCD mounted over NFS
112
#   if LiveCD mounted over NFS
73
if [ $NFSROOT ]; then
113
if [ $NFSROOT ]; then
74
    NFS_SERVICES="rpcidmapd NetworkManager NetworkManagerDispatcher \
114
    NFS_SERVICES="rpcidmapd NetworkManager NetworkManagerDispatcher \
75
                  netfs nfslock portmap network"
115
                  netfs nfslock portmap network"
76
    for serv in $NFS_SERVICES; do
116
    for serv in $NFS_SERVICES; do
77
	chkconfig --list $serv 2>/dev/null | grep -q ":on" && echo $serv >> /$MOUNTDIR/service.on
117
	chkconfig --list $serv 2>/dev/null | grep -q ":on" && echo $serv >> /$MOUNTDIR/service.on
78
    done
118
    done
79
fi
119
fi
80
 
120
 
81
### disable rpcidmapd, if LiveCD mounted over NFS
121
### disable rpcidmapd, if LiveCD mounted over NFS
82
if [ $NFSROOT ]; then
122
if [ $NFSROOT ]; then
83
    chkconfig rpcidmapd off >/dev/null 2>&1
123
    chkconfig rpcidmapd off >/dev/null 2>&1
84
fi
124
fi
85
 
125
 
86
### disable NetworkManager, if LiveCD mounted over NFS
126
### disable NetworkManager, if LiveCD mounted over NFS
87
if [ $NFSROOT ]; then
127
if [ $NFSROOT ]; then
88
    chkconfig NetworkManager off           >/dev/null 2>&1
128
    chkconfig NetworkManager off           >/dev/null 2>&1
89
    chkconfig NetworkManagerDispatcher off >/dev/null 2>&1 
129
    chkconfig NetworkManagerDispatcher off >/dev/null 2>&1 
90
fi
130
fi
91
 
131
 
92
### disable shutdown of network and nfs, 
132
### disable shutdown of network and nfs, 
93
# if we have the LiveCD mounted over NFS
133
# if we have the LiveCD mounted over NFS
94
if [ $NFSROOT ]; then
134
if [ $NFSROOT ]; then
95
 
135
 
96
    rm -f /etc/rc.d/rc6.d/K*netfs
136
    rm -f /etc/rc.d/rc6.d/K*netfs
97
    rm -f /etc/rc.d/rc6.d/K*nfslock
137
    rm -f /etc/rc.d/rc6.d/K*nfslock
98
    rm -f /etc/rc.d/rc6.d/K*portmap
138
    rm -f /etc/rc.d/rc6.d/K*portmap
99
    rm -f /etc/rc.d/rc6.d/K*network
139
    rm -f /etc/rc.d/rc6.d/K*network
100
 
140
 
101
    rm -f /etc/rc.d/rc0.d/K*netfs
141
    rm -f /etc/rc.d/rc0.d/K*netfs
102
    rm -f /etc/rc.d/rc0.d/K*nfslock
142
    rm -f /etc/rc.d/rc0.d/K*nfslock
103
    rm -f /etc/rc.d/rc0.d/K*portmap
143
    rm -f /etc/rc.d/rc0.d/K*portmap
104
    rm -f /etc/rc.d/rc0.d/K*network
144
    rm -f /etc/rc.d/rc0.d/K*network
105
fi
145
fi
106
 
146
 
107
### enable AFS during start up, if given by boot parameter
147
### enable AFS during start up, if given by boot parameter
108
if [ $AFS ]; then
148
if [ $AFS ]; then
109
    chkconfig afs on
149
    chkconfig afs on
110
fi
150
fi
111
 
151
 
112
### disable auto-kudzu ?
152
### disable auto-kudzu ?
113
if [ $NOKUDZU ]; then
153
if [ $NOKUDZU ]; then
114
    chkconfig kudzu-auto off
154
    chkconfig kudzu-auto off
115
fi
155
fi
116
 
156
 
117
### disable some services for fast booting
157
### disable some services for fast booting
118
if [ $FASTBOOT ]; then    
158
if [ $FASTBOOT ]; then    
119
    echo "Fast booting enabled"
159
    echo "Fast booting enabled"
120
    chkconfig vpnclient_init off  2>/dev/null
160
    chkconfig vpnclient_init off  2>/dev/null
121
    chkconfig haldaemon off       2>/dev/null
161
    chkconfig haldaemon off       2>/dev/null
122
    chkconfig pcmcia off          2>/dev/null
162
    chkconfig pcmcia off          2>/dev/null
123
    chkconfig ntpd off            2>/dev/null
163
    chkconfig ntpd off            2>/dev/null
124
    chkconfig atd off             2>/dev/null
164
    chkconfig atd off             2>/dev/null
125
    chkconfig cpuspeed off        2>/dev/null
165
    chkconfig cpuspeed off        2>/dev/null
126
    chkconfig gpm off             2>/dev/null
166
    chkconfig gpm off             2>/dev/null
127
    chkconfig messagebus off      2>/dev/null
167
    chkconfig messagebus off      2>/dev/null
128
    chkconfig avahi-daemon off    2>/dev/null
168
    chkconfig avahi-daemon off    2>/dev/null
129
    chkconfig kudzu-auto off      2>/dev/null
169
    chkconfig kudzu-auto off      2>/dev/null
130
fi
170
fi
131
 
171
 
132
### enable ntpd ?
172
### enable ntpd ?
133
if [ $NTPD ]; then
173
if [ $NTPD ]; then
134
    chkconfig ntpd on
174
    chkconfig ntpd on
135
fi
175
fi
136
 
176
 
137
### enable SSH server during start up, if given by boot parameter
177
### enable SSH server during start up, if given by boot parameter
138
if [ $SSH ]; then
178
if [ $SSH ]; then
139
    chkconfig sshd on
179
    chkconfig sshd on
140
fi
180
fi
141
 
181
 
142
### activate ipw3945d daemon, if we have Intel IPW3945 WLAN 
182
### activate ipw3945d daemon, if we have Intel IPW3945 WLAN 
143
if [ ! $NONET ]; then
183
if [ ! $NONET ]; then
144
    lspci | grep -q Intel.*3945ABG
184
    lspci | grep -q Intel.*3945ABG
145
    if [ "$?" = "0" ]; then
185
    if [ "$?" = "0" ]; then
146
	chkconfig ipw3945d on 2>/dev/null
186
	chkconfig ipw3945d on 2>/dev/null
147
    fi
187
    fi
148
fi
188
fi
149
 
189
 
150
### enable 915resolution on Intel Mobile Display controller
190
### enable 915resolution on Intel Mobile Display controller
151
#   and set resolution in /etc/sysconfig/915resolution defined by screen=
191
#   and set resolution in /etc/sysconfig/915resolution defined by screen=
152
lspci | grep -q Display.*Intel.*Mobile
192
lspci | grep -q Display.*Intel.*Mobile
153
if [ "$?" = "0" ]; then 
193
if [ "$?" = "0" ]; then 
154
    chkconfig 915resolution on 2>/dev/null
194
    chkconfig 915resolution on 2>/dev/null
155
    if [ -e /etc/sysconfig/915resolution ]; then
195
    if [ -e /etc/sysconfig/915resolution ]; then
156
	X=$( echo $SCREEN | cut -d"x" -f1 )
196
	X=$( echo $SCREEN | cut -d"x" -f1 )
157
	Y=$( echo $SCREEN | cut -d"x" -f2 )
197
	Y=$( echo $SCREEN | cut -d"x" -f2 )
158
	if [ $X ]; then
198
	if [ $X ]; then
159
	    sed -i "s|^X=.*|X=$X|" /etc/sysconfig/915resolution
199
	    sed -i "s|^X=.*|X=$X|" /etc/sysconfig/915resolution
160
	fi
200
	fi
161
	if [ $Y ]; then
201
	if [ $Y ]; then
162
	    sed -i "s|^Y=.*|Y=$Y|" /etc/sysconfig/915resolution
202
	    sed -i "s|^Y=.*|Y=$Y|" /etc/sysconfig/915resolution
163
	fi
203
	fi
164
    fi
204
    fi
165
fi
205
fi
166
 
206
 
167
### services on
207
### services on
168
if [ -n $SERVICEON ]; then
208
if [ -n $SERVICEON ]; then
169
    for service in `echo "$SERVICEON" | tr ':' ' '`; do
209
    for service in `echo "$SERVICEON" | tr ':' ' '`; do
170
	if [ -f /etc/init.d/$service ]; then
210
	if [ -f /etc/init.d/$service ]; then
171
	    chkconfig $service on
211
	    chkconfig $service on
172
	fi
212
	fi
173
    done
213
    done
174
fi
214
fi
175
 
215
 
176
### services off
216
### services off
177
if [ -n $SERVICEOFF ]; then
217
if [ -n $SERVICEOFF ]; then
178
    for service in `echo "$SERVICEOFF" | tr ':' ' '`; do
218
    for service in `echo "$SERVICEOFF" | tr ':' ' '`; do
179
	if [ -f /etc/init.d/$service ]; then
219
	if [ -f /etc/init.d/$service ]; then
180
	    chkconfig $service off
220
	    chkconfig $service off
181
	fi
221
	fi
182
    done
222
    done
183
fi
223
fi
184
 
224
 
185
 
225
 
186
### -----------------------------------------------------------
226
### -----------------------------------------------------------
187
### Main
227
### Main
188
### -----------------------------------------------------------
228
### -----------------------------------------------------------
189
 
229
 
190
### get resolv.conf, if we have the LiveCD mounted over NFS
230
### get resolv.conf, if we have the LiveCD mounted over NFS
191
if [ $NFSROOT ]; then
231
if [ $NFSROOT ]; then
192
    cp -f /$MOUNTDIR/live/etc/resolv.conf /etc/
232
    cp -f /$MOUNTDIR/live/etc/resolv.conf /etc/
193
fi
233
fi
194
 
234
 
195
### restore blacklist (modified in runveryfirst)
235
### restore blacklist (modified in runveryfirst)
196
if [ $NFSROOT ]; then
236
if [ $NFSROOT ]; then
197
    [ -e /etc/hotplug/blacklist ] && BLACKLIST_FILE=/etc/hotplug/blacklist
237
    [ -e /etc/hotplug/blacklist ] && BLACKLIST_FILE=/etc/hotplug/blacklist
198
    [ -e /etc/modprobe.d/blacklist ] && BLACKLIST_FILE=/etc/modprobe.d/blacklist
238
    [ -e /etc/modprobe.d/blacklist ] && BLACKLIST_FILE=/etc/modprobe.d/blacklist
199
    mv -f ${BLACKLIST_FILE}.backup ${BLACKLIST_FILE}
239
    mv -f ${BLACKLIST_FILE}.backup ${BLACKLIST_FILE}
200
fi
240
fi
201
 
241
 
202
### create AFS mount point
242
### create AFS mount point
203
mkdir -p /afs
243
mkdir -p /afs
204
 
244
 
205
### set afs cell, if given by boot parameter
245
### set afs cell, if given by boot parameter
206
if [ $CELL ]; then
246
if [ $CELL ]; then
207
    echo $CELL > /usr/vice/etc/ThisCell
247
    echo $CELL > /usr/vice/etc/ThisCell
208
fi
248
fi
209
 
249
 
210
### fix perm of /tmp
250
### fix perm of /tmp
211
chmod 1777 /tmp
251
chmod 1777 /tmp
212
 
252
 
213
### create home
253
### create home
214
mkdir -p /home
254
mkdir -p /home
215
 
255
 
216
### create /media, /misc, /net
256
### create /media, /misc, /net
217
mkdir -p /media /misc /net
257
mkdir -p /media /misc /net
218
 
258
 
219
### create /scratch
259
### create /scratch
220
mkdir -p /scratch
260
mkdir -p /scratch
221
chmod 1777 /scratch
261
chmod 1777 /scratch
222
 
262
 
223
### create /data
263
### create /data
224
if [ $PSI ]; then
264
if [ $PSI ]; then
225
    mkdir -p /data
265
    mkdir -p /data
226
    chmod 1777 /data
266
    chmod 1777 /data
227
fi
267
fi
228
 
268
 
229
### add PSI master
269
### add PSI master
230
if [ $PSI ]; then
270
if [ $PSI ]; then
231
    mkdir -p /mnt/master
271
    mkdir -p /mnt/master
232
    echo "pxeserv01:/master       /mnt/master             nfs     noauto,nolock,ro 0 0" >> /etc/fstab
272
    echo "pxeserv01:/master       /mnt/master             nfs     noauto,nolock,ro 0 0" >> /etc/fstab
233
fi
273
fi
234
 
274