Updates docs for SR1 with final revision
[genesis.git] / fuel / build / f_isoroot / f_bootstrap / pre-scripts / 00_pre_example.sh
1 #/bin/sh
2 date
3 echo "This is an example file run at pre-bootstrap."
4 exit 0