firstboot auto execute shell

#!/bin/sh

expect <<-EOF
spawn firstboot
expect "*N/y*"
send "y\r"
interact
expect eof
EOF
相关文章
相关标签/搜索