Anders Ingemann
|
a476248ed6
|
Partition volumes by sectors instead of bytes
This allows for finer grained control over the partition sizes and gaps
|
2015-04-16 22:21:13 +02:00 |
|
Anders Ingemann
|
31d61e778b
|
Fix some more pep8 errors
|
2015-02-22 16:49:52 +01:00 |
|
Anders Ingemann
|
f3d633780f
|
Use string concatenation instead of format()
String concatenation can at times be easier to read that format().
One should choose whichever approach is more readable.
|
2014-05-04 13:41:15 +02:00 |
|
Tiago Ilieve
|
18fce45d91
|
Move hostname setting from vagrant into common
This closes #19.
|
2014-04-13 21:18:02 -03:00 |
|
Anders Ingemann
|
3b23ccf92c
|
Don't use DictClass for provider namespaces
It's a hack only for the manifest vars and shouldn't be used for anything else
|
2014-04-10 00:20:35 +02:00 |
|
Anders Ingemann
|
9e748601b3
|
Use bootstrapinfo module namespace when applicable
|
2014-04-08 23:12:08 +02:00 |
|
Anders Ingemann
|
bbb06d717e
|
Properly fix imports and make bootstrapvz work like a package
|
2014-04-02 21:32:10 +02:00 |
|
Anders Ingemann
|
be96e4c13f
|
Move code into proper package folder
|
2014-04-02 21:26:13 +02:00 |
|