From 98a6484a107f34a782e028668f8b5519de97233a Mon Sep 17 00:00:00 2001 From: Li Yi Date: Thu, 24 Mar 2011 17:54:47 +0800 Subject: fix the kickstart.tmpl and kickstarter, import additional options. now it supports kickstart magic; on top the line evaluated by mic2 Signed-off-by: Li Yi --- configurations.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configurations.yaml') diff --git a/configurations.yaml b/configurations.yaml index bfd1631..13bb538 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -29,6 +29,7 @@ N900: Part: n900 BootloaderTimeout: BootloaderAppend: + StartX: True Groups: - MeeGo Core - Minimal MeeGo X Window System @@ -52,6 +53,7 @@ MFLD: BootloaderAppend: "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160" BootloaderTimeout: 2 Bootloader: True + StartX: True Groups: - MeeGo Core - Minimal MeeGo X Window System @@ -77,6 +79,7 @@ IVI: BootloaderAppend: "quiet" BootloaderTimeout: 0 Session: "/usr/bin/startivi" + StartX: True Groups: - X for IVI Kernel: kernel-adaptation-intel-automotive @@ -91,6 +94,7 @@ NETBOOK: Bootloader: True BootloaderAppend: "quiet" BootloaderTimeout: 0 + StartX: True Groups: - X for Netbooks - Virtual Machine Support @@ -112,6 +116,7 @@ Configurations: Platform: IVI Desktop: X-IVI FileName: ivi-ia32 + Mic2Options: -f livecd Groups: - MeeGo IVI Desktop - MeeGo Base Development @@ -128,6 +133,7 @@ Configurations: Platform: IVI Desktop: X-IVI FileName: ivi-ia32 + Mic2Options: -f livecd Groups: - MeeGo IVI Desktop - MeeGo Base Development @@ -144,6 +150,7 @@ Configurations: Platform: NETBOOK Desktop: meego FileName: netbook-ia32 + Mic2Options: -f livecd Groups: - MeeGo Netbook Desktop - Base Double Byte IME Support @@ -159,6 +166,7 @@ Configurations: Baseline: "1.1.80" Platform: N900 FileName: handset-armv7l-n900-devel + Mic2Options: -f raw --save-kernel --arch=armv7l Architecture: armv7l Desktop: DUI Session: "/usr/bin/mcompositor" @@ -178,6 +186,7 @@ Configurations: Baseline: "1.1.80" Platform: N900 FileName: handset-armv7l-n900 + Mic2Options: -f raw --save-kernel --arch=armv7l Architecture: armv7l Desktop: DUI Session: "/usr/bin/mcompositor" @@ -198,6 +207,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-mtf-devel + Mic2Options: -f nand Kernel: kernel-adaptation-medfield Architecture: ia32 Desktop: DUI @@ -214,6 +224,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-pinetrail-mtf + Mic2Options: -f livecd Kernel: kernel Architecture: ia32 Desktop: DUI @@ -224,6 +235,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-mtf + Mic2Options: -f nand Kernel: kernel-adaptation-medfield Architecture: ia32 Desktop: DUI -- cgit v1.2.3 From 5ddc7da14175c4a7fa03e360fb28d620eb37e96b Mon Sep 17 00:00:00 2001 From: Li Yi Date: Sat, 26 Mar 2011 22:08:19 +0800 Subject: add a new keyword 'FileSystem', based on the updated static '.ks' file furthormore, just one '\n' there enough --- configurations.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'configurations.yaml') diff --git a/configurations.yaml b/configurations.yaml index 13bb538..1534bed 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -9,6 +9,7 @@ Default: DefaultUser: meego DefaultUserPass: meego PartSize: 1900 + FileSystem: ext3 PostScripts: - rpm Groups: -- cgit v1.2.3 From 935e403a1306bbea01dd8568ceddf6db54dc73bd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 31 Mar 2011 07:46:42 -0700 Subject: add external files --- configurations.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configurations.yaml') diff --git a/configurations.yaml b/configurations.yaml index 1534bed..30936c6 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -1,3 +1,5 @@ +ExternalConfigs: + - ex Default: Active: True Language: en_US.UTF-8 -- cgit v1.2.3