https://github.com/complexicon/netboot-sh
[WIP] netinstall iso based on alpine that can install varios OSes
https://github.com/complexicon/netboot-sh
Last synced: 12 months ago
JSON representation
[WIP] netinstall iso based on alpine that can install varios OSes
- Host: GitHub
- URL: https://github.com/complexicon/netboot-sh
- Owner: Complexicon
- Created: 2024-01-18T14:42:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T21:13:29.000Z (about 1 year ago)
- Last Synced: 2025-02-15T03:30:05.717Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
apk add nano git
apk add alpine-sdk alpine-conf syslinux xorriso squashfs-tools grub grub-efi doas
addgroup root abuild
abuild-keygen -i -a -n
git clone --depth=1 git://git.alpinelinux.org/aports
mkdir ~/iso
aports/scripts/mkimage.sh --outdir ~/iso --arch x86_64 --profile installeriso --repository https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/
```