Lines Matching full:reboot
66 # have directory for the scripts to reboot and power cycle the boxes
81 # and ktest will use that kernel to reboot into.
113 # by setting the variable REBOOT to: none, error, fail or
114 # something else, ktest will power cycle or reboot the target box
117 # REBOOT := none
120 # REBOOT := error
121 # Reboot the box if ktest detects an error
123 # REBOOT := fail
130 DEFAULTS IF ${REBOOT} == none
136 DEFAULTS ELSE IF ${REBOOT} == error
142 DEFAULTS ELSE IF ${REBOOT} == fail