So I am currently downloading the .iso file of all packages for Slitaz 4.0. Although the downloads page says the file is only 2 gigabytes, I have found while downloading it that it is actually weighs over 6 gigs. I currently have slax running in live on a 16 gig usb drive. My next largest flash drive is only 5 gigabytes. My question is whether I can simply copy the .iso file to a folder on my 16 gb live usb and use it to install packages from. Or would i need to "burn" it to a dedicated usb (at least 6 gb)? Any suggestions would be great.

How can I use "packages-4.0.iso"?
(2 posts) (2 voices)-
Posted 12 years ago #
-
Applications / System Tools / SliTaz Panel
http://tazpanel:82/pkgs.cgi?admin
SliTaz packages DVD
Install from DVD/USB keyManually:
Copy the packages iso to the root / of the flash drive so it's not inside a directory.
# mkdir -p /mnt/packages
<= On slitaz make mount point for flash drive
# fdisk -l
<= find $dev of flash drive with packages.iso
# mount -t iso9660 -o loop,ro $dev /mnt/packages
<= Mount flash drive with iso to slitaz filesystem
# /mnt/packages/install.sh
<= Execute script at root of mounted iso which creates symlinks from packages on iso to tazpkg package managerReference:
http://hg.slitaz.org/tazpanel/file/bb7e9e0838e5/pkgs.cgi
http://hg.slitaz.org/slitaz-dev-tools/file/a49102a73eff/mirror-tools/rootfs/usr/bin/mkpkgisoPosted 12 years ago #
Reply
You must log in to post.