diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
| commit | cb29445a92708496312b59658abe2020d2359ac2 (patch) | |
| tree | 45e29d785027cf107a393485f50062a3363197bc /usr.bin/mkuzip | |
| parent | 18f453658f4a4cd26c3b108d30c39d807ef34330 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mkuzip')
| -rw-r--r-- | usr.bin/mkuzip/mkuzip.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8 index c535e9a521d5..37d86bab6a67 100644 --- a/usr.bin/mkuzip/mkuzip.8 +++ b/usr.bin/mkuzip/mkuzip.8 @@ -7,7 +7,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 10, 2004 +.Dd March 17, 2006 .Dt MKUZIP 8 .Os .Sh NAME @@ -30,7 +30,9 @@ class will be able to decompress the resulting image at run-time. This allows for a significant reduction of size of disk image at the expense of some CPU time required to decompress the data each time it is read. +The .Nm +utility works in two phases: .Bl -enum .It @@ -74,7 +76,9 @@ sizes lead to higher overhead in the class, as the class has to decompress the whole cluster even if only a few bytes from that cluster have to be read. .Pp +The .Nm +utility inserts a short shell script at the beginning of the generated image, which makes it possible to .Dq run |
