Hello everybody! I'm trying to build a live cd using:
$ lb config -b iso --bootloader grub $ echo desktop-base >> config/package-lists/desk.list.chroot $ echo gdm3 >> config/package-lists/desk.list.chroot $ sudo lb build Then, after booting `live-image-amd64.iso`, gdm3 did not start. The systemd fails to start it... If I login with "user/live", and run "startx", it works... :-/ Am I missing something?! Cheers! Thiago