method. Defaults to `auto`. Behavior is defined as follows:
`auto`: Checks if `/etc/initrd-release` exists, and a temporary fs is mounted
on `/`. If both conditions meet, then it's in initrd.
- `lenient`: Similiar to `auto`, but the rootfs check is skipped.
+ `lenient`: Similar to `auto`, but the rootfs check is skipped.
`0|1`: Simply overrides initrd detection. This is useful for debugging and
testing initrd-only programs in the main system.
However, if <literal>no</literal> is specified or <literal>auto</literal> is specified on a
non-interactive requests, the established locks are ignored and not shown, and the operation
attempted anyway, possibly requiring additional privileges.
- May be overriden by <option>--force</option>.</para>
+ May be overridden by <option>--force</option>.</para>
</listitem>
</varlistentry>
*
* If env var $SYSTEMD_IN_INITRD is not set or set to "auto",
* both checks are used. If it's set to "lenient", only check
- * 1 is used. If set to a booleen value, then the boolean
+ * 1 is used. If set to a boolean value, then the boolean
* value is returned.
*/