From 511b06adea7af215e9385a1a5f215b9e0d749c0d Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 25 May 2011 23:10:34 +0200 Subject: Small changes/fixes. --- src/initramfs/distro-specs/suse/functions-11.4 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/initramfs/distro-specs') diff --git a/src/initramfs/distro-specs/suse/functions-11.4 b/src/initramfs/distro-specs/suse/functions-11.4 index 6699652d..94269cc8 100644 --- a/src/initramfs/distro-specs/suse/functions-11.4 +++ b/src/initramfs/distro-specs/suse/functions-11.4 @@ -49,12 +49,6 @@ if [ "x$start_dreshal" = "xyes" ]; then "/var/run/dbus/at_console/pool"; do testmkd /mnt${dir} done - # enable access to removable devices - sed -i /mnt/etc/PolicyKit/PolicyKit.conf \ - -e "s/\(<\/config>\)/ @@new@@\n\1/" \ - -e "s/@@new@@/\n@@return@@\n <\/match>/" \ - -e "s/@@action@@/org.freedesktop.hal.storage.mount-removable/" \ - -e "s/@@return@@/ /" if [ -f /mnt/etc/init.d/dbus ] ; then strinfile "messagebus:" /mnt/etc/passwd || \ @@ -105,8 +99,9 @@ if [ -e /mnt/etc/init.d/ntp ] ; then fi testmkd /mnt/var/lib/ntp/var/run/ntp testmkd /mnt/var/db + touch /mnt/var/db/ntp-kod if [ "x$start_ntp" = "xyes" ] ; then - rllinker "ntp" 7 14 + rllinker "ntp" 2 14 fi fi } -- cgit v1.2.3-55-g7522