Add scripts to build a toolchain for running VM tests
This commit is contained in:
7
tools/files/rcS
Executable file
7
tools/files/rcS
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
||||
|
||||
mount -v proc /proc -n -t proc
|
||||
mount -w -v -n -o remount /
|
||||
mount -a
|
Reference in New Issue
Block a user