From 6a6d41af20de3d9a1b1ecd7f85fc49b7749b2ae8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 5 Jan 2014 12:20:07 +0100 Subject: [PATCH] Should probably remove TODO marks after completing them --- installer/slave/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/slave/install.py b/installer/slave/install.py index b1c80a1..6e4f542 100644 --- a/installer/slave/install.py +++ b/installer/slave/install.py @@ -348,7 +348,7 @@ else: try: kernel_name = [fname for fname in glob.glob("/boot/vmlinuz-*") if "openvz" in fname][0].split("/vmlinuz-")[-1] except IndexError, e: - # No suitable kernel found! TODO: Error out + # No suitable kernel found! sys.stderr.write("ERROR: Could not find an OpenVZ kernel image to add to the GRUB\n") sys.stderr.write("configuration! Most likely, installation failed. Aborting...\n") exit(1)