Skip to content

Commit

Permalink
Configure en_US as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 17, 2024
1 parent c03e245 commit 85908eb
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions mageia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ image:
distribution: mageia
release: 8
architecture: x86_64
#expiry: 30d
#variant: default
#name: distro-release-x86_64
#serial: some-random-string

source:
downloader: rootfs-http
url: file:///home/alex/IT/Mageia-LXC/Mageia8.sqfs
#keys:
#- 0xEDCA7A90
#keyserver: http://pool.sks-keyservers.net
#variant: default
#suite: suite
#same_as: bionic
skip_verification: true

targets:
Expand Down Expand Up @@ -385,3 +375,9 @@ actions:
for repo in $(ls /etc/yum.repos.d/*.bak); do
mv "${repo}" ${repo%.*}
done
- trigger: post-files
action: |-
#!/bin/sh
echo "LANG=en_US.UTF-8" > /etc/locale.conf

0 comments on commit 85908eb

Please sign in to comment.