importer: make clear that /conf/config.xml is required

This commit is contained in:
Franco Fichtner 2018-11-20 18:44:02 +01:00
parent fdd9d606a9
commit 245401492b
2 changed files with 7 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd Sep 8, 2018
.Dd November 20, 2018
.Dt OPNSENSE-IMPORTER 8
.Os
.Sh NAME
@ -39,6 +39,11 @@ The
.Nm
utility can import a previous configuration from multiple types of
disk formats.
A normal system directory layout using
.Pa /conf
is expected with at least
.Pa /conf/config.xml
present.
If successful, the old configuration will be replaced.
.Pp
The

View File

@ -299,7 +299,7 @@ while : ; do
# hooray, we're done!
break
else
echo "No previous configuration was found."
echo "The file /conf/config.xml could not be found."
if [ -n "${DO_DEV}" ]; then
bootstrap_and_exit 1