diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-26 03:59:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-26 03:59:34 +0100 |
| commit | 221e96cc0aee5416ad31546ba937bfd10d55765b (patch) | |
| tree | 173ed796394dcb10e1efca630a0f0e6e55290f5f /roles | |
| parent | 415805d51eb574ea7dc0a9b0aa50f848716743e2 (diff) | |
Add vi/less for basic debugging on fresh arch
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 033da1d..dde614e 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -10,7 +10,7 @@ - name: "Run pacstrap" ansible.builtin.command: - cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware" + cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware vi less" changed_when: true - name: "Generate fstab" |
