Steven Shiau wrote:
> Therefore the substitution for respawn in 25configure_init in
> live-initramfs-1.118-2 is:
> sed -i -e "s|^respawn.*|respawn /bin/login -f ${USERNAME}
> </dev/$(basename ${f}) > /dev/$(basename ${f}) 2>\&1|" ${f}
> 
> It should be modified as:
> sed -i -e "s|^exec.*|exec /bin/login -f ${USERNAME} </dev/$(basename
> ${f}) > /dev/$(basename ${f}) 2>\&1|" ${f}

that's true for ubuntu, but would break debian systems. live-initramfs
does not support ubuntu. if you want to get this fixed, ask ubuntu guys
to apply your patch to the live-initramfs package in ubuntu, or use
casper in ubuntu.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/

_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to