[gnome-build-meta/valentindavid/pinebook-pro: 4/5] Make bootable image resizable at first boot
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/pinebook-pro: 4/5] Make bootable image resizable at first boot
- Date: Fri, 10 Apr 2020 20:49:37 +0000 (UTC)
commit c923be61f89693343bbb1d28c03e5fdbfb0e16af
Author: Valentin David <valentin david codethink co uk>
Date: Wed Apr 8 10:17:07 2020 +0200
Make bootable image resizable at first boot
elements/vm/image.bst | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/elements/vm/image.bst b/elements/vm/image.bst
index 193988eb..732fbc13 100644
--- a/elements/vm/image.bst
+++ b/elements/vm/image.bst
@@ -98,18 +98,16 @@ config:
partition-type-uuid = "%{linux-root}"
}
}
- image disk.qcow2 {
- qemu {
- }
- partition image {
- image = "disk.img"
- }
- }
EOF
- |
cd /genimage
genimage --rootpath "%{sysroot}"
+ # FIXME: Propose support for part attrs in genimage project
+ - sfdisk --part-attrs /genimage/images/disk.img 2 55
+
- |
- install -Dm644 -t "%{install-root}" genimage/images/disk.qcow2
+ qemu-img convert -f raw -O qcow2 \
+ /genimage/images/disk.img \
+ "%{install-root}/disk.qcow2"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]