2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

fix issue#1139@github, run <dpkg-reconfigure locales> noninteractive

This commit is contained in:
immarvin
2016-05-18 05:06:17 -04:00
parent 11cdf72972
commit 370deeb4e1

View File

@@ -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