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: 8 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T15:17:36.000Z (about 7 years ago)
- Last Synced: 2025-02-23T11:12:28.475Z (8 months 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
```