From a25f9306274583513531fb0537372b8bf03625da Mon Sep 17 00:00:00 2001 From: mattprost Date: Wed, 9 Sep 2020 15:01:44 -0500 Subject: docs: New mender commands for Zeus filesystems Signed-off-by: mattprost --- host/docs/usrp_e3xx.dox | 6 +++--- host/docs/usrp_n3xx.dox | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/host/docs/usrp_e3xx.dox b/host/docs/usrp_e3xx.dox index 421452fc4..3b3b3c7ce 100644 --- a/host/docs/usrp_e3xx.dox +++ b/host/docs/usrp_e3xx.dox @@ -632,11 +632,11 @@ containing the update itself. These are files with a `.mender` suffix. Then run mender on the command line: - $ mender -rootfs /path/to/latest.mender + $ mender install /path/to/latest.mender The artifact can also be stored on a remote server: - $ mender -rootfs http://server.name/path/to/latest.mender + $ mender install http://server.name/path/to/latest.mender This procedure will take a while. After mender has logged a successful update, reboot the device: @@ -646,7 +646,7 @@ reboot the device: If the reboot worked, and the device seems functional, commit the changes so the boot loader knows to permanently boot into this partition: - $ mender -commit + $ mender commit To identify the currently installed Mender artifact from the command line, the following file can be queried: diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 0e8e90830..7d3a714f1 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -570,11 +570,11 @@ containing the update itself. These are files with a `.mender` suffix. Then run mender on the command line: - $ mender -rootfs /path/to/latest.mender + $ mender install /path/to/latest.mender The artifact can also be stored on a remote server: - $ mender -rootfs http://server.name/path/to/latest.mender + $ mender install http://server.name/path/to/latest.mender This procedure will take a while. After mender has logged a successful update, reboot the device: @@ -584,7 +584,7 @@ reboot the device: If the reboot worked, and the device seems functional, commit the changes so the boot loader knows to permanently boot into this partition: - $ mender -commit + $ mender commit To identify the currently installed Mender artifact from the command line, the following file can be queried: -- cgit v1.2.3