[no ci] sysupgrade: add force_all shortcut (#1666)

pull/1669/head
viktorxda 2025-01-18 13:56:36 +01:00 committed by GitHub
parent 04eb4e585c
commit a74178cbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# OpenIPC.org | 2024 # OpenIPC.org | 2024
# #
scr_version=1.0.42 scr_version=1.0.43
args=" $@" args=" $@"
@ -229,7 +229,7 @@ Where:
--force_md5 Do not validate MD5 hash. --force_md5 Do not validate MD5 hash.
--force_soc Do not validate processor. --force_soc Do not validate processor.
--force_ver Do not validate release version. --force_ver Do not validate release version.
--force_all Do not validate anything. -f, --force_all Do not validate anything.
-n, --wipe_overlay Wipe overlay partition. -n, --wipe_overlay Wipe overlay partition.
-x, --no_reboot Do not reboot after updating. -x, --no_reboot Do not reboot after updating.
-z, --no_update Do not update self. -z, --no_update Do not update self.
@ -252,7 +252,7 @@ reboot_system() {
for i in "$@"; do for i in "$@"; do
case $i in case $i in
--force_all) -f | --force_all)
skip_md5=1 skip_md5=1
skip_soc=1 skip_soc=1
skip_ver=1 skip_ver=1