From 151f97df1260bdbb8d2ac23f9d1713b4ba640c88 Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 21 Jan 2021 13:27:31 -0500 Subject: [PATCH] cleaning up a bit --- _base.py | 4 ++-- tpl/arch_grub.conf.j2 | 4 ++-- tpl/grml_grub.conf.j2 | 4 ++-- tpl/sysresccd_grub.conf.j2 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_base.py b/_base.py index c35b2ca..bf9a67f 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 + hash_type, + do_grub_cfg = True, # check_gpg = True, # TODO: GPG sig checking ): self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir)) diff --git a/tpl/arch_grub.conf.j2 b/tpl/arch_grub.conf.j2 index 75cae5b..79947bf 100644 --- a/tpl/arch_grub.conf.j2 +++ b/tpl/arch_grub.conf.j2 @@ -4,8 +4,8 @@ exec tail -n +3 $0 # Arch Vanilla ISO # Project: https://archlinux.org/ # Details: -# https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Arch_Linux_monthly_release -# https://git.archlinux.org/archiso.git/tree/docs/README.bootparams +# https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Arch_Linux_monthly_release +# https://git.archlinux.org/archiso.git/tree/docs/README.bootparams submenu 'Arch Install ISO' { menuentry 'Default Options' { diff --git a/tpl/grml_grub.conf.j2 b/tpl/grml_grub.conf.j2 index 7cf02dd..c0eb994 100644 --- a/tpl/grml_grub.conf.j2 +++ b/tpl/grml_grub.conf.j2 @@ -5,8 +5,8 @@ exec tail -n +3 $0 # GRML # Project: https://grml.org/ # Details: -# https://grml.org/docs/ -# http://grml.org/cheatcodes/ +# https://grml.org/docs/ +# http://grml.org/cheatcodes/ submenu 'GRML' { # Does this work? diff --git a/tpl/sysresccd_grub.conf.j2 b/tpl/sysresccd_grub.conf.j2 index 43e27d9..907afd8 100644 --- a/tpl/sysresccd_grub.conf.j2 +++ b/tpl/sysresccd_grub.conf.j2 @@ -4,8 +4,8 @@ exec tail -n +3 $0 # System Rescue CD # Project: https://www.system-rescue.org/ # Details: -# https://www.system-rescue.org/manual/Installing_SystemRescue_on_the_disk/#first-approach-using-grub2-with-isoloop -# https://www.system-rescue.org/manual/Booting_SystemRescueCd/ +# https://www.system-rescue.org/manual/Installing_SystemRescue_on_the_disk/#first-approach-using-grub2-with-isoloop +# https://www.system-rescue.org/manual/Booting_SystemRescueCd/ submenu 'System Rescue CD' { menuentry 'Default options' {