summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/install-archlinux.yml')
-rw-r--r--roles/bootstrap/tasks/install-archlinux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml
index ffd2f37..0140f31 100644
--- a/roles/bootstrap/tasks/install-archlinux.yml
+++ b/roles/bootstrap/tasks/install-archlinux.yml
@@ -50,8 +50,8 @@
dest: "{{ mnt_root_path }}/boot/refind_linux.conf"
mode: "0644"
content: |
- "Boot with defaults" "root=PARTLABEL={{ partition_root.name }} rw"
- "Boot to terminal" "root=PARTLABEL={{ partition_root.name }} rw systemd.unit=multi-user.target"
+ "Boot with defaults" "root=PARTLABEL={{ partition_root.name }} rw console=tty1"
+ "Boot to terminal" "root=PARTLABEL={{ partition_root.name }} rw console=tty1 systemd.unit=multi-user.target"
- name: "Configure rEFInd settings"
ansible.builtin.copy: