firstboot auto execute shell

#!/bin/sh

expect <<-EOF
spawn firstboot
expect "*N/y*"
send "y\r"
interact
expect eof
EOF
相關文章
相關標籤/搜索