Searched refs:run_command (Results 1 – 1 of 1) sorted by relevance
| /misc/packaging/ |
| A D | gen_acrn_deb.py | 23 def run_command(cmd, path): function 50 ret = run_command(cmd['cmd'], cmd['dir']) 125 run_command('rm -rf acrn_release_img/usr/*', build_dir) 136 run_command('cp %s %s' % (source, target), cur_dir) 138 run_command('mkdir -p %s' % target, cur_dir) 139 run_command('cp %s %s' % (source, target), cur_dir) 142 run_command('chmod +x ./build/acrn_release_deb/etc/grub.d/100_ACRN', cur_dir) 143 run_command('chmod +x ./build/acrn_release_deb/DEBIAN/postinst', cur_dir) 146 run_command('chmod +x ./build/acrn_release_deb/DEBIAN/preinst', cur_dir) 188 run_command('chmod +x ./build/acrn_board_inspector_deb/DEBIAN/postinst', cur_dir) [all …]
|
Completed in 4 milliseconds