aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-11-28 23:07:19 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-11-28 23:07:19 +0530
commit43046904fafc0bc835a860ac9fcc1e0b906ffc73 (patch)
tree9d6fb28d246e4065841f84f82683c1f178a82468
parent031747bcbcbbd7dfe572e5f2c4f6911f5966b8ca (diff)
configs/sgi575: update the grub menuentry nameRD-INFRA-2020.11.30refinfra
Update the grub menu entry name as "SGI-575 Busybox". This indicates the platform on which the grub loads the next stage of software. Signed-off-by: Thomas Abraham <thomas.abraham@arm.com> Change-Id: I8030a3d3d331028d2bf6d4cb5039c0ab32a0ccc8
-rw-r--r--configs/sgi575/grub_config/busybox-dhcp.cfg2
-rw-r--r--configs/sgi575/grub_config/busybox.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/sgi575/grub_config/busybox-dhcp.cfg b/configs/sgi575/grub_config/busybox-dhcp.cfg
index 4201c23..d084c0f 100644
--- a/configs/sgi575/grub_config/busybox-dhcp.cfg
+++ b/configs/sgi575/grub_config/busybox-dhcp.cfg
@@ -5,7 +5,7 @@ set timeout="1"
search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd
-menuentry 'CSS-Enterprise BusyBox' {
+menuentry 'SGI-575 BusyBox' {
linux /Image acpi=force console=ttyAMA0,115200 ip=dhcp root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug
initrd /ramdisk-busybox.img
}
diff --git a/configs/sgi575/grub_config/busybox.cfg b/configs/sgi575/grub_config/busybox.cfg
index 33065a8..89353b2 100644
--- a/configs/sgi575/grub_config/busybox.cfg
+++ b/configs/sgi575/grub_config/busybox.cfg
@@ -5,7 +5,7 @@ set timeout="1"
search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd
-menuentry 'CSS-Enterprise BusyBox' {
+menuentry 'SGI-575 BusyBox' {
linux /Image acpi=force console=ttyAMA0,115200 root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug
initrd /ramdisk-busybox.img
}