You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configuration-v3_0-experimental.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The Ignition configuration is a JSON document conforming to the following specif
60
60
***_path_** (string): the mount-point of the filesystem. A non-null entry indicates that the filesystem has already been mounted by the system at the specified path. This is really only useful for "/sysroot".
61
61
***_files_** (list of objects): the list of files to be written.
62
62
***filesystem** (string): the internal identifier of the filesystem in which to write the file. This matches the last filesystem with the given identifier.
63
-
***path** (string): the absolute path to the file.
63
+
***path** (string): the absolute path to the file; any nonexistent intermediate directories will be created owned by uid 0 and mode 0755.
64
64
***_overwrite_** (boolean): whether to delete preexisting nodes at the path. Defaults to true.
65
65
***_append_** (boolean): whether to append to the specified file. Creates a new file if nothing exists at the path. Cannot be set if overwrite is set to true.
66
66
***_contents_** (object): options related to the contents of the file.
@@ -77,7 +77,7 @@ The Ignition configuration is a JSON document conforming to the following specif
77
77
***_name_** (string): the group name of the owner.
78
78
***_directories_** (list of objects): the list of directories to be created.
79
79
***filesystem** (string): the internal identifier of the filesystem in which to create the directory. This matches the last filesystem with the given identifier.
80
-
***path** (string): the absolute path to the directory.
80
+
***path** (string): the absolute path to the file; any nonexistent intermediate directories will be created with the same owner and mode.
81
81
***_overwrite_** (boolean): whether to delete preexisting nodes at the path.
82
82
***_mode_** (integer): the directory's permission mode. Note that the mode must be properly specified as a **decimal** value (i.e. 0755 -> 493).
83
83
***_user_** (object): specifies the directory's owner.
0 commit comments