summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/debian
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-07-19 17:09:19 +0200
committerDirk von Suchodoletz2009-07-19 17:09:19 +0200
commitdfc4909b39ccd5542e424b9af8497459c25bf90c (patch)
tree79c0599dccb92953d65426ebfd8d84a160a7b183 /initramfs/distro-specs/debian
parentFix of uclibc-wrapper (check for directories). (diff)
downloadcore-dfc4909b39ccd5542e424b9af8497459c25bf90c.tar.gz
core-dfc4909b39ccd5542e424b9af8497459c25bf90c.tar.xz
core-dfc4909b39ccd5542e424b9af8497459c25bf90c.zip
Some small updates ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3024 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/debian')
-rw-r--r--initramfs/distro-specs/debian/functions-default3
1 files changed, 1 insertions, 2 deletions
diff --git a/initramfs/distro-specs/debian/functions-default b/initramfs/distro-specs/debian/functions-default
index 0896360c..9877f493 100644
--- a/initramfs/distro-specs/debian/functions-default
+++ b/initramfs/distro-specs/debian/functions-default
@@ -184,8 +184,7 @@ config_snmp () {
# localization like consolefont and language
dlocale () {
# console font setting program not available in Debian 4!?
- echo -e "\t#setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \
- >>/mnt/etc/init.d/boot.slx
+ d_mkrlscript entry boot.slx "#setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1"
# fixme!! check for proper operation
# sed -e "s,LANGUAGE=.*,LANGUAGE=\"${LANG}\" # set within initramfs," \
# -e "s,LANG=.*,LANG=\"${LANG}\" # set within initramfs," \