From ab681ff7bb7764e059475d7e4e0cca0852b8f00d Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 21 Aug 2008 21:34:30 +0000 Subject: Small fix on evaluation in suse-functions ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2075 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/suse/functions-default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default index 71b0495c..857684fb 100644 --- a/initramfs/distro-specs/suse/functions-default +++ b/initramfs/distro-specs/suse/functions-default @@ -46,8 +46,8 @@ config_distro () { rm -rf /mnt/etc/init.d/${dir}/* done # link the additional key setup (notbook special keys) - [ grep -q -E "otebook" /etc/hwinfo.bios -a \ - -e /mnt/etc/init.d/hotkey-setup ] && rllinker "hotkey-setup" 25 25 + grep -q -E "otebook" /etc/hwinfo.bios && \ + [ -e /mnt/etc/init.d/hotkey-setup ] && rllinker "hotkey-setup" 25 25 # no need to run start scripts in parallel # enable magic sysrequest for the clients -- cgit v1.2.3-55-g7522