VirtualBox

vbox的更動 97009 路徑 trunk/src/VBox/Additions/linux


忽略:
時間撮記:
2022-10-5 下午05:41:01 (2 年 以前)
作者:
vboxsync
訊息:

Additions: Linux: rcvboxadd.sh: fixed typo: failure -> fail, bugref:10287.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r96680 r97009  
    363363        if test ! -f "$DEB_PUB_KEY" || ! test -f "$DEB_PRIV_KEY"; then
    364364            # update-secureboot-policy tool present in the system, but keys were not generated.
    365             [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && failure "Unable to find signing keys, aborting"
     365            [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && fail "Unable to find signing keys, aborting"
    366366            # update-secureboot-policy not present in the system, recommend generate keys manually.
    367367            fail "
     
    386386        sig_hashalgo=$(kernel_module_sig_hash)
    387387        [ "$(module_sig_hash_supported $sig_hashalgo)" = "1" ] \
    388             || failure "Unsupported kernel signature hash algorithm $sig_hashalgo"
     388            || fail "Unsupported kernel signature hash algorithm $sig_hashalgo"
    389389
    390390        # Sign modules.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette