summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/templates/archlinux/archlinux.conf.j2
blob: 0551cb3af64409a595a01952e65e9d55930e140e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuentry "Arch Linux" {
    volume "boot"
    loader \EFI\arch\vmlinuz-linux
    initrd \EFI\arch\initramfs-linux.img
    options "root=PARTLABEL={{ partition_root.name }} rw console=tty1{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}"
}

menuentry "Arch Linux (terminal)" {
    volume "boot"
    loader \EFI\arch\vmlinuz-linux
    initrd \EFI\arch\initramfs-linux.img
    options "root=PARTLABEL={{ partition_root.name }} rw console=tty1 systemd.unit=multi-user.target{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}"
}