Skip to content

Commit

Permalink
Fix a typo in the Gentoo config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Oct 30, 2023
1 parent aba97bd commit 3776492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/magma.gentoo.vagrant.chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ echo 'vagrant:vagrant' | chpasswd
if [ "$(dmidecode -s system-manufacturer)" == "Microsoft Corporation" ]; then
echo 'Configuring Hyper-V'
emerge sys-kernel/gentoo-sources
cd /usr/src/linux-*-gentoo/tools/hv && makes
cd /usr/src/linux-*-gentoo/tools/hv && make
install -t /usr/sbin/ hv_fcopy_daemon hv_vss_daemon hv_kvp_daemon

tee /etc/init.d/hv_fcopy_daemon <<-EOF
Expand Down

0 comments on commit 3776492

Please sign in to comment.