develop
asamoukin 16 years ago
parent debed73e5b
commit d4b743e142

@ -172,6 +172,8 @@ class fillVars(object, cl_base.glob_attr):
if rDev in line and "usb-" in line: if rDev in line and "usb-" in line:
rootType = "usb-hdd" rootType = "usb-hdd"
break break
if rootType == "ram":
rootType = "hdd"
return rootType return rootType
else: else:
return "" return ""
Loading…
Cancel
Save