summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2024-03-15 15:06:48 +0200
committerzdc <zdc@users.noreply.github.com>2024-03-15 15:09:22 +0200
commit822a5931b5a6dc26937ff7d63951af3da76e6e6a (patch)
tree03c9d0ea7a5ba4168fa79906311b8911d971d1f2
parent425b808028a993a6ca13196ad6ad7b9daf358518 (diff)
downloadvyos-vm-images-current.tar.gz
vyos-vm-images-current.zip
Removed needless pause action in GRUB installHEADcurrent
It was used for debugging and left accidentally in the code.
-rw-r--r--roles/install-grub-v2/tasks/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/install-grub-v2/tasks/main.yml b/roles/install-grub-v2/tasks/main.yml
index 32a57b7..69d0ef3 100644
--- a/roles/install-grub-v2/tasks/main.yml
+++ b/roles/install-grub-v2/tasks/main.yml
@@ -20,10 +20,6 @@
boot: no
when: partition_num_efi is defined
-- name: Pause
- pause:
- prompt: "Continue?"
-
- name: Copy installer
become: true
copy: