cleaning up a bit
This commit is contained in:
parent
bceebbd0ff
commit
151f97df12
4
_base.py
4
_base.py
@ -22,10 +22,10 @@ class BaseUpdater(object):
|
|||||||
dest_file,
|
dest_file,
|
||||||
ver_file,
|
ver_file,
|
||||||
lock_path,
|
lock_path,
|
||||||
do_grub_cfg,
|
|
||||||
boot_dir,
|
boot_dir,
|
||||||
grub_cfg,
|
grub_cfg,
|
||||||
hash_type
|
hash_type,
|
||||||
|
do_grub_cfg = True,
|
||||||
# check_gpg = True, # TODO: GPG sig checking
|
# check_gpg = True, # TODO: GPG sig checking
|
||||||
):
|
):
|
||||||
self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))
|
self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))
|
||||||
|
@ -4,8 +4,8 @@ exec tail -n +3 $0
|
|||||||
# Arch Vanilla ISO
|
# Arch Vanilla ISO
|
||||||
# Project: https://archlinux.org/
|
# Project: https://archlinux.org/
|
||||||
# Details:
|
# Details:
|
||||||
# https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Arch_Linux_monthly_release
|
# https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Arch_Linux_monthly_release
|
||||||
# https://git.archlinux.org/archiso.git/tree/docs/README.bootparams
|
# https://git.archlinux.org/archiso.git/tree/docs/README.bootparams
|
||||||
submenu 'Arch Install ISO' {
|
submenu 'Arch Install ISO' {
|
||||||
|
|
||||||
menuentry 'Default Options' {
|
menuentry 'Default Options' {
|
||||||
|
@ -5,8 +5,8 @@ exec tail -n +3 $0
|
|||||||
# GRML
|
# GRML
|
||||||
# Project: https://grml.org/
|
# Project: https://grml.org/
|
||||||
# Details:
|
# Details:
|
||||||
# https://grml.org/docs/
|
# https://grml.org/docs/
|
||||||
# http://grml.org/cheatcodes/
|
# http://grml.org/cheatcodes/
|
||||||
submenu 'GRML' {
|
submenu 'GRML' {
|
||||||
|
|
||||||
# Does this work?
|
# Does this work?
|
||||||
|
@ -4,8 +4,8 @@ exec tail -n +3 $0
|
|||||||
# System Rescue CD
|
# System Rescue CD
|
||||||
# Project: https://www.system-rescue.org/
|
# Project: https://www.system-rescue.org/
|
||||||
# Details:
|
# Details:
|
||||||
# https://www.system-rescue.org/manual/Installing_SystemRescue_on_the_disk/#first-approach-using-grub2-with-isoloop
|
# 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/Booting_SystemRescueCd/
|
||||||
submenu 'System Rescue CD' {
|
submenu 'System Rescue CD' {
|
||||||
|
|
||||||
menuentry 'Default options' {
|
menuentry 'Default options' {
|
||||||
|
Reference in New Issue
Block a user