Subversion Repositories livecd

Rev

Rev 56 | Rev 67 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 beyerle@PS 1
#!/bin/bash
2
#
3
###############################################################
4
#
5
# LiveCD customization script
6
# 
14 beyerle@PS 7
# Run this script on a SL Installation
1 beyerle@PS 8
# to prepare the system for a LiveCD 
9
#
10
# Urs Beyerle, PSI
11
#
12
###############################################################
13
 
23 beyerle@PS 14
### source livecd.conf
1 beyerle@PS 15
. livecd.conf
16
 
17
###############################################################
18
 
19
function usage() {
20
 
21
   ## Usage
22
   # ----------------------------------------------------------
23
 
24
   cat <<EOF
25
 
26
   Optional Options:
27
 
28
    -h:       print this screen
29
    -psi:     customize for PSI Live CD
30
    -dvd:     customize for Live DVD
31
    -mini:    customize for Mini Live CD
32
 
33
EOF
34
 
35
}
36
 
37
###############################################################
38
 
39
###############################################################
40
# Definitions
41
###############################################################
42
 
43
### read options from command-line
44
PSI=""
45
while [ $# -gt 0 ]; do
46
 
47
    case "$1" in
48
       -h)
49
            usage; exit;;
50
       -psi)
51
            PSI=-psi; shift; continue;;
52
       -dvd)
53
            DVD=-dvd; shift; continue;;
54
       -mini)
55
            MINI=-mini; shift; continue;;
56
       *)
57
            usage; exit;;
58
    esac
59
 
60
done
61
 
62
### arch x86_64 or i686 ?
63
ARCH=$( /bin/arch )
64
[ "$ARCH" != "x86_64" ] && ARCH=i686
65
 
23 beyerle@PS 66
### set local username for PSI
67
[ $PSI ] && LOCALUSER=l_psi
1 beyerle@PS 68
 
69
 
23 beyerle@PS 70
 
1 beyerle@PS 71
###############################################################
72
# Backup some original files
73
###############################################################
74
 
75
echo "Backup original files ..."
76
 
77
ori_files="/etc/init.d/netfs \
78
           /etc/init.d/autofs \
79
           /etc/init.d/halt \
80
           /etc/init.d/network
81
           /etc/init.d/functions \
82
           /etc/rc.d/rc.sysinit \
83
           /etc/sysconfig/afs \
84
           /etc/motd \
85
           /etc/redhat-release \
16 beyerle@PS 86
	   /etc/rc.d/rc.local \
1 beyerle@PS 87
           /etc/resolv.conf"
88
 
89
for file in $ori_files; do
90
    [ ! -e ${file}.ori ] && cp -a ${file} ${file}.ori 2>/dev/null
91
done
92
 
93
 
94
 
95
###############################################################
96
# Configure system
97
###############################################################
98
 
99
echo "Configure system ..."
100
 
101
# build nvidia kernel modules
23 beyerle@PS 102
[ -x /usr/sbin/mknvidia ] && mknvidia
1 beyerle@PS 103
 
104
# build vpnclient kernel module
23 beyerle@PS 105
[ -x /usr/sbin/mkvpnclient ] && mkvpnclient
1 beyerle@PS 106
 
107
# Update Virus definitions 
108
# run freshclam
109
if [ -x /usr/bin/freshclam ]; then
110
    echo; echo "Run /usr/bin/freshclam:"
111
    /etc/init.d/clamd status || /etc/init.d/clamd start && /usr/bin/freshclam
112
    /etc/init.d/clamd stop
113
    echo
114
fi
115
# update f-prot and uvscan
116
[ -x /usr/local/f-prot/tools/check-updates.pl ] && /usr/local/f-prot/tools/check-updates.pl
117
[ -x /usr/local/uvscan/update-dat ] && /usr/local/uvscan/update-dat
118
 
119
# run depmod -a for the LiveCD kernels
120
echo "Run depmod -a $KERNEL ..."; depmod -a $KERNEL
121
if [ $SMP ]; then
122
    echo "Run depmod -a ${KERNEL}smp ..."
123
    depmod -a ${KERNEL}smp
