[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:35 UTC 2010


The following commit has been merged in the master branch:
commit c2eb34284ac239492e4efd602d7015186e943c76
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 14:43:06 2010 -0400

    Fix name of --bootappend-live
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/config/models.py b/live_studio/config/models.py
index ffa4662..e270eec 100644
--- a/live_studio/config/models.py
+++ b/live_studio/config/models.py
@@ -96,6 +96,6 @@ class Config(models.Model):
             '--binary-images', self.media_type,
             '--debian-installer', self.installer,
             '--language', language,
-            '--bootappend_live',
+            '--bootappend-live',
                 'locale=%s keyb=%s' % (self.locale, self.keyboard_layout),
         )

-- 
live-studio



More information about the debian-live-changes mailing list