summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorSebastian2010-03-10 00:09:35 +0100
committerSebastian2010-03-10 00:09:35 +0100
commit89facb8374233b23a8c988ca38d21bb50a0dab65 (patch)
tree4c021a7a681d84accdc79c23a347efa134ced115 /initramfs/stage3-stuff/etc/functions
parentNot functional yet (see #675) ... (diff)
downloadcore-89facb8374233b23a8c988ca38d21bb50a0dab65.tar.gz
core-89facb8374233b23a8c988ca38d21bb50a0dab65.tar.xz
core-89facb8374233b23a8c988ca38d21bb50a0dab65.zip
add dummy dlocale function to functions-default
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions4
1 files changed, 4 insertions, 0 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 4788a72b..f9ad22ae 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -1023,3 +1023,7 @@ config_nfsv4 () {
keytable () {
:
}
+# set up localization like keytable, console
+dlocale () {
+:
+}