124
fi
125
 
126
# delete users (just to be sure)
127
userdel -r $LOCALUSER 2>/dev/null
128
userdel -r l_psi 2>/dev/null
129
userdel -r sluser 2>/dev/null
130
userdel -r user 2>/dev/null
131
 
132
# move /opt to /usr/opt and link /opt -> /usr/opt
133
# (if not already yet done before)
134
if [ ! -L /opt ]; then
135
    echo "Move /opt to /usr/opt"
136
    mv /opt /usr/
137
    ln -s /usr/opt /opt
138
fi
139
 
140
# umount PSI master
23 beyerle@PS 141
[ $PSI ] && umount /mnt/master 2>/dev/null
1 beyerle@PS 142
 
143
# copy back /etc/yum.repos.d
144
if [ ! $PSI ]; then
145
    if [ -d /etc/yum.repos.d.ori ]; then
146
	cp -a /etc/yum.repos.d.ori /etc/yum.repos.d
147
    fi
148
fi
149
 
150
# run cfagent
151
if [ $PSI ]; then
152
    # cfagent needs running afs
153
    /etc/init.d/afs start
154
    echo "Run cfagent ..."
155
    cfagent
156
fi
157
 
158
echo "done."
159
echo "--------------------------------------------"
160
 
161
 
162
 
163
###############################################################
164
# Clean up and delete files
165
###############################################################
166
 
167
echo "Cleaning up ..."
168
 
169
### set LANG
170
export LANG=C
171
 
172
### stop AFS
173
/etc/init.d/afs stop 2>/dev/null
174
 
