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

master 3.7.2.38
root 2 years ago
parent a03581b798
commit 061401ca2e

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

Loading…
Cancel
Save