grub.cfg 154 B

123456
  1. set default="0"
  2. set timeout="5"
  3. menuentry "Buildroot" {
  4. linux /bzImage root=PARTLABEL=rootfs rootwait console=tty0 console=ttyS0,115200 net.ifnames=0
  5. }