From 268f23ce234484ce5c6044f17f703eb0737f0ed7 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 25 Feb 2009 05:05:59 +0000 Subject: Cleaned up/restructured the mounting of fs components (function fsmount), removed creation of /dev/rtc (as it is a moving target in newer distros (25N 0 instead of traditional 10 135) - solution to be found), earlier start of dbus/hal in Ubuntu. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2639 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/ubuntu/functions-default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/distro-specs/ubuntu/functions-default') diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default index fd99fe7e..d5cb3f9b 100644 --- a/initramfs/distro-specs/ubuntu/functions-default +++ b/initramfs/distro-specs/ubuntu/functions-default @@ -211,8 +211,8 @@ if [ "x$start_dreshal" = "xyes" ]; then -e "s/@@return@@/ /" sed -i /mnt/etc/dbus-1/system.d/hal.conf \ -e "s/^\([^d]*\)deny\(.*Volume.*\)/\1allow\2/" - rllinker "dbus" 17 20 - rllinker "hal" 18 15 + rllinker "dbus" 2 20 + rllinker "hal" 3 18 if [ ! -e /mnt/etc/init.d/policykit ] ; then testmkd /mnt/var/lib/PolicyKit root:polkituser 1770 testmkd /mnt/var/lib/PolicyKit-public root:polkituser -- cgit v1.2.3-55-g7522