summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-11-11 12:59:59 +0000
committerceri <ceri@FreeBSD.org>2006-11-11 12:59:59 +0000
commit899b88ba12794376926b90877a0fc40420e46843 (patch)
tree48e63da25655f1e45dafd5348b97c91ce082366e /usr.sbin/sysinstall
parent4e3a86984ad5f8eeaaed1a277f17cba090b93160 (diff)
downloadFreeBSD-src-899b88ba12794376926b90877a0fc40420e46843.zip
FreeBSD-src-899b88ba12794376926b90877a0fc40420e46843.tar.gz
Remove a warning regarding disk entries in /dev.
Approved by: ru (mentor) MFC after: 4 days
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/install.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index f75c555..9aff853 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -1031,8 +1031,7 @@ installFilesystems(dialogMenuItem *self)
}
else {
if (!upgrade) {
- msgConfirm("Warning: Using existing root partition. It will be assumed\n"
- "that you have the appropriate device entries already in /dev.");
+ msgConfirm("Warning: Using existing root partition.");
}
dialog_clear_norefresh();
msgNotify("Checking integrity of existing %s filesystem.", dname);
OpenPOWER on IntegriCloud