summaryrefslogtreecommitdiff
path: root/data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry
blob: ae34e4ee10fa7c698fa4e7d8dead067f68b7ddb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menuentry "VyOS  (KVM console)" {
        linux /boot//vmlinuz boot=live quiet rootdelay=5 vyos-union=/boot/ console=ttyS0,9600 console=tty0
        initrd /boot//initrd.img
}

menuentry "VyOS  (Serial console)" {
        linux /boot//vmlinuz boot=live quiet rootdelay=5 vyos-union=/boot/ console=tty0 console=ttyS0,9600
        initrd /boot//initrd.img
}

menuentry "Lost password change  (KVM console)" {
        linux /boot//vmlinuz boot=live quiet rootdelay=5 vyos-union=/boot/ console=ttyS0,9600 console=tty0 init=/opt/vyatta/sbin/standalone_root_pw_reset
        initrd /boot//initrd.img
}

menuentry "Lost password change  (Serial console)" {
        linux /boot//vmlinuz boot=live quiet rootdelay=5 vyos-union=/boot/ console=tty0 console=ttyS0,9600 init=/opt/vyatta/sbin/standalone_root_pw_reset
        initrd /boot//initrd.img
}