]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/stop
inst/bootsetup: delete files before copying
[plan9front.git] / rc / bin / inst / stop
1 #!/bin/rc
2
3 # desc: save the current installation state, to be resumed later
4 # prereq: 
5 # mustdo: 
6
7 switch($1) {
8 case checkdone
9         stop=notdone
10         export stop
11
12 case checkready
13         if(~ $cdboot yes){
14                 stop=notdone
15                 export stop
16         }
17 }