175
### clean up yum
176
yum clean all >/dev/null
177
rm -rf /var/cache/yum/*
178
 
179
### remove cfengine log files
180
rm -f /var/cfengine/*log
181
 
182
### delete log files
183
find /var/log/ -type f -exec rm -f {} \;
184
 
185
### clean rpm database
186
rm -rf /var/lib/rpm/__db.*
187
 
188
### clean /var/spool/mail
189
rm -rf /var/spool/mail/*
190
touch /var/spool/mail/root
191
chmod 600 /var/spool/mail/root
192
 
193
### delete .cfsaved Files
194
if [ $PSI ]; then
195
    echo -n "Delete .cfsaved Files, please wait: "
196
    find / -xdev -name "*\.cfsaved" -exec rm -f {} \;
197
    echo "ok."
198
fi
199
 
200
### delete .rpmori .rpm Files in /etc
201
find /etc -name "*\.rpmorig" -exec rm -f {} \;
202
find /etc -name "*\.rpmnew"  -exec rm -f {} \;
29 beyerle@PS 203
find /etc -name "*\.rpmsave" -exec rm -f {} \;
1 beyerle@PS 204
 
205
### delete *~ files in /etc
206
find /etc | grep "~$" | while read f; do rm -f "$f"; done
207
 
208
### clean up /root
56 beyerle@PS 209
rm -f  /root/.bash_history
210
rm -f  /root/.ssh/known_hosts
211
rm -rf /root/.subversion
1 beyerle@PS 212
 
213
### clean AFS cache
214
if [ -d /usr/vice/cache ]; then
215
    rm -rf /usr/vice/cache
216
    mkdir /usr/vice/cache
217
fi
218
if [ -d /var/cache/openafs ]; then
219
    rm -rf /var/cache/openafs
220
    mkdir /var/cache/openafs
221
fi
222
 
223
### clean up /var/tmp
224
rm -rf /var/tmp/*
225
 
226
### remove root passwd
227
sed -i "s|^root:.*|root:\*:12943:0:99999:7:::|" /etc/shadow
228
sed -i "s|^root:.*:0:0|root:x:0:0|" /etc/passwd
229
 
230
### remove /.autofsck
23 beyerle@PS 231
rm -f /.autofsck
1 beyerle@PS 232
 
233
### disable cfagent
234
rm -f /etc/cron.d/cfengine
235
 
236
### disable check_update in rc.local.psi
23 beyerle@PS 237
[ $PSI ] && sed -i "s|/etc/init.d/check_update|# /etc/init.d/check_update|" /etc/rc.d/rc.local.psi
1 beyerle@PS 238
 
239
### create in /boot link to LiveCD kernel(s)
240
ln -fs /boot/vmlinuz-$KERNEL /boot/vmlinuz
241
[ $SMP ] && ln -fs /boot/vmlinuz-${KERNEL}smp /boot/vmlinuz${SMP}
242
 
243
### Files to remove
244
FILES_REMOVE="/etc/ssh/ssh_host_key \
245
              /etc/ssh/ssh_host_key.pub \
246
              /etc/ssh/ssh_host_rsa_key.pub \
247
              /etc/ssh/ssh_host_dsa_key \
248
              /etc/ssh/ssh_host_dsa_key.pub"
249
for file in $FILES_REMOVE; do
23 beyerle@PS 250
    rm -f $file
1 beyerle@PS 251
done
252
 
253
### remove useless cronjobs
254
mkdir -p /etc/cron_backup
255
mv /etc/cron.d/sysstat /etc/cron_backup/ 2>/dev/null
256
mv /etc/cron.daily/00-makewhatis.cron /etc/cron_backup/ 2>/dev/null
257
mv /etc/cron.weekly/00-makewhatis.cron /etc/cron_backup/00-makewhatis.cron.weekly 2>/dev/null
258
mv /etc/cron.daily/rpm /etc/cron_backup/ 2>/dev/null
259
mv /etc/cron.daily/slocate.cron /etc/cron_backup/ 2>/dev/null
260
mv /etc/cron.daily/tetex.cron /etc/cron_backup/ 2>/dev/null
261
mv /etc/cron.daily/yum.cron /etc/cron_backup/ 2>/dev/null
262
mv /etc/cron.daily/prelink /etc/cron_backup/ 2>/dev/null
263
mv /etc/cron.daily/00-logwatch /etc/cron_backup/ 2>/dev/null
264
 
265
### remove desktop entry from crossover
23 beyerle@PS 266
[ $PSI ] && rm -f "/usr/share/apps/kdesktop/DesktopLinks/Internet Explorer.desktop"
1 beyerle@PS 267
 
268
### remove backup of /etc/X11/xorg.conf
269
rm -f /etc/X11/xorg.conf.ori 2>/dev/null
270
rm -f /etc/X11/xorg.conf.backup 2>/dev/null
271
 
272
### remove unused dirs in /lib/modules
273
ls /lib/modules/ | grep -v $KERNEL | while read mod_dir; do
274
    rpm -qf --quiet /lib/modules/$mod_dir
275
    if [ $? != "0" ]; then
276
	if [ $mod_dir != "" ]; then
277
	    cleaned_dir=/tmp/cleaned-$( date +%Y%m%d%H%M )
278
	    mkdir -p $cleaned_dir
279
            echo "Move dir /lib/modules/$mod_dir to $cleaned_dir"
280
	    mv -f /lib/modules/$mod_dir $cleaned_dir/
281
        fi
282
    fi
283
done
284
 
285
### move some unneeded files to /mini (not for LiveDVD and miniCD)
286
if [ ! $DVD ] && [ ! $MINI ]; then
287
    # to save disk space
288
 
289
    mkdir -p /mini
290
 
291
    # move some dirs in /usr/share/doc to /mini
292
    mkdir -p /mini/usr/share/doc
293
    mv /usr/share/doc/openafs-* /mini/usr/share/doc 2>/dev/null
294
    mv /usr/share/doc/gcc-*     /mini/usr/share/doc 2>/dev/null
295
    mv /usr/share/doc/pine-*     /mini/usr/share/doc 2>/dev/null
296
    mv /usr/share/doc/ntp-*     /mini/usr/share/doc 2>/dev/null
297
 
298
    # move zipped java source to /mini, if j2sdk is installed
299
    java_src=$( rpm -ql j2sdk 2>/dev/null | grep src.zip )
300
    [ -e "$java_src" ] && mv "$java_src" /mini/
301
fi
302
 
33 beyerle@PS 303
### remove /etc/rc.d/init.d/login (should only be on Mini LiveCD)
304
##  this will be obsolete soon.
305
rm -f /etc/rc.d/init.d/login
306
 
307
 
1 beyerle@PS 308
echo "done."
309
echo "--------------------------------------------"
310
 
311
 
312
 
313
###############################################################
314
# Modify files
315
###############################################################
316
 
317
echo "Modify files ..."
318
 
319
### remove AFS startup warning about cache
23 beyerle@PS 320
[ $PSI ] && sed  -i "/\!\!\!/d" /etc/init.d/afs
1 beyerle@PS 321
 
322
### disable umount of loop device during shutdown
323
#   this is done really dirty at the moment:
324
#    -> just replace "loop" with non existing device "lo_fake"
325
 
326
[ -e /etc/init.d/netfs ]     && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/netfs
327
[ -e /etc/init.d/autofs ]    && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/autofs
328
[ -e /etc/init.d/halt ]      && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/halt
329
[ -e /etc/init.d/functions ] && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/functions
330
 
331
# do not shuttdown loopback interface
332
sed -i "s|[^#]action \$\"Shutting down loopback interface:|\t#action \$\"Shutting down loopback interface:|" /etc/init.d/network
333
 
334
### copy new /etc/init.d/halt 
335
cp -a customize/sl${OS_RELEASE}/halt /etc/init.d/halt
336
 
337
### in /etc/rc.d/rc.sysinit
338
#   comment out 'initlog -c "fsck -T -a $rootdev $fsckoptions"' 
339
#   to disable fsck of root filesystem
340
sed -i "s|\tfsck -T -a \$rootdev|\tsleep 0; #fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
341
sed -i "s|\tinitlog -c \"fsck -T -a \$rootdev|\tsleep 0; #initlog -c \"fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
342
#   disable "Remounting root filesystem in read-write mode"
343
sed -i "s| action \$\"Remounting root filesystem|#action \$\"Remounting root filesystem|" /etc/rc.d/rc.sysinit
344
 
345
### start afs with option -memcache !
346
if [ -e /etc/sysconfig/afs ]; then
347
    if [ $PSI ]; then
348
	sed -i "s|^EXTRA_OPTIONS=.*|EXTRA_OPTIONS='-fakestat -memcache'|" /etc/sysconfig/afs
349
    else
350
	grep -q "\-fakestat \-memcache" /etc/sysconfig/afs
351
	if [ "$?" != "0" ]; then
352
	    sed -i "s|-fakestat|-fakestat -memcache|" /etc/sysconfig/afs
353
	fi
354
    fi
355
fi
356
 
357
### source /etc/sysconfig/cfengine
358
[ $PSI ] && . /etc/sysconfig/cfengine
359
 
360
### Set /etc/motd
23 beyerle@PS 361
LiveCD="LiveCD"
362
[ "$ARCH" = "x86_64" ] && LiveCD="LiveCD 64bit"
363
echo "Welcome to $LIVECD_OS ${LiveCD}" > /etc/motd
364
[ $PSI ] && echo "Welcome to PSI ${LiveCD} (${CLASS} ${SUBCLASS} SL${RELEASE})" > /etc/motd
1 beyerle@PS 365
 
366
### Set hostname to psi or slinux (not really necessary)
367
if [ $PSI ]; then
368
    HOSTNAME="psi"
369
    sed -i "s/hostname=.*/hostname=${HOSTNAME}.psi.ch/" /etc/ssmtp/ssmtp.conf
