blob: b0259ddb3179c6f9813b8c5cd762241b51028381 (
plain)
1
2
3
4
5
6
7
8
9
10
|
set default=0
set timeout=3
menuentry "OpenADK" {
insmod msdospart
insmod ext2
set root='hd0,1'
echo "Loading OpenADK"
linux /boot/kernel root=/dev/sda1 rootfstype=ext4 rootwait panic=10
}
|