forked from pool/s390-tools
b60bd99df6
* s390-tools-slfo-01-parse-ipl-device-for-activation.patch - Removed the old 'initial' patch * s390-tools-sles15sp6-01-parse-ipl-device-for-activation.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=217
19 lines
521 B
Diff
19 lines
521 B
Diff
Index: s390-tools-2.30.0/zipl/boot/menu.c
|
|
===================================================================
|
|
--- s390-tools-2.30.0.orig/zipl/boot/menu.c
|
|
+++ s390-tools-2.30.0/zipl/boot/menu.c
|
|
@@ -168,8 +168,11 @@ int menu(void)
|
|
/* print config list */
|
|
menu_list();
|
|
|
|
- if (is_zvm())
|
|
- printf("Note: VM users please use '#cp vi vmsg <input>'\n");
|
|
+ if (is_zvm()) {
|
|
+ printf(" \n");
|
|
+ printf("Note: VM users please use '#cp vi vmsg <input> <kernel-parameters>'\n");
|
|
+ printf(" \n");
|
|
+ }
|
|
|
|
value = menu_read();
|
|
|