Skip to content

Commit

Permalink
remove callout in KVM output
Browse files Browse the repository at this point in the history
  • Loading branch information
SNiemann15 committed May 4, 2023
1 parent 761436e commit 9c0d889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/ibmz-configure-nbde-with-static-ip.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ storage:
tang:
- thumbprint: QcPr_NHFJammnRCA3fFMVdNBwjs
url: http://12.23.21.58:7500
ifndef::ibm-z-kvm[]
device: /dev/disk/by-partlabel/root <1>
endif::ibm-z-kvm[]
ifdef::ibm-z-kvm[]
device: /dev/disk/by-partlabel/root
endif::ibm-z-kvm[]
label: luks-root
name: root
wipe_volume: true
Expand Down

0 comments on commit 9c0d889

Please sign in to comment.