You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
309 B
13 lines
309 B
set default=0
|
|
set timeout=0
|
|
|
|
insmod tga
|
|
set color_normal=light-gray/black
|
|
set color_highlight=white/light-blue
|
|
|
|
menuentry "Initial Setup" {
|
|
set isofile="/pureos.iso"
|
|
linux /vmlinuz video=vesa:ywrap,mtrr vga=788 quiet iso-scan/filename=${isofile} auto=true file=/hd-media/di-preseed.cfg
|
|
initrd /initrd.gz
|
|
}
|