summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2016-11-06 19:18:28 -0300
committerFelipe Sateler <fsateler@debian.org>2016-11-06 19:18:28 -0300
commita6c85f19998bed37bf40ae17a2fda73fe99313f8 (patch)
treeb42b0178aca5e44c75f274ac2faabd1a973d2a88 /README.md
parentdccb5cc431c22df7cc2deb0454eb02f632f0703b (diff)
New upstream version 1
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b9216e8..41c146b 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ Create and run a bootable btrfs *GPT* image, as `foobar.raw`:
Create and run a *Fedora* image into a plain directory:
```bash
-# mkosi -t directory -o quux
+# mkosi -d fedora -t directory -o quux
# systemd-nspawn -b quux
```
@@ -236,11 +236,11 @@ EOF
# Requirements
-To use this on *Fedora*, you need:
+mkosi is packaged for various distributions: Debian, Ubuntu, Arch (in AUR), Fedora.
+It is usually easiest to use the distribution package.
+
+When not using distribution packages, for example, on *Fedora* you need:
```bash
dnf install python3 debootstrap arch-install-scripts xz btrfs-progs dosfstools edk2-ovmf
```
-
-This should work on other distributions too, as long as the
-same dependencies are available, but it's untested.