From b256900d4f6fe187cb93ed91bbf12c723e6b9364 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 9 Jun 2007 19:00:34 +0100 Subject: Scripts temporarily deregister themselves while executing. This allows us to avoid execution loops without having to hack around the image registration order. --- src/usr/imgmgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr') diff --git a/src/usr/imgmgmt.c b/src/usr/imgmgmt.c index 28801fe8..9fe2e149 100644 --- a/src/usr/imgmgmt.c +++ b/src/usr/imgmgmt.c @@ -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; } -- cgit v1.2.3-55-g7522