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
This commit is contained in:
Brian C. Lane 2019-10-18 11:15:27 -07:00
parent 88162780a7
commit af3494fc46
1 changed files with 0 additions and 2 deletions

View File

@ -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",