Remove internal poweroff after hook completion

This commit is contained in:
Joshua Boniface 2022-01-01 18:44:03 -05:00
parent 03809a8691
commit 73dcf03c6c

View File

@ -885,7 +885,6 @@ if [[ \${action} == "system-boot_completed" ]]; then
# Clean up the bootstrap interface and this script
rm /etc/network/interfaces.d/\${target_interface}
rm \$0
poweroff
fi
EOF
chmod +x ${target}/etc/network/pvcprovisionerd.checkin.sh