function ov rootfs reboot in split format
| = NAME =
ov_rootfs_reboot
|
| = SYNOPSIS =
Issue a command to reboot the target.
|
| = DESCRIPTION =
This function performs a reboot of the target. By default, it does
this by doing the command '/sbin/reboot &' on the target.
|
| = EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
ov_rootfs_reboot
}}}
|
| = ENVIRONMENT and ARGUMENTS =
This command takes no arguments.
|
| = RETURN =
Returns non-zero on error.
|
| = SOURCE =
Located in ''engine/overlays/base/base-distrib.fuegoclass''
|
target_reboot
| = SEE ALSO =
* [[function_target_reboot|target_reboot]]
|