git: 9front

ref: 7faa0a6225f7f6d3b4a5b9c0b0ce919a8d7056a2
dir: /rc/bin/inst/stop/

View raw version
#!/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
	}
}