Skip to content

Commit

Permalink
setup /bin/sh -> /busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 2, 2015
1 parent 892723c commit 8b6ee21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reprounzip-vagrant/reprounzip/unpackers/vagrant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ def vagrant_setup_create(args):
fp.write(r'''
cp /vagrant/busybox /experimentroot/busybox
chmod +x /experimentroot/busybox
mkdir -p /experimentroot/bin
[ -e /experimentroot/bin/sh ] || \
ln -s /busybox /experimentroot/bin/sh
''')

# Copies pack
Expand Down

0 comments on commit 8b6ee21

Please sign in to comment.