packer: unset bogus shutdown_command

This commit is contained in:
Michael Aldridge 2021-05-16 13:52:33 -07:00
parent 7cc18c2bef
commit e060405181
2 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,4 @@ source "qemu" "x86_64" {
ssh_password = "void"
ssh_timeout = "20m"
ssh_username = "void"
shutdown_command = "echo 'void' | sudo -S shutdown -P now"
}

View File

@ -24,3 +24,5 @@ passwd -dl void
passwd -dl root
rm -rf /var/cache/xbps
shutdown -P now