Skip to content

Commit f7d29be

Browse files
jlebondustymabe
authored andcommitted
deps.txt: move some deps to vmdeps.txt
We run osbuild inside of supermin, so for building the live ISO we'll need all the tools it needs in there. This includes `genisoimage` and `syslinux-nonlinux`. We don't currently name `squashfs-tools` as a toplevel dependency. It's currently pulled in by libguestfs, but we need it in supermin too, so explicitly list it there.
1 parent 9c73988 commit f7d29be

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/deps-x86_64.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# For generating ISO images
2-
syslinux-nonlinux
3-
41
# For the pipeline and developers to interact with AWS. It's not needed by cosa
52
# itself. This isn't available on s390x at least, so make it x86_64-only.
63
awscli2

src/deps.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ dumb-init
1616
rpm-ostree createrepo_c openssh-clients python3-createrepo_c composefs
1717
dnf-utils
1818

19-
# For generating ISO images
20-
genisoimage
21-
2219
# Standard build tools
2320
make git rpm-build
2421

@@ -100,4 +97,4 @@ bsdtar
10097
fedora-repos-ostree
10198

10299
# For graphing manifest includes using `manifest_graph`
103-
python-anytree
100+
python-anytree

src/vmdeps-x86_64.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
grub2
33
bootupd
44

5+
# For generating ISO images
6+
syslinux-nonlinux
7+
58
# For creating bootable UEFI media on x86_64
69
shim-x64 grub2-efi-x64
710

src/vmdeps.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# bare essentials
66
bash vim-minimal coreutils util-linux procps-ng kmod kernel-modules
77

8+
# For generating ISO images
9+
genisoimage squashfs-tools
10+
811
# for composes
912
rpm-ostree distribution-gpg-keys jq
1013

0 commit comments

Comments
 (0)