Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/its-alex/bionic-squashfs

Bionic pxe image with kernel
https://github.com/its-alex/bionic-squashfs

automation bionic initramfs initrd pxe script squashfs ubuntu ubuntu1804 vagrant virtualbox vmlinux

Last synced: 19 days ago
JSON representation

Bionic pxe image with kernel

Awesome Lists containing this project

README

        

# boot-pxe-lab

This is a pxe image builder for ubuntu 18.04 with vagrant and debootstrap

## Prerequisite

On your host, you need:

* Virtualbox
* Vagrant

On OSX, execute this command with [brew](https://brew.sh/index_fr.html) to install this prerequisites:

```
$ brew cask install vagrant virtualbox
```

## Usage

How to build `pxe-image`:

```
$ make build
```