diff options
Diffstat (limited to 'meta/packages/oh/qemu-config/poky-chroot-init')
-rwxr-xr-x | meta/packages/oh/qemu-config/poky-chroot-init | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/oh/qemu-config/poky-chroot-init b/meta/packages/oh/qemu-config/poky-chroot-init new file mode 100755 index 0000000000..0afa505100 --- /dev/null +++ b/meta/packages/oh/qemu-config/poky-chroot-init @@ -0,0 +1,7 @@ +#!/bin/bash + +export USER=root +export HOME=/home/root +export PATH=/sbin:/bin:/usr/sbin:/usr/bin + +fakeroot ipkg configure |