summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-25 06:05:59 +0100
committerDirk von Suchodoletz2009-02-25 06:05:59 +0100
commit268f23ce234484ce5c6044f17f703eb0737f0ed7 (patch)
treed2cded72c5bf367b3f0d93046fe6449f6d75309b /initramfs/distro-specs/ubuntu/functions-default
parentAdded some hints/thoughts of Volkers vbox activities ... (diff)
downloadcore-268f23ce234484ce5c6044f17f703eb0737f0ed7.tar.gz
core-268f23ce234484ce5c6044f17f703eb0737f0ed7.tar.xz
core-268f23ce234484ce5c6044f17f703eb0737f0ed7.zip
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
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default4
1 files changed, 2 insertions, 2 deletions
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@@/ <return result=\"yes\"\/>/"
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