commit | a20f9e27be6050d36db98b528b091f1eb8f62a9d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:03 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:18 2016 +0100 |
tree | 69605ca825ac00f5861d9e80ece9efcd7ff4314a | |
parent | 2516a61570845fa32c40b1a65f79c540918d88fd [diff] [blame] |
Support for centos-7 image
diff --git a/centos-7.0/scripts/zerodisk.sh b/centos-7.0/scripts/zerodisk.sh new file mode 100644 index 0000000..6a658ed --- /dev/null +++ b/centos-7.0/scripts/zerodisk.sh
@@ -0,0 +1,2 @@ +dd if=/dev/zero of=/EMPTY bs=1M || true +rm -f /EMPTY