latest for testing

This commit is contained in:
2019-10-04 06:57:35 -07:00
parent 5273235554
commit 3e7cba20ce
3 changed files with 8 additions and 11 deletions

View File

@@ -1,10 +1,5 @@
# KEYBOARD CONFIGURATION FILE
# # KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
# blank

View File

@@ -4,7 +4,7 @@
shopt -s nullglob
# Run every per-once script
run-parts --regex '.*\.sh$' /boot/per-once.d |
run-parts --regex '.*\.sh$' /boot/per-once.d | logger -s -t run-per-once
# Rename every per-once script
for f in /boot/per-once.d/*.sh; do
@@ -12,4 +12,4 @@ for f in /boot/per-once.d/*.sh; do
done
# Run every per-boot script
run-parts --regex '.*\.sh$' /boot/per-boot.d
run-parts --regex '.*\.sh$' /boot/per-boot.d | logger -s -t run-per-boot