summaryrefslogtreecommitdiff
path: root/configurations.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configurations.yaml')
-rw-r--r--configurations.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/configurations.yaml b/configurations.yaml
new file mode 100644
index 0000000..34cb82d
--- /dev/null
+++ b/configurations.yaml
@@ -0,0 +1,54 @@
+ExternalConfigs:
+ - handset
+ - ivi
+
+Default:
+ Baseline: tizen-0.0
+ FileSystem: ext3
+ Active: True
+ Language: en_US.UTF-8
+ Keyboard: us
+ SaveRepos: True
+ Timezone: America/Los_Angeles
+ RootPass: tizen
+ DefaultUser: tizen
+ DefaultUserPass: tizen
+ PartSize: 1900
+ BootloaderOptions: ""
+
+Handset:
+ PartSize: 1024
+ Bootloader: True
+ BootloaderAppend: "rootdelay=5"
+ BootloaderTimeout: 0
+ SaveRepos: True
+ Architecture: ia32
+ Desktop: None
+ Groups:
+ - Base System
+ - Base X Server
+ - Tizen UI
+ - Tizen APIs
+ - Development Tools
+ Repos:
+ - Tizen-base
+ - Tizen-main
+ - Tizen-base-debug
+ - Tizen-main-debug
+
+IVI:
+ PartSize: 2200
+ Bootloader: True
+ BootloaderAppend: "quiet"
+ BootloaderTimeout: 0
+ SaveRepos: True
+ StartX: False
+ Architecture: ia32
+ Desktop: None
+ Mic2Options: -f raw
+ Groups:
+ - Base System
+ Repos:
+ - Tizen-base
+ - Tizen-main
+ - Tizen-ivi