d2403fb3d3
* s390-tools-01-zipl_helper.device-mapper-add-missed-step-in-logical.patch - Amended the /usr/lib/modules-load.d/pkey.conf (bsc#1233233). Added * pkey_cca * pkey_ep11 * pkey_pckmo OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=230
21 lines
446 B
Diff
21 lines
446 B
Diff
---
|
|
zipl/boot/menu.c | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
--- a/zipl/boot/menu.c
|
|
+++ b/zipl/boot/menu.c
|
|
@@ -168,8 +168,11 @@
|
|
/* 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();
|
|
|