switched to busybox

This commit is contained in:
Tomas M
2012-09-06 13:04:23 -05:00
parent 445fe3906b
commit 0421e9e1ab
4 changed files with 43 additions and 15 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# we're using precompiled busybox i486 binary, which runs on 64bit systems as well!
wget -O ./busybox http://busybox.net/downloads/binaries/latest/busybox-i486
chmod a+x ./busybox