From 3cc7bb4b415e758786ed04d3b506031cd9f1971b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:29 +0200 Subject: Add the bootstrap role to install archlinux w/testing --- roles/bootstrap/templates/archlinux.conf.j2 | 4 ++++ roles/bootstrap/templates/loader.conf.j2 | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 roles/bootstrap/templates/archlinux.conf.j2 create mode 100644 roles/bootstrap/templates/loader.conf.j2 (limited to 'roles/bootstrap/templates') diff --git a/roles/bootstrap/templates/archlinux.conf.j2 b/roles/bootstrap/templates/archlinux.conf.j2 new file mode 100644 index 0000000..5b35407 --- /dev/null +++ b/roles/bootstrap/templates/archlinux.conf.j2 @@ -0,0 +1,4 @@ +title Arch Linux +linux /vmlinuz-linux +initrd /initramfs-linux.img +options root=PARTLABEL={{ partition_root.name }} ro diff --git a/roles/bootstrap/templates/loader.conf.j2 b/roles/bootstrap/templates/loader.conf.j2 new file mode 100644 index 0000000..dc9bb34 --- /dev/null +++ b/roles/bootstrap/templates/loader.conf.j2 @@ -0,0 +1,3 @@ +default @saved +timeout 5 +editor yes -- cgit v1.2.3