Re: Possible bug in live-build - unable build grub iso-hybrid image

2014-10-07 Thread Igor Cher
Ok, maybe my efi experience with syslinux is based on old version and syslinux 6 boots now without any problems. But what about smooth boot process? I unable to get flickering-free transition from bootloader to plymouth with syslinux. But grub with properly set gfxpayload looks much better. I didn'

LightDM -run script at session start

2014-10-07 Thread Ozi Traveller
Hi I'm currently trying to get a jessie build for my distro. I'm doing the build on sid so I have all the latest scripts for live-build. I'm using lightDM with xfce. The build works and creates a bootable iso. My issue is with LightDM. Prior to the latest changes session-setup-script=script in l

lb config option "--initsystem sysvinit" have no effect

2014-10-07 Thread Martinx - ジェームズ
Hey guys! I'm using Jessie with `sysvinit-core`, and I need to build a Debian Live CD using the following command: lb config -b iso --bootloader grub --initsystem sysvinit sudo lb build But then, the ISO image was built using `systemd-sysv` as my init, instead of `sysvinit-core`. What am I miss

Re: LightDM -run script at session start

2014-10-07 Thread Igor Cher
Hi, I had similar problem and solved it by adding 02_kiosk.conf file in /usr/share/lightdm/lightdm.conf.d with following content: # begin 02_kiosk.conf [SeatDefaults] display-setup-script=/opt/start_x/on-start-x.sh # end 02_kiosk.conf where on-start-x.sh - my script You can try with session-se

Re: lb config option "--initsystem sysvinit" have no effect

2014-10-07 Thread Daniel Baumann
On 10/08/2014 01:24 AM, Martinx - ジェームズ wrote: > But then, the ISO image was built using `systemd-sysv` as my init, > instead of `sysvinit-core`. bug in debootstrap that it allows to have packages that are excluded to be re-included later on. -- Address:Daniel Baumann, Donnerbuehlweg 3,

Re: LightDM -run script at session start

2014-10-07 Thread Ozi Traveller
Hi Igor That's interesting! Hopefully Lightdm will get fixed soon too. Thanks Ozi On Wed, Oct 8, 2014 at 3:58 PM, Igor Cher wrote: > Hi, > > I had similar problem and solved it by adding 02_kiosk.conf file in > /usr/share/lightdm/lightdm.conf.d with following content: > > # begin 02_kiosk.con