summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-11 06:55:12 +0000
committerjkh <jkh@FreeBSD.org>2000-02-11 06:55:12 +0000
commit05998cbfe9b1b6d0bde18647a810c2588aa12f64 (patch)
treefc3771d67099e6d5a080bd4be04826e100b6f5be /usr.sbin/sysinstall/main.c
parent59c87d6c958fe6b6bc297f97301fd57e26aabede (diff)
downloadFreeBSD-src-05998cbfe9b1b6d0bde18647a810c2588aa12f64.zip
FreeBSD-src-05998cbfe9b1b6d0bde18647a810c2588aa12f64.tar.gz
Include CDs in the list of things to remove before rebooting.
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index 86f6bd3..885b6cb 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -132,7 +132,7 @@ main(int argc, char **argv)
|| !msgYesNo("Are you sure you wish to exit? The system will halt.")
#else
|| !msgYesNo("Are you sure you wish to exit? The system will reboot\n"
- "(be sure to remove any floppies from the drives).")
+ "(be sure to remove any floppies/CDROMs from the drives).")
#endif
)
break;
OpenPOWER on IntegriCloud