diff options
author | cperciva <cperciva@FreeBSD.org> | 2010-09-10 19:23:59 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2010-09-10 19:23:59 +0000 |
commit | 27d52dcc5a2dcf6dd0587244b2106a5eeca545a1 (patch) | |
tree | 04e7b73ebd4369ab1811b6171d6364474c568883 /usr.sbin | |
parent | 36a61709f238868bc20977494d20334c77fbd101 (diff) | |
download | FreeBSD-src-27d52dcc5a2dcf6dd0587244b2106a5eeca545a1.zip FreeBSD-src-27d52dcc5a2dcf6dd0587244b2106a5eeca545a1.tar.gz |
Add warning about freebsd-update upgrade needing lots of disk space.
Submitted by: jpaetzel
MFC after: 1 month
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/freebsd-update/freebsd-update.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.8 b/usr.sbin/freebsd-update/freebsd-update.8 index 6741f42..87f786a 100644 --- a/usr.sbin/freebsd-update/freebsd-update.8 +++ b/usr.sbin/freebsd-update/freebsd-update.8 @@ -128,6 +128,11 @@ Fetch files necessary for upgrading to a new release. Before using this command, make sure that you read the announcement and release notes for the new release in case there are any special steps needed for upgrading. +Note that this command may require up to 500 MB of space in +.Ar workdir +depending on which components of the +.Fx +base system are installed. .It Cm install Install the most recently fetched updates or upgrade. .It Cm rollback |