370
    sed -i "s/HOSTNAME=.*/HOSTNAME=${HOSTNAME}/" /etc/sysconfig/cfengine
371
else
23 beyerle@PS 372
    HOSTNAME="$DEFAULT_HOSTNAME"
373
fi
1 beyerle@PS 374
 
375
# change hostname
376
sed -i "s/HOSTNAME=.*/HOSTNAME=${HOSTNAME}/" /etc/sysconfig/network
377
sed -i "s/DHCP_HOSTNAME=.*/DHCP_HOSTNAME==${HOSTNAME}/" /etc/sysconfig/networking/devices/ifcfg-eth0 2>/dev/null
378
 
379
### Modify /etc/redhat-release
380
ADD=" - LiveCD"
381
grep -q "$ADD" /etc/redhat-release
382
if [ "$?" != "0" ]; then
383
    echo "$( cat /etc/redhat-release )${ADD}" > /etc/redhat-release
384
fi
23 beyerle@PS 385
[ $DVD ] && sed -i "s|CD|DVD|" /etc/redhat-release
1 beyerle@PS 386
 
387
### Make scratch
388
if [ $PSI ]; then
389
    rm -rf /home/scratch
390
    mkdir -p /home/scratch
391
    chmod 1777 /home/scratch
392
    rm -rf /scratch
