Skip to content

Commit cf1c463

Browse files
committed
Merge pull request xapi-project#12 from jonludlam/fix-hvmloader
Remove doubly-defined hvmloader config variable
2 parents 683f897 + f03f362 commit cf1c463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xc/xc_path.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ let essentials = [
4242
X_OK, "umount", umount, "path to the umount binary";
4343
X_OK, "ionice", ionice, "path to the ionice binary";
4444
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";
4645
X_OK, "pygrub", pygrub, "path to the pygrub bootloader binary";
4746
X_OK, "eliloader", eliloader, "path to the eliloader bootloader binary";
4847
] @ Path.hvm_guests @ Path.network_configuration

0 commit comments

Comments
 (0)