Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/its-alex/bionic-squashfs
- Owner: Its-Alex
- Created: 2018-04-13T21:21:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T15:17:36.000Z (over 6 years ago)
- Last Synced: 2025-01-01T20:35:29.670Z (25 days ago)
- Topics: automation, bionic, initramfs, initrd, pxe, script, squashfs, ubuntu, ubuntu1804, vagrant, virtualbox, vmlinux
- Language: Shell
- Homepage:
- Size: 2.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* VagrantOn 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
```