On Sat, Dec 28, 2019 at 6:33 PM Chew, Kean Ho <[email protected]> wrote: > > Hi mentors, > > Can build-simple-cdd build a CD using multiple profiles using .conf file? > Managed to found a good example and tested it successfully only my side (https://salsa.debian.org/debian/simple-cdd). The problem was due to the --auto-profiles' argument values was not the same as --profiles' argument values. The fix is to have both of them using the same value.
The separation using space or comma were both tested and both resulted positive working outcome. Based on the guide, it is recommending comma approach, something like: locale=en_US profiles="x-basic,ltsp" auto_profiles="x-basic,ltsp" ... Therefore, I'm closing this thread as solved. Happy holiday all. Regards, Holloway