393
    ln -s /home/scratch /scratch
394
else
395
    rm -rf /home/scratch
396
    rm -rf /scratch
397
    mkdir -p /scratch
398
    chmod 1777 /scratch
399
fi
400
 
401
### set default runlevel to $RUNLEVEL
402
if [ $RUNLEVEL ]; then
403
    sed -i "s/id:.:initdefault:/id:$RUNLEVEL:initdefault:/" /etc/inittab
404
fi
405
 
406
### edit /etc/sysconfig/desktop
407
if [ $DESKTOP ]; then
408
    sed -i "/^DESKTOP=.*/d" /etc/sysconfig/desktop 2&>/dev/null
409
    echo "DESKTOP=$DESKTOP" >> /etc/sysconfig/desktop
410
fi
411
if [ $DISPLAYMANAGER ]; then
412
    sed -i "/^DISPLAYMANAGER=.*/d" /etc/sysconfig/desktop 2&>/dev/null
413
    echo "DISPLAYMANAGER=$DISPLAYMANAGER" >> /etc/sysconfig/desktop
414
fi
415
 
416
### GDM login background
417
if [ -e /usr/share/gdm/themes/SL/background.png ]; then
418
    cp -a customize/sl${OS_RELEASE}/background.png /usr/share/gdm/themes/SL/background.png
419
fi
420
 
421
### KDE default background
422
if [ ! $PSI ]; then
423
    if [ -e /usr/share/backgrounds/images/default.png ]; then
424
	cp -a customize/sl${OS_RELEASE}/default.png /usr/share/backgrounds/images/default.png
425
    fi
426
fi
427
 
428
### KDE startup/exit sound
429
if [ -e /usr/share/config/knotify.eventsrc ]; then
430
    cp -a customize/sl/knotify.eventsrc /usr/share/config/knotify.eventsrc
431
    cp -a customize/sl/kmixrc /usr/share/config/kmixrc
432
fi
433
 
434
### KDE session manager; start at login
435
#   kmix, krandrtray
436
if [ -e /usr/share/config/ksmserverrc ]; then
437
    cp -a customize/sl/ksmserverrc /usr/share/config/ksmserverrc
438
fi    
439
 
440
### Configure SELinux
441
if [ $SELINUX ]; then
442
    if [ -e /etc/selinux/config ]; then
443
	sed -i "s|^SELINUX=.*|SELINUX=$SELINUX|" /etc/selinux/config
444
    fi
445
fi
446
 
447
### Do not like jumping CD icon when starting autorun.desktop
448
if [ -e /etc/skel/.kde/Autostart/Autorun.desktop ]; then
449
    grep -q "StartupNotify=false" /etc/skel/.kde/Autostart/Autorun.desktop
450
    if [ "$?" != "0" ]; then
451
	echo "StartupNotify=false" >> /etc/skel/.kde/Autostart/Autorun.desktop
452
    fi
453
fi
454
 
455
echo "done."
456
echo "--------------------------------------------"
457
 
458
 
459
 
460
###############################################################
461
# Add-ons
462
###############################################################
463
 
464
echo "Add-ons ..."
465
 
466
### System icon on desktop
467
if [ -d /usr/share/apps/kdesktop/DesktopLinks ]; then
468
    cp -a customize/System.desktop /usr/share/apps/kdesktop/DesktopLinks/
469
fi
470
 
471
### files for PSI User, will be copied during bootup to /home/$LOCALUSER/
472
if [ $PSI ]; then
473
    rm -rf /usr/share/$LOCALUSER
