testing more
This commit is contained in:
1
fix-raspian-defaults/root.overlay/etc/default/crda
Normal file
1
fix-raspian-defaults/root.overlay/etc/default/crda
Normal file
@@ -0,0 +1 @@
|
||||
REGDOMAIN=US
|
||||
10
fix-raspian-defaults/root.overlay/etc/default/keyboard
Normal file
10
fix-raspian-defaults/root.overlay/etc/default/keyboard
Normal file
@@ -0,0 +1,10 @@
|
||||
# KEYBOARD CONFIGURATION FILE
|
||||
|
||||
# Consult the keyboard(5) manual page.
|
||||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="us"
|
||||
XKBVARIANT=""
|
||||
XKBOPTIONS=""
|
||||
|
||||
BACKSPACE="guess"
|
||||
1
fix-raspian-defaults/root.overlay/etc/default/locale
Normal file
1
fix-raspian-defaults/root.overlay/etc/default/locale
Normal file
@@ -0,0 +1 @@
|
||||
LANG=en_US.UTF-8
|
||||
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Run user provided scripts on boot
|
||||
ConditionPathExists=/usr/lib/raspi-ini/run-parts.sh
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/raspi-ini/run-parts.sh
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user