fix scandelay option.

lvmraid 2.2.20_rc1
Mike Hiretsky 13 years ago
parent 44c8273855
commit 1787295c1a

@ -739,7 +739,7 @@ class fillVars(object, glob_attr):
"""Kernel attributes"""
# on usb-hdd install must be "delay=5"
if self.Get('os_install_root_type') == 'usb-hdd':
return "scandelay=5"
return " scandelay=5"
else:
return ""

Loading…
Cancel
Save