Merge changes from topic 'remote-libvirt-support'
[fuel.git] / build / f_isoroot / f_bootstrap / pre-scripts / 00_pre_example.sh
1 #/bin/sh
2 ##############################################################################
3 # Copyright (c) 2015 Ericsson AB and others.
4 # stefan.k.berg@ericsson.com
5 # jonas.bjurel@ericsson.com
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11
12 date
13 echo "This is an example file run at pre-bootstrap."
14 exit 0