Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/live.py
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-05-03 13:23:11 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-05-03 13:23:11 (GMT)
commitd2b2cd989b413264e9ec8f929f1ddcec7204894e (patch)
tree33036f8a75d98849102f83f75be9e645bff78799 /live.py
parent2eec07da31f92bf3455c76ce71f4e4c030791d38 (diff)
add new base and desktop file and adjust build file
Diffstat (limited to 'live.py')
-rw-r--r--live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/live.py b/live.py
index d2c3cb6..108daf9 100644
--- a/live.py
+++ b/live.py
@@ -23,7 +23,7 @@ def main():
print 'Image %s exist already' % image_name
sys.exit(2)
- ks = imgcreate.read_kickstart(os.path.join(base_dir, 'soas.ks'))
+ ks = imgcreate.read_kickstart(os.path.join(base_dir, 'soas-sugar.ks'))
creator = imgcreate.LiveImageCreator(ks, image_name, image_name)
try: