[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#443124: live-magic: /config/chroot - LIVE_ not LH_



Package: live-magic
Version: 0.3-1
Severity: important
Tags: patch

/config/chroot - LIVE_ not LH_

live-magic uses LIVE_ rather than LH_ for /config/chroot

Comparing a ./config/chroot built with live-magic and a
../config/chroot build with lh_config.
Then looking at the options live-magic is trying to change in the config file "PACKAGE_LISTS"

root at AutoTesting:/tmp/tmpOvQ1dClive-magic# diff  ./config/chroot 
/home/morph/debian-live/my-builds/config/chroot
40,41c40,41
< # (Default: standard)
< LH_PACKAGES_LISTS="standard"
---
> # (Default: gnome-desktop)
> LH_PACKAGES_LISTS="gnome-desktop"
58,60d57
< 
< # The following option was added by live-magic
< LIVE_PACKAGES_LISTS="gnome"
root at AutoTesting:/tmp/tmpOvQ1dClive-magic# cat ./config/chroot | grep -e "PACKAGES_LISTS" -A 1 -B 1 
# $LH_PACKAGES_LISTS: set package list to install
# (Default: standard)
LH_PACKAGES_LISTS="standard"

--
# The following option was added by live-magic
LIVE_PACKAGES_LISTS="gnome"
root at AutoTesting:/tmp/tmpOvQ1dClive-magic#

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-magic depends on:
ii  live-helper                   1.0~a27-1  Debian Live helper programs
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-glade2                 2.10.6-1   GTK+ bindings: Glade support
ii  python-gtk2                   2.10.6-1   Python bindings for the GTK+ widge
ii  python-support                0.6.4      automated rebuilding support for p
ii  python-vte                    1:0.12.2-5 Python bindings for the VTE widget
ii  python-yaml                   3.05-1     PyYAML is a YAML parser and emitte

Versions of packages live-magic recommends:
ii  python-gnome2-desktop         2.14.0-3   Python bindings for the GNOME desk

-- no debconf information
-------------- next part --------------
--- ./trunk/live-magic/livemagic/model/live_helper_configuration.py.orginal	2007-09-11 22:33:40.000000000 +0100
+++ ./trunk/live-magic/livemagic/model/live_helper_configuration.py	2007-09-11 22:34:07.000000000 +0100
@@ -52,21 +52,21 @@
         LIVE_SECTIONS                           : list
 
     chroot:
-        LIVE_CHROOT_FILESYSTEM  : string
-        LIVE_UNION_FILESYSTEM   : string
-        LIVE_HOOKS              : list
-        LIVE_INTERACTIVE        : boolean
-        LIVE_KEYRING_PACKAGES   : list
-        LIVE_LANGUAGE           : string
-        LIVE_LINUX_FLAVOURS     : list
-        LIVE_LINUX_PACKAGES     : list
-        LIVE_PACKAGES           : list
-        LIVE_PACKAGES_LISTS     : string
-        LIVE_PRESEED            : string
-        LIVE_TASKS              : list
-        LIVE_SECURITY           : boolean
-        LIVE_SYMLINKS           : boolean
-        LIVE_SYSVINIT           : boolean
+        LH_CHROOT_FILESYSTEM  : string
+        LH_UNION_FILESYSTEM   : string
+        LH_HOOKS              : list
+        LH_INTERACTIVE        : boolean
+        LH_KEYRING_PACKAGES   : list
+        LH_LANGUAGE           : string
+        LH_LINUX_FLAVOURS     : list
+        LH_LINUX_PACKAGES     : list
+        LH_PACKAGES           : list
+        LH_PACKAGES_LISTS     : string
+        LH_PRESEED            : string
+        LH_TASKS              : list
+        LH_SECURITY           : boolean
+        LH_SYMLINKS           : boolean
+        LH_SYSVINIT           : boolean
 
     binary:
         LIVE_BINARY_IMAGES      : string


Reply to: