Hey,
Process updating is:
I want to add this all process to cron but I don't how to do it with showing questions on screen.
Process updating is:
Code:
# rm -rf /usr/obj
# cd /usr/src
# svnlite update
# make buildworld
# make kernel
# make installworld (for jail make installworld DESTDIR=/jails/Oksymoron)
# mergemaster -Ui (for jail make mergemaster -Ui -D /jails/Oksymoron)
# shutdown -r now
# cd /usr/src
# make check-old
mergemaster -Ui asks a lot of questions, so how can I add default answer example 'delete'I want to add this all process to cron but I don't how to do it with showing questions on screen.