Package: live-build
Version: 3.0~a43-1
Symptoms:
1. lzcat bails out due to non-standard file extension:
unknown suffix -- unchanged
2. incorrect destination path for uuid.conf
I suggest to incorporate the attached patch to fix the bug.
Tks
Luigi
--- Old/lb_binary_disk 2012-01-27 15:14:12.717
If I am not mistaken all is needed is to add a --wait before exec'ing
nodm. Attached a revised job with the additional plymouth option.
Note that I got the plymouth commands from the current implementation of
lxdm (kdm/gdm should be similar):
http://bazaar.launchpad.net/~ubuntu-branches/ubunt
Package: live-boot
Version: 3.0_a14-1
File live-boot.init generates syntax errors at shutdown:
[: 1: =: unexpected operator
The offending lines are
if [ ${NOPROMPT} = "Yes" ]
and
if [ ${NOPROMPT} = "usb" ]
due to missing quotes:
if [ "${NOPROMPT}" = "Yes" ]
if [ "${NOPROMPT
Package: nodm
Version: 1.3-16
Please find attached the upstart job I created for nodm, based on the
current init script.
It does integrate with plymouth gracefully.
Please consider including it in the upstream release.
Best regards
Luigi Capriotti
# nodm - nodm Display Manager
Package: live-boot
Version: 2.0~a16-1
Use of live-snapshot is currently broken due to an inconsistency in
parsing snapshot information stored in /etc/live.conf.
snapshot info stored with:
http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=a17eb423fca132f0aaf03c8ca6f956766
5 matches
Mail list logo