Remove any reference to fifib

parent bc572e91
......@@ -5,6 +5,7 @@ Changes
* Minor release: doesn't show scary error when modprobe of some monitoring
module can't be done. [Cédric de Saint Martin]
* Change references of VIFIB to slapos.org.
1.0a2 (2012-11-12)
------------------
......
......@@ -424,7 +424,7 @@ class Config:
def userConfig(self):
self.certificates = get_yes_no("Automatically register new computer to Vifib?",True)
self.certificates = get_yes_no("Automatically register new computer to slapos.org?",True)
if self.certificates:
self.computer_name = raw_input("Define a unique name for this computer: ")
self.partition_amount = raw_input("""Number of SlapOS partitions for this computer? Default is 20 :""")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment