mirror of https://github.com/parazyd/arm-sdk.git
muh privileges
This commit is contained in:
parent
0864bb2940
commit
270b309a09
|
|
@ -31,8 +31,8 @@ init() {
|
|||
}
|
||||
|
||||
# Initialize binfmt_misc if not already, needed to run qemu
|
||||
[[ -d /proc/sys/fs/binfmt_misc ]] || modprobe binfmt_misc
|
||||
[[ -f /proc/sys/fs/binfmt_misc/register ]] || mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
|
||||
[[ -d /proc/sys/fs/binfmt_misc ]] || sudo modprobe binfmt_misc
|
||||
[[ -f /proc/sys/fs/binfmt_misc/register ]] || sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
|
||||
|
||||
# Build scripts are mapped to a device name here
|
||||
arm_map=(
|
||||
|
|
|
|||
Loading…
Reference in New Issue