Skip to content

Commit

Permalink
docs: Mention Format=none in sysext doc
Browse files Browse the repository at this point in the history
This allows disabling building of the default image as requested
in #3113.
  • Loading branch information
DaanDeMeyer committed Oct 9, 2024
1 parent 5d777f7 commit 77e13b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sysext.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ BaseTrees=%O/base

If we now run `mkosi -f` again, we'll find `initrd.cpio.zst` in
`mkosi.output` with its accompanying extension still in `btrfs.raw`.
If you don't have any need for a main image, you can configure
`Format=none` in the `Output` section in `mkosi.conf` to disable it.

0 comments on commit 77e13b3

Please sign in to comment.