diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-04-14 18:43:24 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-15 13:17:37 -0700 |
commit | 0e00a7d2da990ef8bd846c19c9a286539ad819a3 (patch) | |
tree | f6c62aba9b68aca0f4ba2eb5610e2604c6a79d1b /config.toml | |
parent | 676d4dc5a31ac9e2edec8cd1ee051f61606c66a7 (diff) |
Add some basic questions to the FAQ
- Adds some basic questions and answers to the FAQ about supported CPU
architectures and binary formats.
- Adds a variable and shortcode for the minimium required Linux version.
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index bd47b8367..0539093be 100644 --- a/config.toml +++ b/config.toml @@ -137,3 +137,6 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY url = "https://groups.google.com/forum/#!forum/gvisor-dev" icon = "fa fa-envelope" desc = "Get info on the development of gVisor" + +[params.vars] +required_linux = "3.17+" |