Initial commit
This commit is contained in:
commit
7ba970ce6b
88 changed files with 2587 additions and 0 deletions
11
airootfs/etc/systemd/system/locale-gen.service
Normal file
11
airootfs/etc/systemd/system/locale-gen.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Generate locales using locale-gen
|
||||
Before=display-manager.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
ExecStart=/usr/local/bin/generate_locale
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue