diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-19 12:15:58 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-19 12:15:58 +0000 |
commit | ada5a8d291f4cdbcbdd772119887912d71a47d67 (patch) | |
tree | 4b74539c8cff21e2405228ffbf0dc1727a903983 /configurations.yaml | |
parent | c0171a551a13a1e7aeea55b38b961453a9fba879 (diff) | |
download | kickstarter-ada5a8d291f4cdbcbdd772119887912d71a47d67.tar.gz kickstarter-ada5a8d291f4cdbcbdd772119887912d71a47d67.tar.bz2 kickstarter-ada5a8d291f4cdbcbdd772119887912d71a47d67.zip |
add handset
Diffstat (limited to 'configurations.yaml')
-rw-r--r-- | configurations.yaml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/configurations.yaml b/configurations.yaml index 0466ded..33e651b 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -25,12 +25,27 @@ CORE: - MeeGo X Window System NoChrootScripts: - buildname +HANDSET: + PartSize: 1700 + BootloaderAppend: "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160" + BootloaderTimeout: 2 + Groups: + - X for Netbooks + - Virtual Machine Support + - Printing + - Games + - MeeGo Netbook Desktop + Kernel: kernel + PostScripts: + - prelink + - cleanup + NoChrootScripts: + - buildname + Architecture: ia32 NETBOOK: - PartSize: 1900 + PartSize: 3000 BootloaderAppend: "quiet" BootloaderTimeout: 0 - PostScripts: - - cleanup Groups: - X for Netbooks - Virtual Machine Support |