forked from devuan/installer-iso
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
boot | 4 years ago | |
docs | 4 years ago | |
needed-characters | 4 years ago | |
pool | 3 years ago | |
scripts | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
boot-bios-isolinux.mk | 4 years ago | |
boot-efi-grub.mk | 4 years ago | |
cd2.mk | 4 years ago | |
cd3.mk | 4 years ago | |
cd4.mk | 4 years ago | |
desktop.mk | 4 years ago | |
firmware.mk | 4 years ago | |
kernel.mk | 4 years ago | |
makeiso.mk | 4 years ago | |
netinstall.mk | 4 years ago | |
packages.mk | 4 years ago | |
saverun.mk | 4 years ago | |
server.mk | 4 years ago | |
udeb-sets.mk.tmpl | 3 years ago | |
win32-loader.mk | 4 years ago |
README.md
Devuan Installer ISO
This project is tailored for build the Devuan beowulf ISOs, which includes architectures i386 and amd4 with a collection of ISO for each:
- netinstall - installation fully over the network
- server - CD size ISO for server installation, also without network
- desktop - 4G ISO for desktop installation also without network
- cd2 - package pool desktop add-on for server install, with xfce4 and
- cd3 - package pool desktop add-on for server install, with ...
The pool
Directory
This directory contains "seed" files and a Makefile for creating the package lists for the various ISOs. Use "make -C pool reallyclean" to clean it up.
How to Build an ISO
ISOs are only built for the current (aka host) architecture. Use
$ make $ISO
with ISO being one of netinstall, server, desktop, cd2 or cd3.