summaryrefslogtreecommitdiffstats
path: root/pkglists/studioware.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-17STUDIOWARE: fix a typo in the repository URL Eric Hameleers1-1/+1
2017-04-16Add new supported Live variant STUDIOWARE Eric Hameleers1-2/+3
2017-03-28Get slackpkg+ from external repository instead of assuming a local copy Eric Hameleers1-2/+3
2016-12-28pkglist configuration: use '/var/cache/liveslak' to store repository mirrors. Eric Hameleers1-1/+1
2016-06-24Add support for multilib. Eric Hameleers1-2/+2
New parameter '-M' to the "make_slackware_live.sh" script will add a squashfs module "0020-slackware_multilib-VERSION-ARCH.sxz" to the iso, its contents based on the ./pkglists/multilib.* package repo definitions. Only for the x86_64 architecture of course. If you already have a USB Live, you can simply copy this module into the directory "/liveslak/addons" to transform your pure 64bit Slackware Live Edition into a multilib variant.
2016-02-14Download packages from rsync mirror if local repository is empty. Eric Hameleers1-0/+4
This is for package lists in "pkglist/" subdirectory where a 3rd party repository is the package source. If the pkglists/*.conf file defines a rsync mirror URL in variable SL_REPO_URL, then instead of aborting with an error when the local repository directory (SL_REPO) is empty or non-existing, the packages will be downloaded from that mirror before continuing.