1
0
This commit is contained in:
Daniel Tartavel
2019-03-27 23:13:40 +01:00
parent 1c3749325b
commit 17cb092b9a
21 changed files with 1689 additions and 12 deletions

23
init.d/mandrake_firstime Normal file
View File

@@ -0,0 +1,23 @@
#!/bin/sh
# Description: Launch Mageia Configuration for the first time.
# (c) Mandriva, Chmouel Boudjnah <chmouel@mandriva.com>
# $Id$
FLO=/var/log/first_boot_log
touch $FLO
. /etc/rc.d/init.d/functions
# If fail erase the temporary file
trap 'rm -f /var/lock/TMP_1ST' 1 2 3 15
SYSTEM=
[ -s $FLO ] || rm -f $FLO
# Finish
rm -f /var/lock/TMP_1ST