use docker
This commit is contained in:
6
build-image
Executable file
6
build-image
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
set -ex
|
||||
|
||||
docker build -t grub-support .
|
||||
docker run --privileged --rm -v $PWD/output:/output --net=host -v /dev:/dev grub-support
|
||||
|
Reference in New Issue
Block a user