diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-13 04:59:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-13 04:59:44 +0000 |
| commit | 842f30848780866cb822fe01c4d3d4576718ddb3 (patch) | |
| tree | 212d1aae25966b1cb7769409e1ae97e626a32b95 /release/scripts | |
| parent | dd3552c8a7b2b6823668c2834f667466844698de (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/base-install.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/release/scripts/base-install.sh b/release/scripts/base-install.sh deleted file mode 100755 index 6b32b033a842..000000000000 --- a/release/scripts/base-install.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi - -echo "You are about to extract the base distribution into ${DESTDIR:-/} - are you SURE" -echo -n "you want to do this over your installed system (y/n)? " -read ans -if [ "$ans" = "y" ]; then - cat bin.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -fi |
