ajout de locale.conf et vconsole.conf

This commit is contained in:
Vincent BENOIT
2023-01-03 09:41:38 +01:00
parent 9f98f45be4
commit 6182ac7c3a
3 changed files with 10 additions and 1 deletions

View File

@@ -4,10 +4,17 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://hostname \
file://hosts \
file://fstab"
file://fstab \
file://locale.conf \
file://vconsole.conf"
FILES:{PN} += "${sysconfdir}/locale.conf \
${sysconfdir}/vconsole.conf"
do_install:append() {
install -m 0644 ${WORKDIR}/hostname ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/locale.conf ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/vconsole.conf ${D}${sysconfdir}
}

View File

@@ -0,0 +1 @@
LANG=fr_FR.UTF8

View File

@@ -0,0 +1 @@
KEYMAP=fr-latin9