schoappied wrote:
> Hi,

Hi,

> What is a proper way to (re)configure a build live-cd?

if the change you want affects the bootstrapping stage (and thus
requires a complete rebuild):

lh_clean && lh_config $whatever && lh_build

if the change you want affects the chroot (and thus requires to rebuild
the chroot stage):

lh_clean --chroot && lh_config $whatever && lh_chroot && lh_binary

if the change you want only affects the binary image but not the files
inside filesystem.squashfs (and thus requires only a rebuild of the
binary stage):

lh_clean --binary && lh_config $whatever && lh_binary

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baum...@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to