##// END OF EJS Templates
change qemu permissions in the chroot environment so that the _apt user can execute commands.
Justin Friel -
r151:2e44635ee733
parent child
Show More
@@ -28,7 +28,7 fi
28 http_proxy=${APT_PROXY} debootstrap ${EXCLUDES} --arch="${RELEASE_ARCH}" --foreign ${VARIANT} --components="${COMPONENTS}" --include="${APT_INCLUDES}" "${RELEASE}" "${R}" "http://${APT_SERVER}/debian"
28 http_proxy=${APT_PROXY} debootstrap ${EXCLUDES} --arch="${RELEASE_ARCH}" --foreign ${VARIANT} --components="${COMPONENTS}" --include="${APT_INCLUDES}" "${RELEASE}" "${R}" "http://${APT_SERVER}/debian"
29
29
30 # Copy qemu emulator binary to chroot
30 # Copy qemu emulator binary to chroot
31 install_exec "${QEMU_BINARY}" "${R}${QEMU_BINARY}"
31 install -m 755 -o root -g root "${QEMU_BINARY}" "${R}${QEMU_BINARY}"
32
32
33 # Copy debian-archive-keyring.pgp
33 # Copy debian-archive-keyring.pgp
34 mkdir -p "${R}/usr/share/keyrings"
34 mkdir -p "${R}/usr/share/keyrings"
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant