summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_nanobsd.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-05 22:22:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-05 22:22:47 -0400
commit2c88814c2b3270d4fe97c64abd62248b59508db6 (patch)
tree0b4da3d3681c067f26f16e53b82ad4e0c3cfa78c /usr/local/www/diag_nanobsd.php
parent9cd8fd11854e1655fdd18239f15fbbba40f949e4 (diff)
downloadpfsense-2c88814c2b3270d4fe97c64abd62248b59508db6.zip
pfsense-2c88814c2b3270d4fe97c64abd62248b59508db6.tar.gz
Note that the newly duplicated slice has not been set as the active slice.
Diffstat (limited to 'usr/local/www/diag_nanobsd.php')
-rwxr-xr-xusr/local/www/diag_nanobsd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index 112c487..ed61958 100755
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -144,7 +144,7 @@ EOF;
exec("/sbin/umount /tmp/{$GLABEL_SLICE}");
$savemsg = "There was an error while duplicating the slice. Operation aborted.";
} else {
- $savemsg = "The slice has been duplicated";
+ $savemsg = "The slice has been duplicated. If you would like to boot from this newly duplicated slice please set it using the bootup information area.";
exec("/sbin/umount /tmp/{$GLABEL_SLICE}");
}
}
OpenPOWER on IntegriCloud