Hi Again,

On 10/09/2007, Brendan Sleight <> wrote:
> LIVE_PACKAGES_LISTS="xfce"

Comparing a ./config/chroot built with live-magic and a
./config/chroot build with lh_config.

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-desktop"

A suggested patch is attached, but it is more of a guess/hunch by me -
still learning.

Regards,
Brendan
--- ./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
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to