summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-13 15:36:38 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-13 15:36:38 +0000
commit41ee528492db9bd41604311b100da5a871098b3a (patch)
tree55f3bad2f3c82c8e8391f65d1c2e3af9e6375536 /run-bootstrap-in-chroot
parent659d035e3f64c16deb53e95e3a308c37cc9f1479 (diff)
downloadmorph-41ee528492db9bd41604311b100da5a871098b3a.tar.gz
remove copying of LFS tarballs (it only ever worked for me)
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 1671b4c0..ff880dd7 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -23,7 +23,6 @@ EOF
cp baserock-bootstrap "$dir/."
sed 's,^.*/,http://192.168.1.185/lfs/,' wget-list > "$dir/wget-list"
-cp -a /home/liw/baserock/lfs-tarballs "$dir/."
mount -t proc proc "$dir/proc"
mount -t sysfs sysfs "$dir/sys"
if chroot "$dir" bash -x baserock-bootstrap yes