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:
parent
88162780a7
commit
af3494fc46
@ -296,8 +296,6 @@ def lmc_parser(dracut_default=""):
|
|||||||
vagrant_group.add_argument("--vagrantfile",
|
vagrant_group.add_argument("--vagrantfile",
|
||||||
help="optional 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",
|
parser.add_argument("--project", default="Linux",
|
||||||
help="substituted for @PROJECT@ in bootloader config files")
|
help="substituted for @PROJECT@ in bootloader config files")
|
||||||
parser.add_argument("--releasever", default="32",
|
parser.add_argument("--releasever", default="32",
|
||||||
|
Loading…
Reference in New Issue
Block a user