summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorBastian Wissler2007-02-19 16:24:30 +0100
committerBastian Wissler2007-02-19 16:24:30 +0100
commit992f334761683c94ed1e57f5a0b5535e5971b143 (patch)
tree4ef8433a015ec2ee364bb263e7a3a72334a81ed4 /initramfs/initrd-stuff/init
parent* slightly reworked distribution lookup mechanism (diff)
downloadcore-992f334761683c94ed1e57f5a0b5535e5971b143.tar.gz
core-992f334761683c94ed1e57f5a0b5535e5971b143.tar.xz
core-992f334761683c94ed1e57f5a0b5535e5971b143.zip
/trunk/initramfs/initrd-stuff/etc/messages translated to german and written to messages.de
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@702 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 2cec1f8a..624af488 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -16,6 +16,8 @@
#############################################################################
# functions common for all distros, messages contains all error and info
# output (for some reason the error output is not produced properly - crash)
+
+# how do the localization here? There is not yet a country-Variable
. /etc/messages
. /etc/functions || ( echo -e $init_mff && sleep 100 )
. /etc/distro-functions || ( echo -e $init_dff && sleep 100 )
@@ -29,6 +31,7 @@
# certain InitRamFS generated by slxmkramfs/mkdxsinitrd)
[ -f /etc/machine-setup ] && . /etc/machine-setup 2>/dev/null
+
export PATH=/bin:/sbin:/usr/bin/:/usr/sbin
export date="${slxconf_date}"