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""" """Kernel attributes"""
# on usb-hdd install must be "delay=5" # on usb-hdd install must be "delay=5"
if self.Get('os_install_root_type') == 'usb-hdd': if self.Get('os_install_root_type') == 'usb-hdd':
return "scandelay=5" return " scandelay=5"
else: else:
return "" return ""

Loading…
Cancel
Save