1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 20:52:36 +02:00

change name

This commit is contained in:
Michiel Derhaeg
2017-04-25 19:48:38 +02:00
parent 876a106396
commit 5549df6556
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ if [[ $(id -u) -ne 0 ]]; then
exit 1
fi
image=mdos.img
image=image
rm -f $image
fallocate -l 100M $image