netkit-jh / netkit-jh-build

Build scripts for the kernel, filesystem and assisting scripts/programs for Netkit-JH.
https://netkit-jh.github.io/
GNU General Public License v3.0
22 stars 12 forks source link

Change vcrash to delete fs by default (fix issue #109) #113

Closed AdamBromiley closed 2 years ago

AdamBromiley commented 2 years ago

vcrash now deletes the COW filesystem by default and has a --keep-fs option to avoid this behaviour (replacing --remove-fs). This is in line with lcrash.

As mentioned in Issue #109, vhalt/lhalt are the opposite and will keep the fs by default, and have a --remove-fs option to delete it.