summaryrefslogtreecommitdiffstats
path: root/config/includes.binary/boot/grub/loopback.cfg
blob: e6d8d78b36ee1a675eb1aefe90aeb7700d33ce39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuentry "Live" {
	linux	/live/vmlinuz  boot=live nocomponents=xfce4-panel username=xebian hostname=xebian findiso=${iso_path} --
	initrd	/live/initrd.img
}
menuentry "Live (Failsafe)" {
	linux	/live/vmlinuz  boot=live nocomponents=xfce4-panel config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal findiso=${iso_path} --
	initrd	/live/initrd.img
}
menuentry "Install" {
	linux	/install/vmlinuz  vga=788 nocomponents=xfce4-panel findiso=${iso_path} quiet --
	initrd	/install/initrd.gz
}
menuentry "Graphical Install" {
	linux	/install/gtk/vmlinuz  video=vesa:ywrap,mtrr vga=788 nocomponents=xfce4-panel findiso=${iso_path} quiet --
	initrd	/install/gtk/initrd.gz
}
menuentry "Test memory" {
	linux	/live/memtest
}