Imported Debian patch 3.7-1
[debian/elilo] / choosers / textmenu.c
index fb5ae007cda8afcb391b402980d66ff5120a0ee6..7fc2ec141db633e0ef2a07cb86d086160c6c9d83 100644 (file)
@@ -465,9 +465,8 @@ restart:
                ret = wait_timeout(elilo_opt.delay);
                if (ret != 0) {
                        elilo_opt.prompt = 1;
-                       elilo_opt.initrd[0] = CHAR_NULL;
+                       elilo_opt.initrd[0] = elilo_opt.vmcode[0] = CHAR_NULL;
                        elilo_opt.timeout =  ELILO_TIMEOUT_INFINITY;
-                       elilo_opt.initrd[0] = CHAR_NULL;
                        goto restart;
                }
        }