Fix mkimage-busybox

This commit is contained in:
Paul Hammond 2013-04-01 14:34:12 -07:00
parent 47c4c2abd4
commit cc2558bf10
1 changed files with 2 additions and 3 deletions

View File

@ -35,6 +35,5 @@ do
cp -a /dev/$X dev
done
tar -cf- . | docker put busybox
docker run -i -a -u root busybox /bin/echo Success.
tar -cf- . | docker import - busybox
docker run -i -u root busybox /bin/echo Success.