From: Daan De Meyer Date: Wed, 3 Apr 2024 09:21:14 +0000 (+0200) Subject: Extend bootable docs a little X-Git-Tag: v23~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f26fb6a0b4b059f52a83adb7046b416f2b117c3;p=thirdparty%2Fmkosi.git Extend bootable docs a little Fixes #2581 --- diff --git a/docs/bootable.md b/docs/bootable.md index 59d4511d8..ba13558ad 100644 --- a/docs/bootable.md +++ b/docs/bootable.md @@ -7,14 +7,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later # Building a bootable image on different distros -To build a bootable image, you'll need to install a list of packages that differs depending on the -distribution. We give an overview here of what's needed to generate a bootable image for some common +To build a bootable image, you'll need to install a list of packages +that differs depending on the distribution. We give an overview here of +what's needed to generate a bootable image for some common distributions: ## Arch ```conf +[Distribution] +Distribution=arch + [Content] +Bootable=yes Packages=linux systemd ``` @@ -22,7 +27,11 @@ Packages=linux ## Fedora ```conf +[Distribution] +Distribution=fedora + [Content] +Bootable=yes Packages=kernel systemd systemd-boot @@ -33,7 +42,11 @@ Packages=kernel ## CentOS ```conf +[Distribution] +Distribution=centos + [Content] +Bootable=yes Packages=kernel systemd systemd-boot @@ -43,7 +56,11 @@ Packages=kernel ## Debian ```conf +[Distribution] +Distribution=debian + [Content] +Bootable=yes Packages=linux-image-generic systemd systemd-boot @@ -55,8 +72,12 @@ Packages=linux-image-generic ## Ubuntu ```conf -[Content] +[Distribution] +Distribution=ubuntu Repositories=main,universe + +[Content] +Bootable=yes Packages=linux-image-generic systemd systemd-sysv @@ -67,7 +88,11 @@ Packages=linux-image-generic ## Opensuse ```conf +[Distribution] +Distribution=opensuse + [Content] +Bootable=yes Packages=kernel-default systemd udev