bootctl is now behind the new bootloader meson option, so let's
enable that and install the required python-pyelftools dependency.
btrfs-progs \
mtools \
python3-pefile \
+ python3-pyelftools \
bubblewrap
sudo pacman-key --init
sudo apt-get build-dep systemd
sudo apt-get install libfdisk-dev
git clone https://github.com/systemd/systemd --depth=1
- meson systemd/build systemd -Drepart=true -Defi=true
+ meson systemd/build systemd -Drepart=true -Defi=true -Dbootloader=true
ninja -C systemd/build systemd-nspawn systemd-repart bootctl ukify systemd-analyze systemd-nspawn
sudo ln -svf $PWD/systemd/build/systemd-repart /usr/bin/systemd-repart
sudo ln -svf $PWD/systemd/build/bootctl /usr/bin/bootctl