Home | History | Annotate | Download | only in hosts

Lines Matching refs:link_cmd

2195             link_cmd = 'readlink /sys/block/%s' % rootdev_base
2196 link = self.run(command=link_cmd, ignore_status=True)
2198 logging.info("Fail to run %s", link_cmd)