trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

save.sh + wren: Add --no-snapshot option #30

Open codewithmichael opened 9 years ago

codewithmichael commented 9 years ago

This commit adds a --no-snapshot option to both save.sh and the wren control script (when using wren save).

When the new option is used, snapshot creation is skipped entirely and save.sh doesn't even check to see if snapshot creation is possible. An additional message is printed by save.sh when this option is used — where it would normally say "Creating snapshot..." it instead says "Proceeding without snapshot..."

codewithmichael commented 9 years ago

Note: This is likely to cause a merge conflict with #31.