# File lib/ohai/plugins/linux/filesystem.rb, line 31 def get_blk_regex(attr, have_lsblk) have_lsblk ? /^(\S+) (\S+)/ : /^(\S+): #{attr}="(\S+)"/ end