Fix boot once option
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 30 Apr 2010 21:21:11 +0000 (15:21 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:09:47 +0000 (12:09 -0500)
commit21a83eadddfd1a074b29b9b08d9ca2023267b696
tree814bd465f0f3d9f9355e320544452cb1c2946902
parentaaca64a8c6c0571a1596875ff2ef18cefdd110f4
Fix boot once option

The boot once options seems to have gotten broken since it originally
went in.  We need to wait until the second time restore_boot_devices()
gets called before restoring the standard boot order and removing itself
from the reset list.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
--
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c