ajout de locale.conf et vconsole.conf
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
1
recipes-core/base-files/files/locale.conf
Normal file
1
recipes-core/base-files/files/locale.conf
Normal file
@@ -0,0 +1 @@
|
||||
LANG=fr_FR.UTF8
|
||||
1
recipes-core/base-files/files/vconsole.conf
Normal file
1
recipes-core/base-files/files/vconsole.conf
Normal file
@@ -0,0 +1 @@
|
||||
KEYMAP=fr-latin9
|
||||
Reference in New Issue
Block a user