1
0
Fork 0

doc: note the safety check for initrd_add_dir

This commit is contained in:
Fothsid 2026-03-03 18:24:14 +01:00
parent 74c3d35d7a
commit 80b67c3373

View file

@ -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