mirror of https://github.com/OpenIPC/firmware.git
add more air
parent
130c725f01
commit
951f15fbc2
|
@ -179,18 +179,18 @@ print_usage() {
|
|||
echo "
|
||||
Usage: $0 [options]
|
||||
Where:
|
||||
-k update kernel from online repository
|
||||
-r update rootfs from online repository
|
||||
--url=[URL] custom URL to update from (.tgz format)
|
||||
--kernel=[FILE] update kernel from file (uImage format)
|
||||
--rootfs=[FILE] update rootfs from file (squashfs format)
|
||||
--force_md5 do not validate MD5 hash
|
||||
--force_soc do not validate processor
|
||||
--force_ver do not validate release version
|
||||
--force_all do not validate anything
|
||||
-n, --wipe_overlay wipe overlay partition
|
||||
-x, --no_reboot do not reboot after updating
|
||||
-h, --help display this help and exit
|
||||
-k update kernel from online repository
|
||||
-r update rootfs from online repository
|
||||
--url=[URL] custom URL to update from (.tgz format)
|
||||
--kernel=[FILE] update kernel from file (uImage format)
|
||||
--rootfs=[FILE] update rootfs from file (squashfs format)
|
||||
--force_md5 do not validate MD5 hash
|
||||
--force_soc do not validate processor
|
||||
--force_ver do not validate release version
|
||||
--force_all do not validate anything
|
||||
-n, --wipe_overlay wipe overlay partition
|
||||
-x, --no_reboot do not reboot after updating
|
||||
-h, --help display this help and exit
|
||||
"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue