diff options
Diffstat (limited to 'initramfs')
| -rw-r--r-- | initramfs/distro-specs/suse/functions-default | 4 |
1 files 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 |
