summaryrefslogtreecommitdiffstats
path: root/pkglists/dlackware.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-31pkglist for dlackware: use '/var/cache/liveslak' to store repository mirrors. Eric Hameleers1-1/+1
2016-12-15DLACK: add Dlackware as a DE choice when generating the ISO. Eric Hameleers1-2/+5
Dlackware is Slackware with systemd and Gnome3. An interesting experiment. Thanks to bartgymnast of the Dlackware team who provided the patches. Note: at this moment, this is pre-alpha quality. - The default root and live passwords do not work so you'll have to add boot parameter 'livepw=XXXXXXXX' and think of a strong password that passes the PAM strength test. - The Gnome3 environment does not show an application menu. - The Dlackware package quality is sub-standard. Notably it will mess with the buildhost machine's password database and install 64bit stuff into /usr/lib
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.