summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get Slackware packages from remote mirror in absense of local copy Eric Hameleers2017-04-171-0/+3
| | | | | | | | Previously, the 'make_slackware_live.sh' script would exit if no local copy of a Slackware package mirror was available. Now, the script will download a copy from a default rsync mirror (osuosl.org) instead, and then proceed with creating a Live ISO. Another rsync URI can be specified in the .conf file if you want.
* Add new supported Live variant STUDIOWARE Eric Hameleers2017-04-161-0/+4
|
* Make the name 'min' of the minimal package list customizable. Eric Hameleers2016-11-091-3/+8
| | | | | | | | The 'min' package list contains the generic kernel. This package list is special because the 'make_slackware_live.sh' script will also take care of the ISO boot configuration while processing it. A custom Live OS may want to use a custom filename instead of "min.lst", so the variable $MINLIST was created for that purpose.
* Add variable LIVEUID to define the name of the 'live' user account. Eric Hameleers2016-07-201-0/+3
| | | | | | In 'make_slackware_live.conf' you can give that variable "LIVEUID" another value than the default "live" if you want to create a Live Edition where the Live user account is not called "live".
* Show example of how to change distro name in your custom Live ISO. Eric Hameleers2016-03-151-0/+4
|
* Enable more customization: configure your own LIVEDE. Eric Hameleers2016-02-151-0/+78
A new sample configuration file 'make_slackware_live.conf' shows a commented-out example of how to use the variables LIVEDE, SEQ_CUSTOM and a function "custom_config()" to create a Slackware Live variant which is not covered by the available variants SLACKWARE, XFCE, KDE4, PLASMA5, MATE or CINNAMON.