diff --git a/pym/update/update.py b/pym/update/update.py index 56de88a..1d611e6 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -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") - \ No newline at end of file +