> 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): Looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list