summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-01-29 16:23:57 +0100
committerDirk von Suchodoletz2006-01-29 16:23:57 +0100
commit96c2314f22400aa67c6fc8ce5ceee8cf6429e48e (patch)
tree4df04e07372b865ab87241b3d74b31cd316227ec /initrd/distro-specs
parenteinige bugfixes (diff)
downloadcore-96c2314f22400aa67c6fc8ce5ceee8cf6429e48e.tar.gz
core-96c2314f22400aa67c6fc8ce5ceee8cf6429e48e.tar.xz
core-96c2314f22400aa67c6fc8ce5ceee8cf6429e48e.zip
Added udevd to initial ramdisk. All devices seem to appear by now. Added
oss compat. to hwautocfg and fixed some minor bugs ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@45 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs')
-rw-r--r--initrd/distro-specs/suse/config-10.08
-rw-r--r--initrd/distro-specs/suse/functions-10.08
-rw-r--r--initrd/distro-specs/suse/functions-9.37
3 files changed, 17 insertions, 6 deletions
diff --git a/initrd/distro-specs/suse/config-10.0 b/initrd/distro-specs/suse/config-10.0
new file mode 100644
index 00000000..f222c866
--- /dev/null
+++ b/initrd/distro-specs/suse/config-10.0
@@ -0,0 +1,8 @@
+# Description: distro specific settings for SuSE 10.0. This file merily
+# contains changes from the SuSE 9.3 base configuration file
+#
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 26-01-2006
+#
+# Copyright: (c) 2003, 2005 - RZ Universitaet Freiburg
+
+# nothing changed yet
diff --git a/initrd/distro-specs/suse/functions-10.0 b/initrd/distro-specs/suse/functions-10.0
index 449a552b..30606fd0 100644
--- a/initrd/distro-specs/suse/functions-10.0
+++ b/initrd/distro-specs/suse/functions-10.0
@@ -3,13 +3,13 @@
# changes should be done there, version specific changes for
# the 10.0 here.
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 26-01-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 29-01-2006
# Blabla
# Blub
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
-# Version: 0.2.1a
+# Version: 0.2.1b
# acpi and powersave have changed
config_acpi () {
@@ -43,13 +43,13 @@ if [ "x$start_dreshal" = "xyes" ]; then
stop="0"`expr $start - 1`
rllinker "resmgr" "$start" "$stop"
fi
- if [ -f /mnt/etc/init.d/hal ] ; then
+ if [ -f /mnt/etc/init.d/haldaemon ] ; then
strinfile "haldaemon:" /mnt/etc/passwd || \
echo "haldaemon:x:105:103:User for haldaemon:/var/run/hal:/bin/false" \
>> /mnt/etc/passwd
start="0"`expr $start + 1`
stop="0"`expr $start - 1`
- rllinker "hal" "$start" "$stop"
+ rllinker "haldaemon" "$start" "$stop"
fi
fi
}
diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3
index f9d2ef63..b7c26212 100644
--- a/initrd/distro-specs/suse/functions-9.3
+++ b/initrd/distro-specs/suse/functions-9.3
@@ -4,13 +4,13 @@
# functions file). This file is the main base for the
# following SuSE distributions
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 26-01-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 29-01-2006
# Blabla
# Blub
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
-# Version: 0.2.1a
+# Version: 0.2.1b
# distro specific stuff to initialize
preinit () {
@@ -314,6 +314,9 @@ config_dm_entry yes
consolefont () {
echo -e "\tsetfont ${CONSOLE_FONT} >${LOGFILE} 2>&1\n" \
>>/mnt/etc/${D_INITDIR}/boot.ld
+sed -e "s,RC_LANG=.*,RC_LANG=\"${LANG}\" # added in initrd," \
+ /mnt/etc/${D_SYSCONFDIR}/language > /etc/language
+cp /etc/language /mnt/etc/${D_SYSCONFDIR}/language
}
# acpi and powersave