add some files from /etc

This commit is contained in:
Dmytro Meleshko 2019-09-25 08:43:01 +03:00
parent d3442d9beb
commit 16b40e1982
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/ash
run_hook() {
cat /etc/bootmsg
}

View 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
View 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

View File

@ -0,0 +1 @@
Defaults pwfeedback, env_editor