mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
5 lines
158 B
Bash
5 lines
158 B
Bash
#!/bin/sh
|
|
|
|
cd /var/lib/openqa/share/factory/hdd/fixed
|
|
LIBGUESTFS_BACKEND=direct withlock /var/lock/createhdds.lock /root/createhdds/createhdds.py all --clean
|