138 |
return -1 |
return -1 |
139 |
|
|
140 |
if flags.setupFilesystems: |
if flags.setupFilesystems: |
|
oldfsset.checkFilesystems(instPath) |
|
141 |
oldfsset.mountFilesystems(instPath, readOnly = readOnly) |
oldfsset.mountFilesystems(instPath, readOnly = readOnly) |
142 |
|
|
143 |
# XXX we should properly support 'auto' at some point |
# XXX we should properly support 'auto' at some point |
390 |
try: |
try: |
391 |
os.unlink("%s/var/lib/rpm/%s" %(instPath, file)) |
os.unlink("%s/var/lib/rpm/%s" %(instPath, file)) |
392 |
except: |
except: |
393 |
pass |
log("failed to unlink /var/lib/rpm/%s" %(file,)) |
|
# log("failed to unlink /var/lib/rpm/%s" %(file,)) |
|
394 |
|
|
395 |
packages = findpackageset.findpackageset(id.grpset.hdrlist.hdlist, |
packages = findpackageset.findpackageset(id.grpset.hdrlist.hdlist, |
396 |
instPath) |
instPath) |