mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
add some files from /etc
This commit is contained in:
parent
d3442d9beb
commit
16b40e1982
4 changed files with 30 additions and 0 deletions
5
etc/initcpio/hooks/bootmsg
Normal file
5
etc/initcpio/hooks/bootmsg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/ash
|
||||||
|
|
||||||
|
run_hook() {
|
||||||
|
cat /etc/bootmsg
|
||||||
|
}
|
11
etc/initcpio/install/bootmsg
Normal file
11
etc/initcpio/install/bootmsg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_file /etc/bootmsg && add_runscript
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat <<HELPEOF
|
||||||
|
This hooks allows to output an arbitrary boot message.
|
||||||
|
HELPEOF
|
||||||
|
}
|
13
etc/locale.conf
Normal file
13
etc/locale.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
LC_COLLATE=C
|
||||||
|
LC_TIME=en_GB.UTF-8
|
||||||
|
LC_MESSAGES=en_US.UTF-8
|
||||||
|
|
||||||
|
LC_IDENTIFICATION=uk_UA.UTF-8
|
||||||
|
LC_ADDRESS=uk_UA.UTF-8
|
||||||
|
LC_MONETARY=uk_UA.UTF-8
|
||||||
|
LC_MEASUREMENT=uk_UA.UTF-8
|
||||||
|
LC_NAME=ru_RU.UTF-8
|
||||||
|
LC_NUMERIC=uk_UA.UTF-8
|
||||||
|
LC_PAPER=uk_UA.UTF-8
|
||||||
|
LC_TELEPHONE=uk_UA.UTF-8
|
1
etc/sudoers.d/99_dmitmel_dotfiles
Normal file
1
etc/sudoers.d/99_dmitmel_dotfiles
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Defaults pwfeedback, env_editor
|
Loading…
Reference in a new issue