@@ -20,16 +20,29 @@ cmdline. The sequence of steps is specified in the `pipeline=...` parameter.
20
20
- ` wait-resume ` is waiting for the resume attempt to complete. This step is
21
21
necessary to avoid race conditions between disk initialization for resume and
22
22
pipeline.
23
+ - ` ping ` allows to wait until the network address starts pinging.
23
24
24
25
## Boot parameters
25
26
26
- - ` pipeline=name[,name1 ][,name2 ] ` - the main parameter that determines the order
27
+ - ` pipeline=NAME[,NAME1 ][,NAME2 ] ` - the main parameter that determines the order
27
28
in which pipe elements are called.
28
- - ` getimage ` specifies an URL to fetch and mount.
29
- - ` mountfs ` specifies a file to mount.
30
- - ` overlayfs ` defines a list of elements to be combined.
31
- - ` waitdev ` describes the local device to wait. The format of this parameter is
32
- the same as ` root= ` .
29
+ - ` getimage=URL ` specifies an URL to fetch and mount. If a file from a local
30
+ directory is to be retrieved, the ` file:// ` scheme must be used.
31
+ - ` mountfs=FILE ` specifies a file to mount.
32
+ - ` mountfs-opts=MOUNT-OPTIONS ` comma (` , ` ) separated mount options.
33
+ - ` overlayfs=LAYERS ` defines a list of elements to be combined.
34
+ - ` waitdev=DEVSPEC ` describes the local device to wait. The format of this
35
+ parameter is the same as ` root= ` .
36
+ - ` ping=[OPTIONS:][ADDRESS] ` The comma (` , ` ) separated options include: ` v4 ` ,
37
+ ` v6 ` - determines the ip version; ` iter=NUMBER ` specifies the number of
38
+ attempts to ping the address; ` waitfor ` if specified, the wait will be
39
+ forever (this is the default behavior). The address can be an ip address or a
40
+ hostname, or ` %gateway ` , which stands for the default gateway address.
41
+ The default ADDRESS is ` %gateway ` .
42
+ - ` pipe-retry=NUMBER ` determines how many times a certain step can fail
43
+ (single parameter).
44
+ - ` pipe-verify-sign=NAME[,NAME1][,NAME2] ` defines a list of steps where
45
+ signature verification should be enabled (single parameter).
33
46
34
47
The separator between the elements is a comma (` , ` ).
35
48
0 commit comments