aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-24Use proper example for custom SEQ_CUSTOM Eric Hameleers1-1/+1
2021-01-06Further updates for the PLASMA5 to KTOWN rename Eric Hameleers1-1/+1
2020-12-05make_slackware_live.conf: add LIVEUIDFN example setting Eric Hameleers1-0/+3
2020-03-31Allow cusomization of the UidNumber for the live user account Eric Hameleers1-0/+3
By default the UidNumber which is used to create the live account is: 1000. The variable LIVEUIDNR can be set to another unused value if you want. Remember, customizations go into 'make_slackware_live.conf' so that you do not have to edit 'make_slackware_live.sh'.
2017-04-17Get Slackware packages from remote mirror in absense of local copy Eric Hameleers1-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.
2017-04-16Add new supported Live variant STUDIOWARE Eric Hameleers1-0/+4
2016-11-09Make the name 'min' of the minimal package list customizable. Eric Hameleers1-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.
2016-07-20Add variable LIVEUID to define the name of the 'live' user account. Eric Hameleers1-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".
2016-03-15Show example of how to change distro name in your custom Live ISO. Eric Hameleers1-0/+4
2016-02-15Enable more customization: configure your own LIVEDE. Eric Hameleers1-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.