firstboot auto execute shell

#!/bin/sh

expect <<-EOF
spawn firstboot
expect "*N/y*"
send "y
"
interact
expect eof
EOF
原文地址:https://www.cnblogs.com/aqing1987/p/5386901.html