summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-03-10 18:30:40 +0100
committerDirk von Suchodoletz2010-03-10 18:30:40 +0100
commitc3e268b90b58269878d34614c47be059feb4ba20 (patch)
treebff925169f5822196904de48f59ddeed0e1856b9 /initramfs
parentRe-enabling rc-sysinit,networking.conf for booting (see #675) ... (diff)
parentadd dummy dlocale function to functions-default (diff)
downloadcore-c3e268b90b58269878d34614c47be059feb4ba20.tar.gz
core-c3e268b90b58269878d34614c47be059feb4ba20.tar.xz
core-c3e268b90b58269878d34614c47be059feb4ba20.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'initramfs')
-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 () {
+:
+}