Skip to content

Commit

Permalink
Update 200_run_layout_code.sh
Browse files Browse the repository at this point in the history
lsblk MOUNTPOINTS works on SLES15-SP4 but not on SLES15-SP3
(on SLES15-SP3 only MOUNTPOINT works)
  • Loading branch information
jsmeix committed Mar 14, 2023
1 parent ff64d61 commit 7cb0a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#

function lsblk_output () {
# First try the command (which works on SLES15-SP4)
# First try the command (which works on SLES15-SP4 but not on SLES15-SP3)
# lsblk -ipo NAME,KNAME,TRAN,TYPE,FSTYPE,LABEL,SIZE,MOUNTPOINTS
# (for a btrfs MOUNTPOINTS shows all mountpoints where subvolumes of that btrfs are mounted
# while MOUNTPOINT only shows a random mounted subvolume when more than one is mounted)
Expand Down

0 comments on commit 7cb0a53

Please sign in to comment.