Add support installation from cached livecd

master3.3
Mike Hiretsky 14 years ago
parent 0f40fc9082
commit bb8deeb756

@ -513,6 +513,8 @@ class fillVars(object, glob_attr):
if self.Get('os_root_type') == "livecd":
if self.Get('os_scratch') == "on":
livedistr = ['/mnt/flash']
elif path.exists('/mnt/squash'):
livedistr = ['/mnt/livecd']
else:
livedistr = ['/mnt/cdrom']
else:

Loading…
Cancel
Save