mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 09:50:18 +08:00
5 lines
173 B
Bash
5 lines
173 B
Bash
#!/bin/sh
|
|
|
|
cd /var/lib/openqa/share/factory/hdd/fixed
|
|
LIBGUESTFS_BACKEND=direct withlock /var/lock/createhdds.lock /root/openqa_fedora_tools/tools/createhdds.py all --clean
|