Running 'setup' will text install defaultly
Fix problem of setting swap modified: dialog/di_newt.py modified: interface/ri_inst_cli.py modified: main/setup
This commit is contained in:
@@ -27,7 +27,7 @@ def set_task_scale():
|
||||
print "%.2f" %float(Rate.value)
|
||||
|
||||
def set_task_over():
|
||||
string = raw_input("Rocky system installation successfully, do you want to reboot?[Y]")
|
||||
string = raw_input("Rocky system installation successfully, do you want to reboot?[Y/n]")
|
||||
if string.lower() == "y" or string == "":
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user