diff --git a/bootstrap.sh b/bootstrap.sh index d619d5a..efc0273 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,6 +38,7 @@ dnf install -y \ mkosi \ systemd \ btrfs-progs \ + btrfs-progs-devel \ clang \ compsize \ cpio \ diff --git a/build.sh b/build.sh index f4c656f..7834251 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,7 @@ make_debug_archive () { rm --recursive --force /var/tmp/debugroot } +# TODO: Remove if VM Image becomes Fedora if command -v pacman > /dev/null 2>&1; then echo "Arch-based VM detected, installing docker to run Fedora container" pacman --sync --refresh --noconfirm docker