We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc18c2 commit e060405Copy full SHA for e060405
packer/hcl2/source-qemu.pkr.hcl
@@ -10,5 +10,4 @@ source "qemu" "x86_64" {
10
ssh_password = "void"
11
ssh_timeout = "20m"
12
ssh_username = "void"
13
- shutdown_command = "echo 'void' | sudo -S shutdown -P now"
14
}
packer/scripts/cloud.sh
@@ -24,3 +24,5 @@ passwd -dl void
24
passwd -dl root
25
26
rm -rf /var/cache/xbps
27
+
28
+shutdown -P now
0 commit comments