diff options
author | dol-sen <brian.dolbec@gmail.com> | 2011-09-13 07:15:51 -0700 |
---|---|---|
committer | dol-sen <brian.dolbec@gmail.com> | 2011-09-13 07:15:51 -0700 |
commit | 269e5644783f03e74eb74b387f0542bd38d4c10a (patch) | |
tree | 3f9f35337794b07582b713dece118d99f5d47750 /etc | |
parent | fix typo, bug 382785 (diff) | |
download | layman-269e5644783f03e74eb74b387f0542bd38d4c10a.tar.gz layman-269e5644783f03e74eb74b387f0542bd38d4c10a.tar.bz2 layman-269e5644783f03e74eb74b387f0542bd38d4c10a.zip |
better explain the variable change.2.0.0_rc3
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg index 2bb275a..1b74f96 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -15,9 +15,12 @@ cache : %(storage)s/cache installed: %(storage)s/installed.xml -# old variable and value use it for updating to new one above - -local_list: %(storage)s/overlays.xml +# This has been renamed from the following +# old name : value use it for updating to new one above +# local_list: %(storage)s/overlays.xml +# either rename the overlays.xml file to installed.xml +# or edit the value above to the current name of your +# installed overlay(s) file. #----------------------------------------------------------- # Path to the make.conf file that should be modified by |