From 7d4813ef84dedc546be8620fcd5f93e6dbe422e2 Mon Sep 17 00:00:00 2001 From: Todor Minchev Date: Wed, 5 Jul 2017 14:43:45 -0700 Subject: rmc: add install.conf for platforms without internal storage The bootloader menu provides only boot entries for platforms that do not have internal storage. This commit adds install entries for such platforms. For the install option to work, the user has to attach alternative persistent storage in addition to the media from which the image is installed. Signed-off-by: Todor Minchev Signed-off-by: Saul Wold --- common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG | 1 + common/recipes-bsp/rmc/boards/Galileo2/install.conf | 4 ++++ common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG | 1 + common/recipes-bsp/rmc/boards/minnowmax/install.conf | 4 ++++ common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG | 1 + common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf | 4 ++++ 6 files changed, 15 insertions(+) create mode 100644 common/recipes-bsp/rmc/boards/Galileo2/install.conf create mode 100644 common/recipes-bsp/rmc/boards/minnowmax/install.conf create mode 100644 common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf diff --git a/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG index 06c5a747..dd1b9114 100644 --- a/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG +++ b/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG @@ -1,2 +1,3 @@ boot.conf +install.conf diff --git a/common/recipes-bsp/rmc/boards/Galileo2/install.conf b/common/recipes-bsp/rmc/boards/Galileo2/install.conf new file mode 100644 index 00000000..688c2a8f --- /dev/null +++ b/common/recipes-bsp/rmc/boards/Galileo2/install.conf @@ -0,0 +1,4 @@ +title Galileo Gen 2 install +linux /vmlinuz +initrd /initrd +options LABEL=install-efi rootwait console=ttyS1,115200 diff --git a/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG index cb01ced0..b2fabe82 100644 --- a/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG +++ b/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG @@ -1 +1,2 @@ boot.conf +install.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmax/install.conf b/common/recipes-bsp/rmc/boards/minnowmax/install.conf new file mode 100644 index 00000000..1a493aec --- /dev/null +++ b/common/recipes-bsp/rmc/boards/minnowmax/install.conf @@ -0,0 +1,4 @@ +title Minnow Max install +linux /vmlinuz +initrd /initrd +options LABEL=install-efi console=ttyS0,115200n8 diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG index cb01ced0..b2fabe82 100644 --- a/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG +++ b/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG @@ -1 +1,2 @@ boot.conf +install.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf b/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf new file mode 100644 index 00000000..cf500d6c --- /dev/null +++ b/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf @@ -0,0 +1,4 @@ +title Minnow Max B3 install +linux /vmlinuz +initrd /initrd +options LABEL=install-efi console=ttyS0,115200n8 -- cgit v1.2.3-54-g00ecf