mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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 <todor.minchev@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
2471ec6d0c
commit
7d4813ef84
|
|
@ -1,2 +1,3 @@
|
|||
boot.conf
|
||||
install.conf
|
||||
|
||||
|
|
|
|||
4
common/recipes-bsp/rmc/boards/Galileo2/install.conf
Normal file
4
common/recipes-bsp/rmc/boards/Galileo2/install.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title Galileo Gen 2 install
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=install-efi rootwait console=ttyS1,115200
|
||||
|
|
@ -1 +1,2 @@
|
|||
boot.conf
|
||||
install.conf
|
||||
|
|
|
|||
4
common/recipes-bsp/rmc/boards/minnowmax/install.conf
Normal file
4
common/recipes-bsp/rmc/boards/minnowmax/install.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title Minnow Max install
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=install-efi console=ttyS0,115200n8
|
||||
|
|
@ -1 +1,2 @@
|
|||
boot.conf
|
||||
install.conf
|
||||
|
|
|
|||
4
common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf
Normal file
4
common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title Minnow Max B3 install
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=install-efi console=ttyS0,115200n8
|
||||
Loading…
Reference in New Issue
Block a user