b9 0.5.15 → 0.5.16
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- b9.cabal +1/−1
- src/lib/B9/DiskImageBuilder.hs +1/−1
b9.cabal view
@@ -1,5 +1,5 @@ name: b9-version: 0.5.15+version: 0.5.16 synopsis: A tool and library for building virtual machine images.
src/lib/B9/DiskImageBuilder.hs view
@@ -252,7 +252,7 @@ (Raw,Ext4) -> do let fsCmd = "mkfs.ext4" dbgL (printf "Creating file system %s" (show imgFs))- cmd (printf "%s -L '%s' -q '%s'" fsCmd fsLabel imgFile)+ cmd (printf "%s -F -L '%s' -q '%s'" fsCmd fsLabel imgFile) (it,fs) -> error (printf