We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d3e32 commit 0780adbCopy full SHA for 0780adb
1 file changed
lib/bootstrap.sh
@@ -1,14 +1,14 @@
1
#!/bin/sh
2
3
-. $LKP_SRC/lib/mount.sh
4
-. $LKP_SRC/lib/http.sh
+. $LKP_SRC/lib/detect-system.sh
5
. $LKP_SRC/lib/env.sh
+. $LKP_SRC/lib/http.sh
6
+. $LKP_SRC/lib/kexec.sh
7
+. $LKP_SRC/lib/mount.sh
8
+. $LKP_SRC/lib/network.sh
9
. $LKP_SRC/lib/reboot.sh
-. $LKP_SRC/lib/ucode.sh
10
. $LKP_SRC/lib/tbox.sh
-. $LKP_SRC/lib/network.sh
-. $LKP_SRC/lib/detect-system.sh
11
-. $LKP_SRC/lib/kexec.sh
+. $LKP_SRC/lib/ucode.sh
12
13
# borrowed from linux/tools/testing/selftests/rcutorture/doc/initrd.txt
14
# Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
0 commit comments