summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/extract.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/extract.sh b/release/extract.sh
index 0f7c4bd..4ebf9f2 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -1,7 +1,12 @@
#!/bin/sh
if [ -f bin_tgz.aa ] ; then
+ # Temporary kludge for pathological bindist.
+ cp /etc/hosts /etc/myname /stand/etc
echo; echo "Extracting bindist, please wait. Ignore any messages from"
echo "cpio saying \"No such file or directory\". It doesn't know what"
echo "it's talking about.."; echo
cat bin_tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
+ # Add back what the bindist nuked.
+ cp /stand/etc/myname /etc
+ cat /stand/etc/hosts >> /etc/hosts
fi
OpenPOWER on IntegriCloud