From: Francis Dupont Date: Tue, 18 Apr 2017 05:11:37 +0000 (+0200) Subject: [4070] Added a bootfile-param example (from a Lunix doc) X-Git-Tag: trac5087_base~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbf2a0b67ad37a8de52a3635401acfe2ec1a8c98;p=thirdparty%2Fkea.git [4070] Added a bootfile-param example (from a Lunix doc) --- diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index 3ee58ef0de..6080ef15e4 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/doc/examples/kea6/multiple-options.json @@ -69,6 +69,13 @@ // only so for instance '\x' is translated into '\x'. But // as it works on a JSON string value each of these '\' // characters must be doubled on JSON input. + }, + { + // A few options are encoded in (length, string) tuples + // which can be defined using only strings as the CSV + // processing computes lengths. + "name": "bootfile-param", + "data": "root=/dev/sda2, quiet, splash" } ], "pools": [