Skip to content
Snippets Groups Projects

Add automatic offline update pre condition

Merged Sudarshan CP requested to merge wip/offline_update_pre_condition into master
All threads resolved!
+ 2
2
@@ -70,8 +70,8 @@ the target system. AUM will automatically detect the update file and try
to use it for the system upgrade.
{{% notice info %}}
Automatic offline update will be triggered only in case of USB drive should have single partition
and the delta file is renamed as mentioned above.
Automatic offline updates will only be triggered when a file with the above
mentioned special name is found on a USB drive with a single partition.
Step to check and create partition table on Apertis SDK.
$lsblk
$sudo fdisk /dev/<drive in which usb is mounted e.g /dev/sdb>
Loading