[PATCH] Add documentation for the geoloc boot option

Martin Kolman mkolman at gmail.com
Mon Jun 10 15:17:23 UTC 2013


Signed-off-by: Martin Kolman <mkolman at gmail.com>
---
 docs/boot-options.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/boot-options.txt b/docs/boot-options.txt
index 33c78da..5ced706 100644
--- a/docs/boot-options.txt
+++ b/docs/boot-options.txt
@@ -204,6 +204,13 @@ Using this option implies `text`.
 Set the language to be used during installation. This should be a language
 that's valid for use with the `lang` kickstart command.
 
+=== inst.geoloc ===
+Configure geolocation usage in Anaconda. Geolocation is used to pre-set
+language and time zone.
+`inst.geoloc=0`:: Disables geolocation.
+`inst.geoloc=provider_fedora_geoip`:: Use the Fedora GeoIP API (default).
+`inst.geoloc=provider_hostip`:: Use the Hostip.info GeoIP API.
+
 === inst.keymap ===
 Set the keyboard layout to use. This should be something valid for use with
 the `keyboard` kickstart command.
-- 
1.8.1.4



More information about the anaconda-patches mailing list