Fix local generation for debian image

This commit is contained in:
fnux 2020-05-24 09:22:29 +02:00
parent 1841857703
commit 9c17dad41d
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ run_root apt-get -y install haveged
run_root systemctl enable haveged.service
# Generate locales.
run_root sed -i 's/^# *\(en_GB.UTF-8\)/\1/' /etc/locale.gen
run_root 'sed -i "s/^# *\(en_GB.UTF-8\)/\1/" etc/locale.gen'
run_root locale-gen
# Generate fstab file.