You are not logged in.
Pages: 1
Hello all,
i create a new live CD with package slitaz-loram-1.6. This new Live CD works fine.
If I now would create a newer one (with / without newer packages) I get a problem with tazlito.
tazlito gen-distro search only for package named installed-4.2
I modified /usr/bin/tazlito with following patch:
--- tazlito
+++ tazlito.corr
@@ -23,7 +23,7 @@
TOP_DIR=[c]pwd[/c]
INITRAMFS=rootfs.gz
LOCALSTATE=/var/lib/tazpkg
-INSTALLED=$LOCALSTATE/installed
+INSTALLED=$LOCALSTATE/installed/
CACHE_DIR=/var/cache/tazpkg
MIRROR=$LOCALSTATE/mirror
DEFAULT_MIRROR="http://mirror.slitaz.org/packages/[c]cat /etc/slitaz-release[/c]/"
With this patch the creation of Live CD works fine.
Please check my patch update the packages at the mirror.
Thanks and best regards.
Christian
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]