Skip to content

Commit 0780adb

Browse files
committed
lib/bootstrap.sh: resort the source list
Signed-off-by: Philip Li <philip.li@intel.com>
1 parent 98d3e32 commit 0780adb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/bootstrap.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/sh
22

3-
. $LKP_SRC/lib/mount.sh
4-
. $LKP_SRC/lib/http.sh
3+
. $LKP_SRC/lib/detect-system.sh
54
. $LKP_SRC/lib/env.sh
5+
. $LKP_SRC/lib/http.sh
6+
. $LKP_SRC/lib/kexec.sh
7+
. $LKP_SRC/lib/mount.sh
8+
. $LKP_SRC/lib/network.sh
69
. $LKP_SRC/lib/reboot.sh
7-
. $LKP_SRC/lib/ucode.sh
810
. $LKP_SRC/lib/tbox.sh
9-
. $LKP_SRC/lib/network.sh
10-
. $LKP_SRC/lib/detect-system.sh
11-
. $LKP_SRC/lib/kexec.sh
11+
. $LKP_SRC/lib/ucode.sh
1212

1313
# borrowed from linux/tools/testing/selftests/rcutorture/doc/initrd.txt
1414
# Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

0 commit comments

Comments
 (0)