aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-pc.cfg
blob: 75605bcabfe626ceeb0a59d5d2d8ad625f1d86da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@SERIAL_CONFIG@
@TERMINAL_CONFIG@

set default="0"
set timeout="@TIMEOUT@"
set root='(hd0,msdos1)'

menuentry "@TITLE@" {
	linux /boot/vmlinuz @ROOTPART@ @CMDLINE@ noinitrd
}
menuentry "@TITLE@ (failsafe)" {
	linux /boot/vmlinuz failsafe=true @ROOTPART@ @CMDLINE@ noinitrd
}