Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "vagrant(arch): temporarily pin multipath-tools to 0.9.6" #682

Merged
merged 1 commit into from
Nov 27, 2023
Merged
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 vagrant/boxes/archlinux_systemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ pacman --needed --noconfirm -S coreutils bind busybox cpio dhclient dhcp dhcpcd
python-psutil python-pyelftools python-pyparsing python-pytest rsync screen socat squashfs-tools strace stress time tpm2-tools \
softhsm swtpm vim wireguard-tools qemu-base

# Temporarily pin multipath-tools to 0.9.6, see https://bugs.archlinux.org/task/80346
pacman --noconfirm -U https://archive.archlinux.org/repos/2023/11/22/extra/os/x86_64/multipath-tools-0.9.6-1-x86_64.pkg.tar.zst

# Unlock root account and set its password to 'vagrant' to allow root login
# via ssh
echo -e 'vagrant\nvagrant' | passwd
Expand Down