ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / x86 / image / grub-pc.cfg
1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3
4 set default="0"
5 set timeout="@TIMEOUT@"
6 set root='(hd0,msdos1)'
7
8 menuentry "@TITLE@" {
9 linux /boot/vmlinuz @ROOTPART@ @CMDLINE@ noinitrd
10 }
11 menuentry "@TITLE@ (failsafe)" {
12 linux /boot/vmlinuz failsafe=true @ROOTPART@ @CMDLINE@ noinitrd
13 }