aboutsummaryrefslogtreecommitdiff
path: root/configs/sgi575/grub_config/busybox.cfg
blob: 33065a80721938a1be36b7baa7ca60283e5a3e56 (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 'CSS-Enterprise BusyBox' {
        linux /Image acpi=force console=ttyAMA0,115200 root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug
	initrd /ramdisk-busybox.img
}