doc: note the safety check for initrd_add_dir
This commit is contained in:
parent
74c3d35d7a
commit
80b67c3373
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ class BootloaderPlugin(base.Plugin):
|
|||
directory `DIR` and adds the resulting image as an overlay.
|
||||
If the `DIR` directory name begins with '/', the absolute path
|
||||
is used. Otherwise, the current profile directory is used as the
|
||||
base directory for the `DIR`.
|
||||
base directory for the `DIR`. For safety reasons, `DIR` has to be
|
||||
a subdirectory within the defined profile directories.
|
||||
|
||||
The [option]`initrd_dst_img=PATHNAME` sets the name and location of
|
||||
the resulting initrd image. Typically, it is not necessary to use this
|
||||
|
|
|
|||
Loading…
Reference in a new issue