Example #1
0
def register_all():
    register_bootstraper(Distro.DEBIAN, DebianBootstraper)
    register_bootstraper(Distro.REDHAT, RedHatBootstraper)
    register_bootstraper(Distro.SUSE, OpenSuseBootstraper)
Example #2
0
def register_all():
    register_bootstraper(Distro.WINDOWS, WindowsBootstraper)
Example #3
0
def register_all():
    register_bootstraper(Distro.DEBIAN, DebianBootstraper)
    register_bootstraper(Distro.REDHAT, RedHatBootstraper)
    register_bootstraper(Distro.SUSE, OpenSuseBootstraper)
Example #4
0
def register_all():
    register_bootstraper(Distro.OS_X, OSXBootstraper)
Example #5
0
def register_all():
    register_bootstraper(Distro.ANDROID, AndroidBootstraper)
Example #6
0
def register_all():
    register_bootstraper(Distro.IOS, IOSBootstraper)
Example #7
0
def register_all():
    register_bootstraper(Distro.WINDOWS, WindowsBootstraper)
Example #8
0
def register_all():
    register_bootstraper(Distro.IOS, IOSBootstraper)