]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Align some comments in HACKING.md
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Oct 2024 10:16:13 +0000 (11:16 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 13 Nov 2024 19:48:10 +0000 (19:48 +0000)
(cherry picked from commit a33f453702e40f4b52226c6be1a01200aee69470)

docs/HACKING.md

index 152e4d0c99e643568c367664f431406c7eef72d5..6e76b041ae2c71691ee834e8cd3b4e0c1aebb607 100644 (file)
@@ -80,9 +80,9 @@ choose the right one depending on the distribution of the container or virtual
 machine):
 
 ```sh
-mkosi -t none && mkosi ssh dnf upgrade --disablerepo="*" --assumeyes "/work/build/*.rpm" # CentOS/Fedora
-mkosi -t none && mkosi ssh apt-get install "/work/build/*.deb" # Debian/Ubuntu
-mkosi -t none && mkosi ssh pacman --upgrade --needed --noconfirm "/work/build/*.pkg.tar" # Arch Linux
+mkosi -t none && mkosi ssh dnf upgrade --disablerepo="*" --assumeyes "/work/build/*.rpm"             # CentOS/Fedora
+mkosi -t none && mkosi ssh apt-get install "/work/build/*.deb"                                       # Debian/Ubuntu
+mkosi -t none && mkosi ssh pacman --upgrade --needed --noconfirm "/work/build/*.pkg.tar"             # Arch Linux
 mkosi -t none && mkosi ssh zypper --non-interactive install --allow-unsigned-rpm "/work/build/*.rpm" # OpenSUSE
 ```