mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 20:06:38 +00:00
redo mkinitrd.sh to not use volumes
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ETCFILES+=etc/init.d/chronyd
|
||||
initrd.img: Dockerfile mkinitrd.sh repositories $(ETCFILES)
|
||||
rm -f initrd.img
|
||||
docker build -t moby:test .
|
||||
docker run -i -v $(PWD):/export moby:test /export/mkinitrd.sh
|
||||
docker run -i moby:test /bin/mkinitrd.sh > $@
|
||||
|
||||
clean:
|
||||
rm -f initrd.img
|
||||
|
||||
Reference in New Issue
Block a user