We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 683f897 + f03f362 commit cf1c463Copy full SHA for cf1c463
xc/xc_path.ml
@@ -42,7 +42,6 @@ let essentials = [
42
X_OK, "umount", umount, "path to the umount binary";
43
X_OK, "ionice", ionice, "path to the ionice binary";
44
X_OK, "setup-vif-rules", setup_vif_rules, "path to the setup-vif-rules script";
45
- R_OK, "hvmloader", hvmloader, "path to the hvmloader binary for HVM guests";
46
X_OK, "pygrub", pygrub, "path to the pygrub bootloader binary";
47
X_OK, "eliloader", eliloader, "path to the eliloader bootloader binary";
48
] @ Path.hvm_guests @ Path.network_configuration
0 commit comments