5 lines
158 B
Text
5 lines
158 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd /var/lib/openqa/share/factory/hdd/fixed
|
||
|
LIBGUESTFS_BACKEND=direct withlock /var/lock/createhdds.lock /root/createhdds/createhdds.py all --clean
|