aboutsummaryrefslogtreecommitdiffstats
path: root/imagetool.sh
Commit message (Collapse)AuthorAgeFilesLines
* imagetool.sh: Add '-C --force-cleanup' to force drop nbd devices/connectionsSven Gothel2021-06-281-0/+20
| | | | | | Sadly it occurs that NBD mapped and connected devices won't be freed 'sometimes'. Force cleanup disregards that they are in use...
* ro: Use sdcard layout 'Image-B' 1 boot (250MB), 2 data (1GB), 3 rootfs1 ↵Sven Gothel2021-06-281-1/+1
| | | | | | | | | | | (4GB), 4 rootfs2 (4GB); Keep full sized sdcard image. qcow2_handling: make_bootable_image() - Still resize rootfs, but keep the partition table intact for both 4GB rootfs. This keeps the scard image fully sized, but allows to mount and use all partitions. - Use `mount_rawimage` (qemu-nbd) for image mount instead of convoluted loop device
* Add QCOW2 build mechanism (#349)Holger Pandel2021-02-101-0/+112