The defaults are rather intrusive so let's not enable them by default
but leave them for users to configure manually.
the EPEL repository.
- Removed `-stream` from CentOS release specifiers. Instead of specifying `8-stream`,
you know just specify `8`.
+- Removed default kernel command line arguments `rhgb`, `selinux=0` and `audit=0`.
## v14
"--kernel-command-line",
metavar="OPTIONS",
action=SpaceDelimitedListAction,
- default=["rhgb", "selinux=0", "audit=0"],
+ default=[],
help="Set the kernel command line (only bootable images)",
)
group.add_argument(
"include_dir": None,
"incremental": False,
"install_dir": None,
- "kernel_command_line": ["rhgb", "selinux=0", "audit=0"],
+ "kernel_command_line": [],
"key": None,
"local_mirror": None,
"manifest_format": None,