474
    cp -a customize/$LOCALUSER /usr/share/
475
fi
476
 
477
### psi-menu, psi-scanvirus
478
if [ $PSI ]; then
479
    cp -a customize/psi/psi-menu /usr/bin/
480
    cp -a customize/psi/psi-scanvirus /usr/bin/
481
    [ -d /usr/local/uvscan ] && cp -a customize/psi/update-dat /usr/local/uvscan/
482
    [ -x /usr/bin/freshclam ] && cp -a customize/psi/psi-freshclam /usr/bin/
483
fi
484
 
23 beyerle@PS 485
### script to install LiveCD on local harddisk
31 beyerle@PS 486
cp -a customize/livecd-install  /usr/bin/
16 beyerle@PS 487
 
52 beyerle@PS 488
### GUI for livecd-install
55 beyerle@PS 489
cp -a customize/livecd-install-gui/livecd-install-gui /usr/sbin/
66 beyerle@PS 490
ln -fs consolehelper /usr/bin/livecd-install-gui
55 beyerle@PS 491
cp -a customize/livecd-install-gui/livecd-install-gui.desktop /usr/share/applications/
492
cp -a customize/livecd-install-gui/livecd-install-gui.console.apps /etc/security/console.apps/livecd-install-gui
493
cp -a customize/livecd-install-gui/livecd-install-gui.pam.d /etc/pam.d/livecd-install-gui
52 beyerle@PS 494
 
55 beyerle@PS 495
 
23 beyerle@PS 496
### livecd-mkinitrd (used by livecd-install)
20 beyerle@PS 497
if [ -e customize/sl${OS_RELEASE}/livecd-mkinitrd ]; then
498
    cp -a customize/sl${OS_RELEASE}/livecd-mkinitrd /usr/sbin/
499
else
500
    cp -a /sbin/mkinitrd /usr/sbin/livecd-mkinitrd
501
fi
502
 
503
 
1 beyerle@PS 504
echo "done."
505
echo "--------------------------------------------"
506
 
507
 
508
 
509
###############################################################
510
# Create special files
511
###############################################################
512
 
513
echo "Create special files ..."
514
 
515
###############################################################
516
# /etc/rc.d/init.d/kudzu-auto
517
### Noninteractive HW detection and configuration
518
 
519
cp -a customize/kudzu-auto /etc/init.d/kudzu-auto
520
chmod +x /etc/rc.d/init.d/kudzu-auto
521
ln -sf /etc/rc.d/init.d/kudzu-auto /etc/rc.d/rc5.d/S04kudzu-auto
522
ln -sf /etc/rc.d/init.d/kudzu-auto /etc/rc.d/rc3.d/S04kudzu-auto
523
 
524
 
525
###############################################################
526
# /etc/rc.d/init.d/runveryfirst
527
### Fix some things during bootup - run VERY first
528
# runveryfirst will run at the begining of /etc/rc.d/rc.sysinit
529
 
530
cp -a customize/runveryfirst /etc/init.d/runveryfirst
531
chmod +x /etc/rc.d/init.d/runveryfirst
532
 
533
# execute runveryfirst just before "Initialize hardware"
534
grep -q runveryfirst /etc/rc.d/rc.sysinit
535
if [ "$?" != "0" ]; then
536
    sed -i -e "/^# Initialize hardware/a\/etc\/init.d\/runveryfirst" /etc/rc.d/rc.sysinit
537
fi
538
 
539
 
540
###############################################################
541
# /etc/rc.d/init.d/runfirst
542
### Fix some things during bootup - run first
543
# runfirst will run at the end of /etc/rc.d/rc.sysinit
544
 
545
cp -a customize/runfirst /etc/init.d/runfirst
546
chmod +x /etc/rc.d/init.d/runfirst
547
 
548
sysinit_line="/etc/rc.d/init.d/runfirst"
549
grep -q "$sysinit_line" /etc/rc.d/rc.sysinit
550
if [ "$?" != "0" ]; then
551
    echo "$sysinit_line" >> /etc/rc.d/rc.sysinit
