Changeset 97010 in vbox for trunk/src/VBox/Additions/linux/installer/vboxadd.sh
- Timestamp:
- Oct 5, 2022 6:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r97009 r97010 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 "Unable to find signing keys, aborting" 365 [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && info " 366 367 update-secureboot-policy tool does not generate signing keys 368 in your distribution, see below on how to generate them manually." 366 369 # update-secureboot-policy not present in the system, recommend generate keys manually. 367 370 fail "
Note:
See TracChangeset
for help on using the changeset viewer.