Differences From Artifact [6ae3ce7f9b]:
- Executable file build/qemu/assemble — part of check-in [353218f0f3] at 2020-06-28 18:22:53 on branch trunk — Switch to EXT4, Cache on its own partition/fs and added procps-ng to QEMU image (user: rkeene, size: 1172) [annotate] [blame] [check-ins using]
To Artifact [1e459fa032]:
- Executable file build/qemu/assemble — part of check-in [2d622e681b] at 2020-06-28 20:05:52 on branch trunk — Do not include root directory in the cache/data fs (user: rkeene, size: 1160) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
43 44 45 46 47 48 49 | -t ext4 \ /dev/loop3p2 sudo mke2fs \ -L 'DATA' \ -N 0 \ -O ^64bit \ | < | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | -t ext4 \ /dev/loop3p2 sudo mke2fs \ -L 'DATA' \ -N 0 \ -O ^64bit \ -m 5 \ -r 1 \ -t ext4 \ /dev/loop3p3 mkdir x-boot || : sudo mount /dev/loop3p1 x-boot |
︙ | ︙ |