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

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 12 20:41:38 UTC 2008


The following commit has been merged in the master branch:
commit e5ec8032dc167e17812a193d78bd80a660c9f526
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Aug 12 21:40:25 2008 +0100

    Add LH_DEBIAN_INSTALLER_PRESEEDFILE/--debian-installer-preseedfile option.

diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index b8a5a5a..340afb0 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -34,6 +34,7 @@ spec = {
         'LH_CHROOT_BUILD': bool,
         'LH_DEBIAN_INSTALLER': bool,
         'LH_DEBIAN_INSTALLER_DISTRIBUTION': str,
+        'LH_DEBIAN_INSTALLER_PRESEEDFILE': str,
         'LH_ENCRYPTION': str,
         'LH_GRUB_SPLASH': str,
         'LH_HOSTNAME': str,
@@ -141,7 +142,8 @@ constructor_args = ('apt', 'apt-ftp-proxy', 'apt-http-proxy', 'apt-pdiffs',
     'breakpoints', 'cache', 'cache-indices', 'cache-packages', 'cache-stages',
     'checksums', 'chroot-build', 'chroot-filesystem', 'conffile', 'debconf-frontend',
     'debconf-nowarnings', 'debconf-priority', 'debian-installer',
-    'debian-installer-distribution', 'distribution', 'encryption', 'fdisk', 'genisoimage',
+    'debian-installer-distribution', 'debian-installer-preseedfile',
+    'distribution', 'encryption', 'fdisk', 'genisoimage',
     'grub-splash', 'hooks', 'hostname', 'includes', 'initramfs', 'interactive',
     'iso-application', 'iso-preparer', 'iso-publisher', 'iso-volume',
     'jffs2-eraseblock', 'keyring-packages', 'language', 'linux-flavours',

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list