1{ 2 "import" : [ 3 "init.qemu.arm.linux.usb.cfg" 4 ], 5 "jobs" : [{ 6 "name" : "pre-init", 7 "cmds" : [ 8 "write /proc/sys/vm/min_free_kbytes 10240" 9 ] 10 }, { 11 "name" : "init", 12 "cmds" : [ 13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755" 14 ] 15 }, { 16 "name" : "fs", 17 "cmds" : [ 18 ] 19 }, { 20 "name" : "boot", 21 "cmds" : [ 22 "chmod 777 /dev/ttyAMA2", 23 "chmod 0440 /proc/interrupts", 24 "chmod 0440 /proc/stat" 25 ] 26 } 27 ] 28} 29