Change Ubuntu images symbolic links from distro name to version
This commit is contained in:
parent
a93073e0be
commit
2e9a8018da
@ -8,6 +8,12 @@ out-of-tree kernel {module, exploit} development tool
|
|||||||
|
|
||||||
Read [Qemu API](qemu/README.md).
|
Read [Qemu API](qemu/README.md).
|
||||||
|
|
||||||
|
### Generate images
|
||||||
|
|
||||||
|
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img/
|
||||||
|
$ docker run --privileged -v $(pwd):/shared -e IMAGE=/shared/ubuntu1404.img -e RELEASE=trusty -t gen-ubuntu1804-image
|
||||||
|
$ docker run --privileged -v $(pwd):/shared -e IMAGE=/shared/ubuntu1604.img -e RELEASE=xenial -t gen-ubuntu1804-image
|
||||||
|
|
||||||
### Generate kernels
|
### Generate kernels
|
||||||
|
|
||||||
cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory
|
cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory
|
||||||
@ -20,6 +26,7 @@ If you already have Go, Qemu, Vagrant and Docker installed, there's cross-platfo
|
|||||||
$ go get github.com/jollheef/out-of-tree
|
$ go get github.com/jollheef/out-of-tree
|
||||||
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img/
|
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img/
|
||||||
$ ./bootstrap.sh
|
$ ./bootstrap.sh
|
||||||
|
$ docker run --privileged -v $(pwd):/shared -e IMAGE=/shared/ubuntu1604.img -e RELEASE=xenial -t gen-ubuntu1804-image
|
||||||
$ cd ../kernel-factory
|
$ cd ../kernel-factory
|
||||||
$ rm -rf {Debian,CentOS,Ubuntu/{14.04,18.04}} # speed up :)
|
$ rm -rf {Debian,CentOS,Ubuntu/{14.04,18.04}} # speed up :)
|
||||||
$ ./bootstrap.sh
|
$ ./bootstrap.sh
|
||||||
|
@ -1 +1 @@
|
|||||||
../../../qemu-debian-img/trusty.img
|
../../../qemu-debian-img/ubuntu1404.img
|
@ -1 +1 @@
|
|||||||
../../../qemu-debian-img/xenial.img
|
../../../qemu-debian-img/ubuntu1604.img
|
@ -1 +1 @@
|
|||||||
../../../qemu-debian-img/bionic.img
|
../../../qemu-debian-img/ubuntu1804.img
|
Loading…
Reference in New Issue
Block a user