ref: 793efcee28211f3670a70e42efd7fa3d9a3ec92d
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
}
}