aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-01-16 17:01:34 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-01-16 17:01:34 +0000
commite29fa1a50455f39575e2139f6a6ee9e89cde32c9 (patch)
treedbf01c764e0e820bddd63a7928c7741bc5f0e185
parent80457e9e5d65dbf5e8c8660bf5ea7f1ffa3a8cb1 (diff)
Hide dd error message - it isn't an error in this case
-rwxr-xr-xin-chroot-stage1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/in-chroot-stage1.sh b/in-chroot-stage1.sh
index 46b9bdd..6205b8c 100755
--- a/in-chroot-stage1.sh
+++ b/in-chroot-stage1.sh
@@ -47,6 +47,6 @@ apt-get -y clean
[ -d /home/ubuntu ] && rm -rf /home/ubuntu
-dd if=/dev/zero of=/waste bs=1M
+dd if=/dev/zero of=/waste bs=1M 2>/dev/null
rm /waste
sync