Install the required packages (Ubuntu 12.04):
apt-get install nfs-kernel-server portmapOpen the exports file:
vim /etc/exports| const std = @import("std"); | |
| const assert = std.debug.assert; | |
| const Allocator = std.mem.Allocator; | |
| const Io = std.Io; | |
| pub fn main() !void { | |
| var debug_allocator: std.heap.DebugAllocator(.{}) = .init; | |
| const gpa = debug_allocator.allocator(); | |
| //const gpa = std.heap.smp_allocator; |
| # Ruby is our language as asciidoctor is a ruby gem. | |
| lang: ruby | |
| before_install: | |
| - sudo apt-get install pandoc | |
| - gem install asciidoctor | |
| script: | |
| - make | |
| after_success: | |
| - .travis/push.sh | |
| env: |
This allows user to do automated installation of ubuntu. Provided here a a few different files/scripts for making this easier.
I've used this to verify that d-i kernel and initramfs from -proposed work as shown in bug 1511497.
The provided 'preseed' below can be used as a fully automated installation of ubuntu. Boot with qemu like: