]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Generate a VHD image
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Jun 2019 11:18:52 +0000 (12:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Jul 2019 06:53:58 +0000 (07:53 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
.gitignore
lfs/flash-images
make.sh

index 69175e69b933a6222cce9c35c38642a34c05ee4f..8834c5366480aae25918c97a688138ffe5d6cd85 100644 (file)
@@ -14,4 +14,5 @@
 *.img.xz
 *.iso
 *.tar.bz2
+*.vhd
 /*.md5
index dcad81ab38b9b140166b913628d88e5973a05b4a..98adb3124c11c287267ff3995764c3d94795c080 100644 (file)
@@ -36,7 +36,7 @@ ifeq "$(EFI)" "1"
 endif
 PART_ROOT  = /dev/mapper/$(patsubst /dev/%,%,$(DEVICE))p3
 
-IMAGE_FILE = /install/images/$(SNAME)-$(VERSION).2gb-ext4.$(BUILD_ARCH)-full-core$(CORE).img.xz
+IMAGE_FILE = /install/images/$(SNAME)-$(VERSION).2gb-ext4.$(BUILD_ARCH)-full-core$(CORE)
 
 FSTAB_FMT = UUID=%s %-8s %-4s %-10s %d %d\n
 
@@ -255,5 +255,9 @@ ifeq "$(BUILD_ARCH)" "armv5tel"
 endif
 
        # Compress Image
-       xz $(XZ_OPT) < $(IMG) > $(IMAGE_FILE)
+       xz $(XZ_OPT) < $(IMG) > $(IMAGE_FILE).img.xz
+
+       # Make VHD image
+       qemu-img convert -O vpc -o subformat=fixed,force_size $(IMG) $(IMAGE_FILE).vhd
+
        rm -rf $(IMG) $(MNThdd)
diff --git a/make.sh b/make.sh
index d6f6f71470e057c4fc057190ad6d41d1fbf957ac..d8a5474db99f7f79b9031798d1b3467d516e530c 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1670,7 +1670,7 @@ buildpackages() {
        lfsmake2 flash-images
   fi
 
-  mv $LFS/install/images/{*.iso,*.img.xz,*.bz2} $BASEDIR >> $LOGFILE 2>&1
+  mv $LFS/install/images/{*.iso,*.img.xz,*.bz2,*.vhd} $BASEDIR >> $LOGFILE 2>&1
 
   ipfirepackages