Andrew Donnellan escribió:
On 10/29/06, Marco Ghirlanda <[EMAIL PROTECTED]> wrote:
There's an option in make live for including images but it's
undocumented but still I would by far prefer the Knoppix way of
customization (on the graphical part). We have been including into my
former project Mediainlinux using Xnest at the last of the scripts
(before compressing the ISO). Any difference or clues on this?:


    Launching KDE to Change Menus, Icons, etc.
<snip>

Couldn't you just run Xnest on your host system, then use
--include-image and --hook to copy in whatever files you need and then
invoke bash? Then from there you could just run DISPLAY=:1 startkde.

However I think there is an issue with saving settings for casper then.
Hi all!

   I customize the live in a simple way.
   I start the live in qemu:

      qemu -m 256 -cdrom debian-live/binary.iso -boot d -redir tcp:4222:10.0.2.15:22

   I change everything I need (Add icons to desktop, change background, set preferences).
   I copy the /home/casper from the live to my host.
   Then, I include that directory with

       # Chroot includes               (Default: empty)
       LIVE_INCLUDE_CHROOT="/var/xxxx/make-live/desktop-fisica/"

   In that directory I have a "./home/casper" directory structure.
   After that is necesary to set the correct owner to start KDE. I use the LIVE_HOOK

       # User command                  (Default: empty)
       LIVE_HOOK="chown 999:999 /home/casper -R"

   The 999:999 is the number that take the user at runtime.

   That all and work fine.

   Marcelo

 
_______________________________________________
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to