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

Merge pull request #1143 from immarvin/onubtgenimage16.04

fix issue#1139@github, run <dpkg-reconfigure locales> noninteractive
This commit is contained in:
Xiaopeng Wang
2016-05-18 17:52:00 +08:00

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