I wonder if it's possible to build a dvd with live build with multiple targets.
I'm trying to build a dvd with 3 entries :
- live
- minimal ( without graphical desktop )
- workstation ( with a minimal gnome desktop )
From the isolinux I have declared a variable target to define the selected value.
From includes.installer
Only 1 pressed.cfg with minimal environnement.
From the packages-list i have declared different lists such as
- live.list.chroot
- common.list.chroot
- minimal.list.chroot
- workstation.list.chroot
From the include.chroot same as before 4 folders
- common
- live
- server
- workstation
From the hook path I have declared a script to copy the folder associated with the target.
At the end I always have a gnome installation.
In order to using the live build i m using following command lines:
lb clean
lb config --debug \
--verbose \
--apt-recommends false \
--apt-indices false \
--distribution bookworm \
--architectures amd64 \
--debian-installer live \
--bootappend-live "boot=live components init=/lib/systemd/systemd"
lb build
I have checked on different sources and documents but I always spot different builds for each target. I guess it's possible to start with minimal installations and split the targets
Maybe it's the wrong approach and I misunderstood / missed some documentation.
Hope to have been clear enough.
Thanks in advance.
Have a nice end of year :)