Build environment for making Devuan installer ISOs for i386 and amd64.
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.
 
 
 
Ralph Rönnquist 3626503140 Corrected which files it should removes for properly checking from start 3 years ago
boot Include "nomodeset" as default boot option. 4 years ago
docs updates 4 years ago
needed-characters upgrade needed-characters by merging debian-installer 75fee93e1 4 years ago
pool Merge branch from 'retry_download' 3 years ago
scripts Corrected which files it should removes for properly checking from start 3 years ago
.gitignore unhide the by_vote* files 3 years ago
Makefile rename "install" to "server" 4 years ago
README.md strawman snapshot 4 years ago
boot-bios-isolinux.mk Include "nomodeset" as default boot option. 4 years ago
boot-efi-grub.mk Include "nomodeset" as default boot option. 4 years ago
cd2.mk code cleanup 4 years ago
cd3.mk added pool isos 4 years ago
cd4.mk Locked in pool isos 4 years ago
desktop.mk add cd_type 4 years ago
firmware.mk change the firware links to be relative. 4 years ago
kernel.mk add $ARCH to make-initrd call 4 years ago
makeiso.mk add .disk/info too pool cds 4 years ago
netinstall.mk add cd_type 4 years ago
packages.mk Locked in pool isos 4 years ago
saverun.mk avoid stop on error 4 years ago
server.mk add cd_type 4 years ago
udeb-sets.mk.tmpl expand udeb list towards most installer-menu udebs, plus rfkill 3 years ago
win32-loader.mk Added win32-loader boot option 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.