diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 20:42:07 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 20:42:07 +0100 |
commit | fb8cbd53a9d6384e664016e8fa1b2709efd91d2e (patch) | |
tree | bfd6811618e61733bffff667ecfadbcaa4349809 /conf | |
parent | e0f0ba11e699802cb04d738bbca11160648623f4 (diff) |
micro: disable ONLINE_PACKAGE_MANAGEMENT globally
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/micro.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index a6fb64e4d8..f8b293de28 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -107,3 +107,6 @@ layout_exec_prefix = "" # Don't install ldconfig and associated gubbins USE_LDCONFIG = "0" + +# Disable online package management +ONLINE_PACKAGE_MANAGEMENT = "none" |