summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/upgr
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-29 05:54:29 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-29 05:54:29 +0000
commite7ba098a6dde243a90180787f3c0999eece7efec (patch)
tree7c71e86e2ca91bceb37e74bc210fede50bdc95e4 /distrib/i386/floppies/upgr
parent6765702568d2cce079bc23c1855e40ba4632e05e (diff)
Update for removal of GNU tar(1)
Diffstat (limited to 'distrib/i386/floppies/upgr')
-rw-r--r--distrib/i386/floppies/upgr/upgrade.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/upgr/upgrade.sh b/distrib/i386/floppies/upgr/upgrade.sh
index fbfa4c121dc..045705943c2 100644
--- a/distrib/i386/floppies/upgr/upgrade.sh
+++ b/distrib/i386/floppies/upgr/upgrade.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: upgrade.sh,v 1.4 1996/04/25 21:28:32 niklas Exp $
+# $OpenBSD: upgrade.sh,v 1.5 1996/06/29 05:54:14 tholo Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -229,7 +229,7 @@ echo "Done."
echo ""
echo "Copying bootstrapping binaries and config files to the hard drive..."
$DONTDOIT cp /mnt/.profile /mnt/.profile.bak
-$DONTDOIT tar --exclude etc --one-file-system -cf - . | (cd /mnt ; tar --unlink -xpf - )
+$DONTDOIT pax -rw -X -k . /mnt
$DONTDOIT mv /mnt/etc/rc /mnt/etc/rc.bak
$DONTDOIT cp /tmp/.hdprofile /mnt/.profile