From 1ef3c2cfc341e732df80fb6e20e8cdb6fe2de950 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 18 Oct 2019 11:15:27 -0700 Subject: [PATCH] lorax: Drop unused --title option It has never been hooked up to anything, let alone substitution @TITLE@ (which also hasn't ever been used in the config files). Closes #863 --- src/pylorax/cmdline.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pylorax/cmdline.py b/src/pylorax/cmdline.py index e3b91585a..2bd0c9e53 100644 --- a/src/pylorax/cmdline.py +++ b/src/pylorax/cmdline.py @@ -296,8 +296,6 @@ def lmc_parser(dracut_default=""): vagrant_group.add_argument("--vagrantfile", help="optional vagrantfile") - parser.add_argument("--title", default="Linux Live Media", - help="Substituted for @TITLE@ in bootloader config files") parser.add_argument("--project", default="Linux", help="substituted for @PROJECT@ in bootloader config files") parser.add_argument("--releasever", default="32",