mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[4070] Added a bootfile-param example (from a Lunix doc)
This commit is contained in:
@@ -69,6 +69,13 @@
|
|||||||
// only so for instance '\x' is translated into '\x'. But
|
// only so for instance '\x' is translated into '\x'. But
|
||||||
// as it works on a JSON string value each of these '\'
|
// as it works on a JSON string value each of these '\'
|
||||||
// characters must be doubled on JSON input.
|
// 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": [
|
"pools": [
|
||||||
|
Reference in New Issue
Block a user