Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,6 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
| `diffutils` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `distribution-gpg-keys` | ✓ | ✓ | ✓ | ✓ | | ✓ | ✓ |
| `dnf` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `dnf-plugins-core` | ✓ | ✓ | | | | | ✓ |
| `dnf5` | ✓ | | | | | | ✓ |
| `dnf5-plugins` | ✓ | | | | | | ✓ |
| `dosfstools` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `e2fsprogs` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `edk2-ovmf` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Expand Down
2 changes: 0 additions & 2 deletions mkosi/resources/mkosi-tools/mkosi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Packages=
cpio
curl
diffutils
dnf
dosfstools
e2fsprogs
findutils
Expand All @@ -41,5 +40,4 @@ Packages=
tar
util-linux
xfsprogs
zsh
zstd
2 changes: 1 addition & 1 deletion mkosi/resources/mkosi-tools/mkosi.conf.d/10-arch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Packages=
createrepo_c
debian-archive-keyring
distribution-gpg-keys
dnf
dpkg
edk2-ovmf
erofs-utils
fish
git
grub
libseccomp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Distribution=|azure
[Content]
Packages=
createrepo_c
dnf-plugins-core
git-core
grub2-tools
libseccomp
Expand Down
2 changes: 2 additions & 0 deletions mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ Distribution=centos

[Content]
Packages=
dnf
dnf-plugins-core
perf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Release=10
Packages=
btrfs-progs
distribution-gpg-keys
fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Packages=
btrfs-progs
debian-keyring
distribution-gpg-keys
fish
pacman
sbsigntools
ubu-keyring
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Packages=
btrfs-progs
createrepo-c
debian-archive-keyring
dnf
erofs-utils
fish
git-core
grub-common
libarchive-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Packages=
dnf5
dnf5-plugins
erofs-utils
fish
pacman
perf
pkcs11-provider
Expand Down
2 changes: 0 additions & 2 deletions mkosi/resources/mkosi-tools/mkosi.conf.d/10-opensuse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ Packages=
ca-certificates-mozilla
createrepo_c
distribution-gpg-keys
dnf-plugins-core
dnf5
dnf5-plugins
erofs-utils
fish
git-core
glibc-gconv-modules-extra
grep
Expand Down
Loading