diff options
author | Eric Hameleers <alien@slackware.com> | 2016-03-15 15:33:22 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-03-15 15:33:22 +0100 |
commit | 825607fb5019158f56aab8bb87575baf637aeb26 (patch) | |
tree | ba8492f0dd16b0c01122e672faca579c694b0351 /make_slackware_live.conf | |
parent | a16702b4b045de6b318fac3d22d4864c12be1ded (diff) | |
download | liveslak-825607fb5019158f56aab8bb87575baf637aeb26.tar.gz liveslak-825607fb5019158f56aab8bb87575baf637aeb26.tar.xz |
Show example of how to change distro name in your custom Live ISO.
Diffstat (limited to 'make_slackware_live.conf')
-rw-r--r-- | make_slackware_live.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make_slackware_live.conf b/make_slackware_live.conf index 58adec3..3fe172e 100644 --- a/make_slackware_live.conf +++ b/make_slackware_live.conf @@ -60,6 +60,10 @@ #SEQ_CUSTOM="min,xbase,xapbase,xfcebase,cinelerra" # OPTIONAL: +# Your custom distro name (will reflect in boot screen & filenames): +#DISTRO="cinelerra" + +# OPTIONAL: # Marker used for finding the Slackware Live files: #MARKER="CINELERRA" |