]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi-tools: Install man tool and pages as part of misc profile 3742/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 27 May 2025 08:43:30 +0000 (10:43 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 27 May 2025 09:09:23 +0000 (11:09 +0200)
Man pages are generally shipped together with tools, so we need a
man viewer inside the tools tree to be able to read those man pages.

While we're at it, make sure we also install the basic Linux man pages
since those are always useful to have around.

mkosi/resources/mkosi-tools/mkosi.profiles/misc/mkosi.conf
mkosi/resources/mkosi-tools/mkosi.profiles/misc/mkosi.conf.d/arch.conf
mkosi/resources/mkosi-tools/mkosi.profiles/misc/mkosi.conf.d/azure-centos-fedora.conf
mkosi/resources/mkosi-tools/mkosi.profiles/misc/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf
mkosi/resources/mkosi-tools/mkosi.profiles/misc/mkosi.conf.d/opensuse.conf

index 2e9664a99834d6a45b52985bd643abc57d108cb6..080a60ce1bfe64e56f7fb6f4918afce1cc7ea99f 100644 (file)
@@ -12,6 +12,7 @@ Packages=
         grep
         jq
         less
+        man
         nano
         sed
         strace
index ac721a3a7ddfe0b63937911306fbbbf8393f3924..9c8b043a23e8f6adf473b5ecba5bf9b3085a3f23 100644 (file)
@@ -6,5 +6,6 @@ Distribution=arch
 [Content]
 Packages=
         base
+        man-pages
         perf
         git
index 282c96e2d951e22ee4e017d1724fce2bf224c6fc..9374f963e3f6dca9e422ccb610cd30ebdd964a46 100644 (file)
@@ -11,3 +11,4 @@ Distribution=|azure
 [Content]
 Packages=
         git-core
+        man-pages
index 30728c2b6f949b7cf022bc8d8107cd3022213345..c8f9189562eb0e21f2f6f05daae2490c5479e5d5 100644 (file)
@@ -10,4 +10,5 @@ Packages=
         git-core
         libnss-resolve
         libnss-myhostname
+        manpages
         systemd-coredump
index 8e0759bb02891d980f26b7ede4f667bd1c7a21f2..600d3ebc86854798ccd48abf4607949ef4d54c58 100644 (file)
@@ -6,6 +6,7 @@ Distribution=opensuse
 [Content]
 Packages=
         git-core
+        man-pages
         patterns-base-minimal_base
         perf
         systemd-coredump