https://github.com/jgraichen/pxe-rescue
https://github.com/jgraichen/pxe-rescue
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgraichen/pxe-rescue
- Owner: jgraichen
- Created: 2022-01-22T23:24:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T16:10:02.000Z (about 2 years ago)
- Last Synced: 2025-03-20T08:13:36.601Z (over 1 year ago)
- Language: Makefile
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PXE rescue
PXE-bootable rescue images with ZFS and useful tools preinstalled.
* Debian 12 bookworm
* Ubuntu 24.04 noble
## Usage
### Install dependencies
```console
apt install bdebstrap squashfs-tools-ng
```
### Build image
```console
bdebstrap -c rescue-debian.yml --force
```
## Configuration
### iPXE menu
```ipxe
initrd http://.../rescue/initrd.img
chain http://.../rescue/vmlinuz initrd=initrd.img boot=live config components autologin username=root noeject fetch=http://.../rescue-debian/root.squashfs
```
### cloud-init data source