552
    echo >> /etc/rc.d/rc.sysinit
553
fi
554
 
14 beyerle@PS 555
 
1 beyerle@PS 556
###############################################################
557
# /etc/rc.d/init.d/runlast
558
### Fix some things during bootup - run last
559
 
560
cp -a customize/runlast /etc/init.d/runlast
561
chmod +x /etc/rc.d/init.d/runlast
562
 
563
### Add /etc/rc.d/init.d/runlast to rc.local
564
LINE=/etc/rc.d/init.d/runlast
565
grep -q $LINE /etc/rc.d/rc.local
566
if [ "$?" != "0" ]; then
567
    # add line
568
    echo "" >> /etc/rc.d/rc.local
569
    echo $LINE >> /etc/rc.d/rc.local
570
    echo "" >> /etc/rc.d/rc.local    
571
fi
572
 
14 beyerle@PS 573
 
1 beyerle@PS 574
###############################################################
575
# /usr/bin/save-localdata
576
### stores data on a usbstick
577
cp -a customize/save-localdata /usr/bin/save-localdata
578
chmod +x /usr/bin/save-localdata
579
 
580
# add /usr/bin/save-localdata to /etc/sudoers
581
grep -q "save-localdata" /etc/sudoers 2>/dev/null
582
if [ "$?" != "0" ]; then
583
    echo "$LOCALUSER ALL = NOPASSWD: /usr/bin/save-localdata" >> /etc/sudoers
584
fi
585
 
586
# create menu entry
587
cp -a customize/save-localdata.desktop /usr/share/applications/
588
 
14 beyerle@PS 589
 
1 beyerle@PS 590
###############################################################
591
# /usr/bin/set-volume
592
### unmute all mixers and set volumes
593
cp -a customize/set-volume /usr/bin/set-volume
594
chmod +x /usr/bin/set-volume
595
 
14 beyerle@PS 596
 
1 beyerle@PS 597
###############################################################
598
# /etc/sysconfig/networking/devices/ifcfg-eth0
599
# /etc/sysconfig/networking/devices/ifcfg-eth1
600
 
601
for iface in eth0 eth1; do 
602
 
603
    # remove it first
604
    rm -f /etc/sysconfig/networking/devices/ifcfg-${iface} 2>/dev/null
605
    rm -f /etc/sysconfig/networking/profiles/default/ifcfg-${iface} 2>/dev/null
606
    rm -f /etc/sysconfig/network-scripts/ifcfg-${iface} 2>/dev/null
607
 
608
    # create it, if we have a sample
609
    if [ -e customize/sl${OS_RELEASE}/ifcfg-${iface} ]; then
610
	cp -a customize/sl${OS_RELEASE}/ifcfg-${iface} /etc/sysconfig/networking/devices/ifcfg-${iface}
611
        # make hard links
612
	cp -lf /etc/sysconfig/networking/devices/ifcfg-${iface} /etc/sysconfig/networking/profiles/default/
613
	cp -lf /etc/sysconfig/networking/devices/ifcfg-${iface} /etc/sysconfig/network-scripts/
614
    fi
615
done
616
 
617
 
618
###############################################################
619
# /etc/profile.d/setsysfont.sh
620
### setsysfont 
621
cat > /etc/profile.d/setsysfont.sh <<EOF
622
# setsysfont once
623
if [ ! -e /tmp/.sysfont_has_been_set ]; then
624
    touch /tmp/.sysfont_has_been_set
625
    /bin/setfont 2>/dev/null
626
    /sbin/setsysfont 2>/dev/null
627
fi
628
EOF
629
chmod 755 /etc/profile.d/setsysfont.sh
630
 
14 beyerle@PS 631
 
1 beyerle@PS 632
###############################################################
633
# /etc/profile.d/setsysfont.csh
634
### setsysfont 
635
cat > /etc/profile.d/setsysfont.csh <<EOF
636
# setsysfont once
637
if ( ! -e /tmp/.sysfont_has_been_set ) then
638
    touch /tmp/.sysfont_has_been_set
639
    /bin/setfont 2>/dev/null
640
    /sbin/setsysfont 2>/dev/null
