summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-10.2
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-26 18:44:43 +0100
committerDirk von Suchodoletz2009-02-26 18:44:43 +0100
commit7100688c9a9fffc13d73fbe46e5ad48865674c0d (patch)
treeb7ac06864cc19e32f84b8bd6562413ea50829e9f /initramfs/distro-specs/suse/functions-10.2
parentxserver plugin: (diff)
downloadcore-7100688c9a9fffc13d73fbe46e5ad48865674c0d.tar.gz
core-7100688c9a9fffc13d73fbe46e5ad48865674c0d.tar.xz
core-7100688c9a9fffc13d73fbe46e5ad48865674c0d.zip
Small fix for SuSE10.2 functions, load the ide-disk module as
needed in older systems to access harddisks. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2647 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-10.2')
-rw-r--r--initramfs/distro-specs/suse/functions-10.22
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2
index 16d0cdee..f7412fa6 100644
--- a/initramfs/distro-specs/suse/functions-10.2
+++ b/initramfs/distro-specs/suse/functions-10.2
@@ -35,7 +35,7 @@ local start=5
local stop=18
if [ "x$start_dreshal" = "xyes" ]; then
for dir in /var/run/dbus /var/run/resmgr/classes /var/run/hal \
- /var/cache/hald /var/lib/PolicyKit; do
+ /var/cache/hald /var/lib/PolicyKit /var/lib/misc ; do
testmkd /mnt/$dir
done
if [ -f /mnt/etc/init.d/dbus ] ; then