linuxOS_PX30_CAR/buildroot/boot/grub2/grub.cfg

7 lines
117 B
INI
Raw Normal View History

2026-01-20 05:50:57 +00:00
set default="0"
set timeout="5"
menuentry "Buildroot" {
linux /boot/bzImage root=/dev/sda1 rootwait console=tty1
}