641
endif
642
EOF
643
chmod 755 /etc/profile.d/setsysfont.csh
644
 
14 beyerle@PS 645
 
1 beyerle@PS 646
###############################################################
647
# /etc/cron.d/psi
648
### PSI specific cronjobs
649
 
14 beyerle@PS 650
if [ $PSI ]; then
651
    cp -a customize/psi/cron_psi /etc/cron.d/psi
652
    chmod +x /etc/cron.d/psi
1 beyerle@PS 653
fi
654
 
655
echo "done."
656
echo "--------------------------------------------"
657
 
658
 
659
 
660
###############################################################
661
# Configure services
662
###############################################################
663
 
664
echo "Configure services ..."
665
 
23 beyerle@PS 666
### services off
1 beyerle@PS 667
 
668
if [ $PSI ]; then
669
    chkconfig cfenvd off 2>/dev/null
670
    chkconfig cfexecd off 2>/dev/null
671
    chkconfig cfservd off 2>/dev/null
672
fi
673
if [ ! "$SERVICES_OFF" = "" ]; then
674
    for service in $SERVICES_OFF; do
675
	chkconfig $service off 2>/dev/null
676
    done
677
fi
678
# we do kudzu-auto
679
chkconfig kudzu off 
680
 
681
 
23 beyerle@PS 682
### services on
1 beyerle@PS 683
 
684
if [ $PSI ]; then
685
    chkconfig vpnclient_init on 2>/dev/null
686
fi
687
if [ ! "$SERVICES_ON" = "" ]; then
688
    for service in $SERVICES_ON; do
689
	chkconfig $service on 2>/dev/null
690
    done
691
fi
692
 
693
echo "done."
694
echo "--------------------------------------------"
695
 
696
 
697
###############################################################
698
# Empty files
699
###############################################################
700
 
701
echo "Empty files ..."
702
 
703
### /etc/security/users
704
if [ $PSI ]; then
705
    rm -f /etc/security/users
706
    touch /etc/security/users
707
fi
708
 
709
### Files to empty
710
FILES_TOUCH="/etc/sysconfig/hwconf \
711
             /etc/resolv.conf \
712
             /etc/adjtime \
713
             /etc/modprobe.conf \
714
             /etc/dhclient-eth0.conf"
715
 
716
for file in $FILES_TOUCH; do
717
    rm -rf $file
718
    touch $file
719
done
720
 
721
echo "done."
722
echo "--------------------------------------------"
723
 
724
 
725
###############################################################
726
# Update locate db, prelink, makewhatis
727
###############################################################
728
 
729
### run slocate
730
if [ -x /usr/bin/updatedb ]; then
731
    echo "Run updatedb..."
732
    . /etc/updatedb.conf 2>/dev/null
733
    rpm -q mlocate >/dev/null
734
    if [ "$?" = "0" ]; then
41 beyerle@PS 735
	/usr/bin/updatedb -e "/media /sfs /tmp /boot /livecd /home /net /trunk"
1 beyerle@PS 736
    else
41 beyerle@PS 737
	/usr/bin/updatedb -e /media,/tmp,/boot,/livecd,/home,/net,/trunk
1 beyerle@PS 738
    fi
739
    echo "done."
740
fi
741
 
742
### run prelink
743
if [ -x /etc/cron.daily/prelink ]; then
744
    echo "Run prelink..."
745
    /etc/cron.daily/prelink
746
    echo "done."
747
fi
748
if [ -x /etc/cron_backup/prelink ]; then
749
    echo "Run prelink..."
750
    /etc/cron_backup/prelink
751
    echo "done."
752
fi
23 beyerle@PS 753
 
754
### clean prelink log
1 beyerle@PS 755
rm -f /var/log/prelink/prelink.log 2>/dev/null
756
rm -f /var/log/prelink.log 2>/dev/null
757
 
758
### run makewhatis
759
if [ -x /usr/bin/makewhatis ]; then
760
    echo "Run makewhatis..."
761
    makewhatis -u -w
762
fi
763
 
764
echo "done."
765
echo "--------------------------------------------"
766
 
767
###############################################################