|
@@ -253,9 +253,10 @@
|
|
|
|
|
|
# The default test type (default test)
|
|
|
# The test types may be:
|
|
|
-# build - only build the kernel, do nothing else
|
|
|
-# boot - build and boot the kernel
|
|
|
-# test - build, boot and if TEST is set, run the test script
|
|
|
+# build - only build the kernel, do nothing else
|
|
|
+# install - build and install, but do nothing else (does not reboot)
|
|
|
+# boot - build, install, and boot the kernel
|
|
|
+# test - build, boot and if TEST is set, run the test script
|
|
|
# (If TEST is not set, it defaults back to boot)
|
|
|
# bisect - Perform a bisect on the kernel (see BISECT_TYPE below)
|
|
|
# patchcheck - Do a test on a series of commits in git (see PATCHCHECK below)
|