plan9fox/rc/bin/inst/finish
cinap_lenrek 0d378e905e inst: cleanup installer making it not rely on path containing .
always explicitely execute installer modules with ./name instead
of relying that the path contians the dot.
2013-10-26 20:17:56 +02:00

17 lines
229 B
Bash
Executable file

#!/bin/rc
# desc: finish the installation and reboot
# prereq: bootsetup
# mustdo:
switch($1) {
case checkdone
finish=ready
export finish
case go
echo 'Congratulations; you''ve completed the install.'
echo
exec ./halt
}