Hi!
lh_binary_syslinux:
if LH_SYSLINUX_SPLASH = none sed misses "-i"
lh_config:
missing LH_SYSLINUX_TIMEOUT
lh_chroot_local-packages:
if i have only one "_all.deb" packagethis script breaks at
cp config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root
but i have no fix so i commented this out as a quick workaround
cu Peter--- lh_binary_syslinux.orig 2007-09-04 10:52:25.000000000 +0200
+++ lh_binary_syslinux 2007-09-04 10:52:35.000000000 +0200
@@ -381,7 +381,7 @@
if [ "${LH_SYSLINUX_SPLASH}" = "none" ]
then
rm -f binary/isolinux/splash.rle
- sed -e "s/.*splash.*//" binary/isolinux/boot.txt
+ sed -i -e "s/.*splash.*//" binary/isolinux/boot.txt
else
cp -f "${LH_SYSLINUX_SPLASH}" binary/isolinux/splash.rle
fi--- lh_config.orig 2007-09-04 10:53:34.000000000 +0200
+++ lh_config 2007-09-04 10:30:57.000000000 +0200
@@ -899,6 +899,10 @@
# (Default: empty)
LH_SYSLINUX_SPLASH="${LH_SYSLINUX_SPLASH}"
+# \$LH_SYSLINUX_TIMEOUT: set custom syslinux timeout
+# (Default: 0)
+LH_SYSLINUX_TIMEOUT="${LH_SYSLINUX_TIMEOUT}"
+
# \$LH_USERNAME: set username
# (Default: ${LH_USERNAME})
LH_USERNAME="${LH_USERNAME}"_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel