git.annexia.org
/
rhbz1184405.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e442262
)
Make the disks random sizes from 1-3 GB, for more excitement.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 11:25:14 +0000
(11:25 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 11:25:14 +0000
(11:25 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f83471f
..
4fbfe32
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,7
+19,7
@@
init: init.c
%.img:
rm -f $@
- truncate -s
1
G $@
+ truncate -s
$$(( RANDOM % 3 + 1 ))
G $@
echo '2048,,L' | sfdisk $@
clean: