diff --git a/_base.py b/_base.py index bf9a67f..c35b2ca 100644 --- a/_base.py +++ b/_base.py @@ -22,10 +22,10 @@ class BaseUpdater(object): dest_file, ver_file, lock_path, + do_grub_cfg, boot_dir, grub_cfg, - hash_type, - do_grub_cfg = True, + hash_type # check_gpg = True, # TODO: GPG sig checking ): self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))