--- firstboot/xfrontend.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/firstboot/xfrontend.py b/firstboot/xfrontend.py index 40abc21..c139833 100644 --- a/firstboot/xfrontend.py +++ b/firstboot/xfrontend.py @@ -61,7 +61,7 @@ class XFrontEnd: os.environ["DISPLAY"] = ":9" try: - args = [":9", "-ac", "-nolisten", "tcp", "vt6", "-br"] + args = [":9", "-ac", "-nolisten", "tcp", "vt6", "-nr"] noOutput = os.open("/dev/null", os.O_RDWR) def sigchld_handler(num, frame): -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list