Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
view file @ 92dec19329
... ... --- a/0035-exit-and-reboot-buttons-in-final-spoke.patch
... ... +++ b/0035-exit-and-reboot-buttons-in-final-spoke.patch
... ... @@ -31,7 +31,7 @@ index cefe684..fac920a 100755
31 31
+    # Reboot the system.
32 32
+    from pyanaconda.core.util import get_installation_status
33 33
+    status = get_installation_status()
34
+    if status["reboot"] and status["over"]:
34
+    if conf.system.can_reboot and ((status["reboot"] and status["over"]) or rebootData.action is not None):
35 35
         from pykickstart.constants import KS_SHUTDOWN, KS_WAIT
36 36
 
37 37
         if flags.eject or rebootData.eject:
... ... --- a/anaconda.spec
... ... +++ b/anaconda.spec
... ... @@ -1,5 +1,5 @@
1 1
%global git_rel 1
2
%global rosa_rel 57
2
%global rosa_rel 58
3 3
4 4
%global __requires_exclude ^%{_bindir}/bash$
5 5
%global __requires_exclude ^typelib\\((RpmOstree)

Comments