]> Git Repo - buildroot-mgba.git/blob - fs/iso9660/grub.cfg
fs: add all recursive dependencies to packages list
[buildroot-mgba.git] / fs / iso9660 / grub.cfg
1 set default="0"
2 set timeout="10"
3
4 menuentry "Buildroot" {
5         linux __KERNEL_PATH__ root=/dev/sr0
6         initrd __INITRD_PATH__
7 }
This page took 0.028069 seconds and 4 git commands to generate.