| Commit message (Expand) | Author | Age | Files | Lines |
* | make_slackware_live.conf: add LIVEUIDFN example setting | Eric Hameleers | 2020-12-05 | 1 | -0/+3 |
* | Allow cusomization of the UidNumber for the live user account...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'.
| Eric Hameleers | 2020-03-31 | 1 | -0/+3 |
* | Get Slackware packages from remote mirror in absense of local copy...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.
| Eric Hameleers | 2017-04-17 | 1 | -0/+3 |
* | Add new supported Live variant STUDIOWARE | Eric Hameleers | 2017-04-16 | 1 | -0/+4 |
* | Make the name 'min' of the minimal package list customizable....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.
| Eric Hameleers | 2016-11-09 | 1 | -3/+8 |
* | Add variable LIVEUID to define the name of the 'live' user account....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".
| Eric Hameleers | 2016-07-20 | 1 | -0/+3 |
* | Show example of how to change distro name in your custom Live ISO. | Eric Hameleers | 2016-03-15 | 1 | -0/+4 |
* | Enable more customization: configure your own LIVEDE....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.
| Eric Hameleers | 2016-02-15 | 1 | -0/+78 |