diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | configurations.yaml | 1 | ||||
-rw-r--r-- | kickstart.pyc | bin | 8105 -> 8065 bytes | |||
-rw-r--r-- | repos.yaml | 2 |
4 files changed, 5 insertions, 2 deletions
@@ -12,8 +12,8 @@ all: $(TEMPLATE_MODS) $(CHEETAH) compile --settings='useStackFrames=False' $< -ks: $(TEMPLATES) ../images.yaml - python kickstarter.py -m ../images.yaml +ks: $(TEMPLATES) configurations.yaml repos.yaml + python kickstarter.py -c configurations.yaml -r repos.yaml clean: rm -f $(TEMPLATE_MODS) diff --git a/configurations.yaml b/configurations.yaml index cd94271..2bbdd16 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -42,6 +42,7 @@ NETBOOK: - adobe - meego-core-1.0 - meego-netbook-1.0 + - meego-extra-1.0 PostScripts: - prelink ExtraPackages: diff --git a/kickstart.pyc b/kickstart.pyc Binary files differindex 1d36785..5ff3f78 100644 --- a/kickstart.pyc +++ b/kickstart.pyc @@ -1,6 +1,8 @@ Repositories: - Name: meego-core-1.0 Url: http://repo.meego.com/MeeGo/release/1.0/core/repo/ia32/os/ + - Name: meego-extra-1.0 + Url: http://repo.meego.com/MeeGo/release/1.0/exra/repo/ia32/os/ - Name: meego-netbook-1.0 Url: http://repo.meego.com - Name: adobe |