From: rahnds Date: Mon, 13 Jan 1997 17:54:31 +0000 (+0000) Subject: Important change to the installation notes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02901285e7b6c6413edf994b60a033314818b6e1;p=openbsd Important change to the installation notes. pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file. --- diff --git a/sys/arch/powerpc/INSTALLATION b/sys/arch/powerpc/INSTALLATION index 3f39c09fd7e..0d937615a01 100644 --- a/sys/arch/powerpc/INSTALLATION +++ b/sys/arch/powerpc/INSTALLATION @@ -123,7 +123,7 @@ cd /mnt for file in /tmp/*.tar.gz do echo ${file} -gzip -dc ${file} | pax -r +gzip -dc ${file} | pax -r -pe PATH=/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:$PATH