ajout de locale.conf et vconsole.conf
This commit is contained in:
@@ -4,10 +4,17 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|||||||
|
|
||||||
SRC_URI += "file://hostname \
|
SRC_URI += "file://hostname \
|
||||||
file://hosts \
|
file://hosts \
|
||||||
file://fstab"
|
file://fstab \
|
||||||
|
file://locale.conf \
|
||||||
|
file://vconsole.conf"
|
||||||
|
|
||||||
|
FILES:{PN} += "${sysconfdir}/locale.conf \
|
||||||
|
${sysconfdir}/vconsole.conf"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -m 0644 ${WORKDIR}/hostname ${D}${sysconfdir}
|
install -m 0644 ${WORKDIR}/hostname ${D}${sysconfdir}
|
||||||
install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}
|
install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}
|
||||||
install -m 0644 ${WORKDIR}/fstab ${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}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
LANG=fr_FR.UTF8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
KEYMAP=fr-latin9
|
||||||
Reference in New Issue
Block a user