diff options
Diffstat (limited to 'roles/bootstrap/templates/archlinux.conf.j2')
| -rw-r--r-- | roles/bootstrap/templates/archlinux.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
