mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Scripts temporarily deregister themselves while executing. This
allows us to avoid execution loops without having to hack around the image registration order.
This commit is contained in:
@@ -89,7 +89,8 @@ int imgload ( struct image *image ) {
|
||||
return rc;
|
||||
|
||||
/* If we succeed, move the image to the start of the list */
|
||||
promote_image ( image );
|
||||
#warning "No longer exists"
|
||||
// promote_image ( image );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user