vbox的更動 97009 路徑 trunk/src/VBox/Additions/linux
- 時間撮記:
- 2022-10-5 下午05:41:01 (2 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r96680 r97009 363 363 if test ! -f "$DEB_PUB_KEY" || ! test -f "$DEB_PRIV_KEY"; then 364 364 # update-secureboot-policy tool present in the system, but keys were not generated. 365 [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && fail ure"Unable to find signing keys, aborting"365 [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && fail "Unable to find signing keys, aborting" 366 366 # update-secureboot-policy not present in the system, recommend generate keys manually. 367 367 fail " … … 386 386 sig_hashalgo=$(kernel_module_sig_hash) 387 387 [ "$(module_sig_hash_supported $sig_hashalgo)" = "1" ] \ 388 || fail ure"Unsupported kernel signature hash algorithm $sig_hashalgo"388 || fail "Unsupported kernel signature hash algorithm $sig_hashalgo" 389 389 390 390 # Sign modules.
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器