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

Re: (re)configure and rebuild



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.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/


Reply to: