Make system-configuration-debug
[platform/core/system/system-configuration.git] / README
1 ********** System Configuration **********
2
3 1. Introduction
4 =====
5
6 System-configuration is the set of config files.
7 System-configuration-debug is package for developer debug binary.
8
9 2. Background
10 =====
11
12 There are many profiles in Tizen and each profile wants to use their own configuration.
13 However, we don't want to divide package because of configuration difference.
14 Therefore, this package is created to use their own configuration without modifying package.
15 You can use package by modifying not original package but this package.
16
17
18 3. Principle
19 =====
20
21 1) All /configs/*.sysconf files are installed at the TZ_SYS_ETC
22 2) Existing conf files are renamed to ".bak"
23 3) sysconf files are linked to conf files
24 4) When this package is removed, ".bak" files are restored to conf files