ref: 7179a121a6c4426064818760e216c875fa78afcf
dir: /rc/bin/inst/stop/
#!/bin/rc # desc: save the current installation state, to be resumed later # prereq: # mustdo: switch($1) { case checkdone stop=notdone export stop case checkready if(~ $cdboot yes){ stop=notdone export stop } }