[SCM] GUI front-end for Debian Live. branch, master, updated. 895341555e23ed56ed364f1e1db8e0c7c68c528d

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 15 22:22:50 UTC 2008


The following commit has been merged in the master branch:
commit 895341555e23ed56ed364f1e1db8e0c7c68c528d
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Aug 15 23:17:38 2008 +0100

    Add LH_WIN32_LOADER option to spec.py

diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index 340afb0..fd1aa52 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -44,6 +44,7 @@ spec = {
         'LH_ISO_VOLUME': str,
         'LH_JFFS2_ERASEBLOCK': str,
         'LH_MEMTEST': str,
+        'LH_WIN32_LOADER': bool,
         'LH_NET_ROOT_FILESYSTEM': str,
         'LH_NET_ROOT_MOUNTOPTIONS': str,
         'LH_NET_ROOT_PATH': str,
@@ -156,4 +157,4 @@ constructor_args = ('apt', 'apt-ftp-proxy', 'apt-http-proxy', 'apt-pdiffs',
     'root-command', 'use-fakeroot', 'sections', 'security', 'source',
     'source-images', 'symlinks', 'syslinux-splash', 'syslinux-timeout',
     'syslinux-menu', 'sysvinit', 'tasksel', 'tasks', 'templates',
-    'union-filesystem', 'exposed-root', 'username')
+    'union-filesystem', 'exposed-root', 'username', 'win32-loader')

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list