Skip to content

Commit

Permalink
hyphen missing in a command to punch the initramfs into the virtual r…
Browse files Browse the repository at this point in the history
…eader

Signed-off-by: Pedro Ibáñez <pedro@redhat.com>
  • Loading branch information
Pedro Ibáñez committed Feb 24, 2020
1 parent 013bcf8 commit a665bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/zvm/install_upi.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ $ vmur pun -r -u <z/vm guest id> -N kernel.img rhcos-<version>-installer-kernel
# punch the parameter file created in an earlier step
$ vmur pun -r -u <z/vm guest id> -N generic.parm <bootstrap,master,worker>.prm
# punch the initramfs into the virtual reader
$ vmur pun -r -u <z/vm guest id> N initrd.img rhcos-<version>-installer-initramfs.img
$ vmur pun -r -u <z/vm guest id> -N initrd.img rhcos-<version>-installer-initramfs.img
```

* Using a 3270 console, connect to each guest and boot from the virtual reader
Expand Down

0 comments on commit a665bad

Please sign in to comment.