commit | ab7b64e9ee1e930ffe9d7f5b5eebe618a3b3a03b | [log] [tgz] |
---|---|---|
author | Peter Jones <pjones@redhat.com> | Wed May 16 13:43:26 2012 -0400 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed May 16 13:59:52 2012 -0700 |
tree | 8132225b48475717281346ed40f8ef1f12b5bd2e | |
parent | 363f7ce3250aafdaab43011c7dc40158ea571e6b [diff] |
x86: Don't continue booting if we can't load the specified initrd If we've determined we can't do what the user asked, trying to do something else isn't going to make the user's life better. Without this the screen scrolls a bit and then you get a panic anyway, and it's nice not to have so much scroll after the real problem in bug reports. Link: http://lkml.kernel.org/r/1337190206-12121-1-git-send-email-pjones@redhat.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>