##// END OF EJS Templates
Force noninteractive debian frontend
Filip Pytloun -
r58:5aea90096d16
parent child
Show More
@@ -15,5 +15,5 cleanup (){
15
15
16 chroot_exec() {
16 chroot_exec() {
17 # Exec command in chroot
17 # Exec command in chroot
18 LANG=C LC_ALL=C chroot $R $*
18 LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot $R $*
19 }
19 }
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant