Skip to content

Commit 8285258

Browse files
committed
[toolchain] Add util-linux for sfdisk
Add sfdisk to the baseline toolchain so that the genfsimg script can create partitioned USB disk images. Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent adfecf4 commit 8285258

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
1717
mtools \
1818
perl-interpreter \
1919
syslinux \
20+
util-linux \
2021
xorriso \
2122
xz-devel \
2223
&& dnf clean all -y

0 commit comments

Comments
 (0)