]> xenbits.xensource.com Git - unikraft/libs/ruby.git/commit
Makefile.uk: Add rule for creating root filesystem
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 16 Dec 2019 13:47:51 +0000 (15:47 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 16 Dec 2019 13:54:35 +0000 (15:54 +0200)
commitf6d1d660ece3383acf82b442dddd09edd6c43f7f
tree449f29aeb5dc3efafc0f403a3c05598688ef9045
parente9d9929074084c121f09460e3024efea32ce7504
Makefile.uk: Add rule for creating root filesystem

The Ruby interpreter needs a filesystem where to keep its libraries. This patch
creates a root filesystem and installs the Ruby libraries in `/lib/ruby/2.6.0/`
directory. For creating the filesystem the following command has to be run:

$ make ruby-rootfs path=<directory>

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
Makefile.uk
gems-examples/Gemfile-irb [new file with mode: 0644]