remove -i option since pinata fixed

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-09 15:48:09 +00:00
parent a9b3c89290
commit 8693ca9c64
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ initrd.img: Dockerfile mkinitrd.sh repositories $(ETCFILES)
$(MAKE) -C packages/9pudc
$(MAKE) -C packages/mdnstool
docker build -t moby:test .
docker run -i moby:test /bin/mkinitrd.sh > $@
docker run moby:test /bin/mkinitrd.sh > $@
clean:
rm -f initrd.img

View File

@ -2,7 +2,7 @@ all: vmlinuz64
vmlinuz64:
docker build -t mobykernel:test .
docker run -i mobykernel:test cat /linux/arch/x86_64/boot/bzImage > vmlinuz64
docker run mobykernel:test cat /linux/arch/x86_64/boot/bzImage > vmlinuz64
clean:
rm vmlinuz64