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:
rootType = "usb-hdd"
break
if rootType == "ram":
rootType = "hdd"
return rootType
else:
return ""
Loading…
Cancel
Save