Fix tinyipa virtual media indicator flag

The tinyipa embedded isolinux configuration
lacks the indicator flag to state that the machine
is booting from virtual media.

Change-Id: I48d054d1153be77675f88077fae6f185c934857c
Story: 2008749
Task: 42127
This commit is contained in:
Julia Kreger 2021-03-25 13:54:00 -07:00
parent 7f4553bd37
commit b6fefd65d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ default corepure64
label corepure64 label corepure64
kernel /boot/vmlinuz64 kernel /boot/vmlinuz64
initrd /boot/corepure64.gz initrd /boot/corepure64.gz
append loglevel=3 syslog showapps append loglevel=3 syslog showapps boot_method=vmedia
implicit 0 implicit 0