From 74388f52964c9d846422d4f41e163cfde0e2f7b0 Mon Sep 17 00:00:00 2001 From: kokkiemouse Date: Fri, 25 Sep 2020 22:53:39 +0900 Subject: [PATCH] fixed Signed-off-by: kokkiemouse --- channels/share/airootfs/root/customize_airootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/share/airootfs/root/customize_airootfs.sh b/channels/share/airootfs/root/customize_airootfs.sh index c76107c..28b1ba3 100755 --- a/channels/share/airootfs/root/customize_airootfs.sh +++ b/channels/share/airootfs/root/customize_airootfs.sh @@ -119,6 +119,6 @@ chmod +x "/etc/profile.d/alias_systemctl_setup.sh" chmod 750 -R /etc/sudoers.d/ chown root:root -R /etc/sudoers.d/ -echo "LANG=${locale_gen_name}" > "/etc/locale.conf" +echo "LANG=${localegen}" > "/etc/locale.conf" truncate -s 0 /etc/machine-id passwd -u -f root \ No newline at end of file -- 2.11.0