изменено: pym/update/update.py

master 3.7.2.38
root 1 year ago
parent a03581b798
commit 061401ca2e

@ -449,7 +449,6 @@ class Update(MethodsInterface):
# --------------DEPRECATED--------------#
# check for readonly fs
if not os.access(rpath, os.W_OK):
self.printWARNING(_("Read only FS was found in %s, skipping this step") % rpath)
return True
chroot_path = path.normpath(self.clVars.Get('cl_chroot_path'))
if chroot_path == '/':
@ -2071,4 +2070,4 @@ class Update(MethodsInterface):
else:
val = val if val else 0
self.clVars.Write(val_name, str(val), location="system")

Loading…
Cancel
Save