File: TODO.md

package info (click to toggle)
mkosi 5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: python: 3,296; sh: 25; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TODO

* volatile images

* work on device nodes

* allow passing env vars

* mkosi --all (for building everything in mkosi.files/)

* --architecture= is chaos: we need to define a clear vocabulary of
  architectures that can deal with the different names of
  architectures in debian, fedora and uname.

* squashfs root images with /home and /srv on ext4

* optionally output the root partition (+ verity) and the unified
  kernel image as additional artifacts, so that they can be used in
  automatic updating schemes (i.e. take an old image that is currently
  in use, add a root partition with the new root image (+ verity), and
  drop the new kernel into the ESP, and an update is complete.