From 370deeb4e1c6db1638395f7f072e2ac675b90fec Mon Sep 17 00:00:00 2001 From: immarvin Date: Wed, 18 May 2016 05:06:17 -0400 Subject: [PATCH] fix issue#1139@github, run noninteractive --- xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall b/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall index 1e6ed8dc3..26a801c61 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall @@ -49,5 +49,5 @@ chroot $installroot \ locale-gen en_US.UTF-8 en_US chroot $installroot \ update-locale -chroot $installroot \ +DEBIAN_FRONTEND=noninteractive chroot $installroot \ dpkg-reconfigure locales