Overview
Comment: | Do not include root directory in the cache/data fs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2d622e681bc31ce9046c1331d3462e9a |
User & Date: | rkeene on 2020-06-28 20:05:52 |
Other Links: | manifest | tags |
Context
2020-06-29
| ||
14:58 | Updated to use an initramfs to allow more flexible mounting options Leaf check-in: afc876941b user: rkeene tags: trunk | |
2020-06-28
| ||
20:05 | Do not include root directory in the cache/data fs check-in: 2d622e681b user: rkeene tags: trunk | |
18:22 | Switch to EXT4, Cache on its own partition/fs and added procps-ng to QEMU image check-in: 353218f0f3 user: rkeene tags: trunk | |
Changes
Modified build/qemu/assemble from [6ae3ce7f9b] to [1e459fa032].
︙ | |||
43 44 45 46 47 48 49 | 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 \ |
︙ |