vbox的更動 97013 路徑 trunk/src/VBox/Additions/linux
- 時間撮記:
- 2022-10-5 下午07:27:55 (2 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r97012 r97013 305 305 esac 306 306 307 307 # Check if update-secureboot-policy tool supports required commandline options. 308 update_secureboot_policy_supports() 309 { 310 opt_name="$1" 311 [ -n "$opt_name" ] || return 312 313 [ -z "$(update-secureboot-policy --help 2>&1 | grep "$opt_name")" ] && return 314 echo "1" 315 } 316 317 HAVE_UPDATE_SECUREBOOT_POLICY_TOOL= 308 318 if type update-secureboot-policy >/dev/null 2>&1; then 309 HAVE_UPDATE_SECUREBOOT_POLICY_TOOL=true 319 [ "$(update_secureboot_policy_supports new-key)" = "1" -a "$(update_secureboot_policy_supports enroll-key)" = "1" ] && \ 320 HAVE_UPDATE_SECUREBOOT_POLICY_TOOL=true 310 321 fi 311 322
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器