aboutsummaryrefslogtreecommitdiff
path: root/configs/rdn1edgex2/grub_config/busybox.cfg
blob: 94dee01b40f0a070482ddaaae6ad20b99bebbe1b (plain)
1
2
3
4
5
6
7
8
9
10
11
set debug="loader,mm"
set term="vt100"
set default="0"
set timeout="1"

search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd

menuentry 'RD-N1-Edge BusyBox' {
        linux /Image acpi=force root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug
	initrd /ramdisk-busybox.img
}