You are not logged in.
Hello all,
i use the new slitaz 4.0 (live CD version without installation) and add the package for firmware-iwlwifi-5000.
After this steps i will create a new Live CD version with following steps:
- tazlito clean-distro
- tazlito gen-distro (both questions i answered with ENTER)
After some downloads I get an error. The libsqlite can't be download, because in file "distro-packages.list" it doesn't have a version number (version number 3.7.9 works fine). For package sqlite it is the same problem.
Can somebody check this problem please. I think a fix was needed.
Best regards
Chris
Offline
I create a bug message for this issue
http://bugs.slitaz.org/?id=18
Offline
For all who have the same problem.
Here is a little workaround:
sed -i -e 's;cp $LIST_NAME $DISTRO/distro-packages.list;cp $LIST_NAME $DISTRO/distro-packages.list\nsed -i -e "s/sqlite-$/sqlite-3.7.9/g" $LIST_NAME;g' /usr/bin/tazlito
sed -i -e 's;echo "$i-$VERSION$EXTRAVERSION" >> $LIST_NAME;echo "$i-$VERSION$EXTRAVERSION" >> $LIST_NAME\nsed -i -e "s/sqlite-$/sqlite-3.7.9/g" $LIST_NAME;g' /usr/bin/tazlito
Maybe you have to install "tazpkg get-install sed". I don't know or can edit the file "/usr/bin/tazlito" by hand
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]