The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Category:Kickstart
From Mer Wiki
(Difference between revisions)
(Added few notes about generating kickstart files from yaml) |
|||
Line 1: | Line 1: | ||
kickstart files are used by [[:Category:mic2|mic2]] to define the content and configuration of an [[:Category:image|image]] | kickstart files are used by [[:Category:mic2|mic2]] to define the content and configuration of an [[:Category:image|image]] | ||
− | Ideally they are generated by [[kickstarter]] yaml files | + | Ideally they are generated by [[kickstarter]] from yaml files: |
+ | # Run the following inside the Mer SDK | ||
+ | sudo zypper install mer-kickstarter mer-kickstarter-configs | ||
+ | mkdir /tmp/out-ks | ||
+ | cd /usr/share/kickstarter-configs | ||
+ | mer-kickstarter -o /tmp/out-ks -c mer-reference-images/00reference.yaml | ||
+ | |||
+ | References: | ||
+ | * Mer Core base/reference YAMLs: http://gitweb.merproject.org/gitweb?p=mer-core/mer-kickstarter-configs.git;a=summary | ||
* Mer base kickstart file git repo: http://releases.merproject.org/~carsten/mer-core-i586.ks [[Category:FIXME]]??? | * Mer base kickstart file git repo: http://releases.merproject.org/~carsten/mer-core-i586.ks [[Category:FIXME]]??? | ||
* MeeGo wiki: http://wiki.meego.com/Image_Configurations_-_KickStart_Files | * MeeGo wiki: http://wiki.meego.com/Image_Configurations_-_KickStart_Files |
Revision as of 13:13, 1 August 2012
kickstart files are used by mic2 to define the content and configuration of an image
Ideally they are generated by kickstarter from yaml files:
# Run the following inside the Mer SDK sudo zypper install mer-kickstarter mer-kickstarter-configs mkdir /tmp/out-ks cd /usr/share/kickstarter-configs mer-kickstarter -o /tmp/out-ks -c mer-reference-images/00reference.yaml
References:
- Mer Core base/reference YAMLs: http://gitweb.merproject.org/gitweb?p=mer-core/mer-kickstarter-configs.git;a=summary
- Mer base kickstart file git repo: http://releases.merproject.org/~carsten/mer-core-i586.ks???
- MeeGo wiki: http://wiki.meego.com/Image_Configurations_-_KickStart_Files
- The Fedora kickstart page http://fedoraproject.org/wiki/Anaconda/Kickstart for more details
Pages in category "Kickstart"
The following 2 pages are in this category, out of 2 total.