Re: SliTaz 4.0 Low Ram CD-ROM

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


The custom iso image your trying to convert does not have
/boot/vmlinuz-2.6.37-slitaz
See this error on your terminal screenshot:
ls: /tmp/tazlito-2843-30078/iso/boot/vmlinuz-*: No such file or directory
Tazlito gets the $version variable from vmlinuz-2.6.37-slitaz
http://hg.slitaz.org/tazlito/file/ad96fdd80b46/tazlito
Line 726              version=$(ls $TMP_DIR/iso/boot/vmlinuz-* | sed
's/.*vmlinuz-//')
Without $version it can't find path to aufs
Line 732 	while [ ! -f /lib/modules/$version/kernel/fs/aufs/aufs.ko.gz ]; do
    		install_package aufs $version || return 1
    	done

-- 
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/