1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__mageia4arm/init.d/mandrake_firstime

24 lines
358 B
Plaintext
Raw Permalink Normal View History

2019-03-27 23:13:40 +01:00
#!/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