aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qcow2_handling
Commit message (Expand)AuthorAgeFilesLines
* qemu-img rebase and create now require to add the format of the base imageSven Gothel32 hours1-1/+1
* make_bootable_image: Mutable images require UUID in fstab and kernel cmdline ...Sven Gothel2021-07-221-15/+16
* Refine boot process of build target and allow config of /boot fstype and moun...Sven Gothel2021-07-221-4/+28
* Enhance NBD/Image handling via imagetool.sh (use reusable stateless functions...Sven Gothel2021-07-181-32/+37
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ...Sven Gothel2021-07-171-4/+8
* qcow2_handling: Use fixed PART_NO (at least a variable)Sven Gothel2021-07-091-2/+3
* scripts/qcow2_handling: Reactivate partition resizing (Fix PART_START grep fo...Sven Gothel2021-07-091-7/+6
* qcow2_handling mkfs.ext4: Reenable dropping 'huge_file' feature and 'has_jour...Sven Gothel2021-07-091-3/+3
* None ROOTFS_RO: Only use 250 MiB vfat boot parition (as in arm64 branch)Sven Gothel2021-07-081-2/+13
* mkfs.ext4: Only set reserved-blocks-percentage to zero if ROOTFS_RO is setSven Gothel2021-07-081-1/+5
* Fix qcow2_handling make_boot*: cmdline.txt is below sys_arm64_000Sven Gothel2021-07-041-2/+2
* ROOTFS_RO: export_image: Cleanup and consider read-only or mutable rootfs...Sven Gothel2021-07-041-9/+3
* qcow2_handling: Drop 3rd partition for 2nd rootfs; Now we are back to size th...Sven Gothel2021-07-041-36/+30
* ro: drop data partition; Use /dev/mmcblk0p[12] for generic deployment (export...Sven Gothel2021-07-021-38/+34
* qcow2_handling: Add more robustness, make imagetool.sh more usable (add raw-i...Sven Gothel2021-07-011-4/+56
* ro: Adapt new 15200 MiB for 16GB sdcard layout, store raw rootfs image with r...Sven Gothel2021-06-281-17/+31
* ro: export the raw image of rootfs (export-image, qcow2_handling's make_boota...Sven Gothel2021-06-281-0/+44
* ro: Use sdcard layout 'Image-B' 1 boot (250MB), 2 data (1GB), 3 rootfs1 (4GB)...Sven Gothel2021-06-281-51/+79
* ro: Inject overlayfs, using DATADEV '/data' partition as 'upper'; Disable roo...Sven Gothel2021-06-261-0/+1
* ro: new partition layout: 1 boot, 2 data, 3 rootfs (ro)Sven Gothel2021-06-261-7/+28
* Add QCOW2 build mechanism (#349)Holger Pandel2021-02-101-0/+256