diff options
Diffstat (limited to 'distrib/notes/hp300/upgrade')
-rw-r--r-- | distrib/notes/hp300/upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/hp300/upgrade b/distrib/notes/hp300/upgrade index b48a8225957..e236af3951e 100644 --- a/distrib/notes/hp300/upgrade +++ b/distrib/notes/hp300/upgrade @@ -66,7 +66,7 @@ manually. To do this, follow the following procedure: the `base' binary set: cd / - tar --unlink -zxvpf /path/to/base11.tar.gz + tar -xzvpf /path/to/base11.tar.gz NOTE: the `--unlink' option is _very_ important! @@ -85,7 +85,7 @@ manually. To do this, follow the following procedure: To extract these sets, use the following commands: cd / - tar --unlink -zxvpf <path to set> + tar -xzvpf <path to set> NOTE: you SHOULD NOT extract the `etc' set if upgrading. Instead, you should extract that set into another area and carefully merge the changes |