※ 引述《yavis (yavis)》之銘言:
: 如標題所示,小弟寫了一個shell script,
: 過程中需要reboot機器,
: 想請問有什麼方法能讓機器重啟後,
: 繼續執行shellscript尚未執行的部分,
: 還請版上前輩多多指教, 謝謝
今天無意間閒晃到一個介紹 CRIU (Checkpoint/Restore In Userspace)
好像可以達到原PO的需求
http://www.criu.org/Main_Page
http://en.wikipedia.org/wiki/CRIU
You can freeze a running application (or part of it) and checkpoint
it to a hard drive as a collection of files. You can then use the files
to restore and run the application from the point it was frozen at.
原PO可以玩看看