New process using mount point
This commit is contained in:
parent
637a60c3bf
commit
5d14cf2985
18 changed files with 217 additions and 244 deletions
9
lib/exec_in_chroot.sh
Executable file
9
lib/exec_in_chroot.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
if [ ! "$1" == "" ];
|
||||
then
|
||||
source /tmp/dist/$1
|
||||
shift
|
||||
FUNC=$1
|
||||
shift
|
||||
${FUNC} $*
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue