summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/step_definitions/common_steps.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index d055645e..f173a94b 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -229,8 +229,7 @@ Given /^the computer (re)?boots DebianLive(|\d+)$/ do |reboot,version|
@screen.type(Sikuli::Key.TAB)
@screen.waitVanish(bootsplash_tab_msg, 1)
- # add extra boot options here
- @screen.type(" live-getty console=tty0 console=ttyS0,9600n8 #{@boot_options}" +
+ @screen.type(" autotest_never_use_this_option #{@boot_options}" +
Sikuli::Key.ENTER)
@screen.wait("DebianLive#{version}Greeter.png", 5*60)
@vm.wait_until_remote_shell_is_up