Fixing locale
This commit is contained in:
parent
4a2e6bf6e7
commit
ffb20898e1
23 changed files with 16 additions and 13 deletions
|
@ -24,9 +24,12 @@ package_tdpeuter-base() {
|
|||
)
|
||||
|
||||
post_install() {
|
||||
systemctl enable NetworkManager.service
|
||||
>&2 echo "Enabling NetworkManager"
|
||||
systemctl enable --now NetworkManager.service
|
||||
|
||||
>&2 echo "Fixing locale"
|
||||
sed -i "s/^#\(nl_BE.UTF-8 UTF-8\)/\1/g" "/etc/locale.gen"
|
||||
locale-gen
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue