Difference between revisions of "Making our own linux images"

From Gender and Tech Resources

m
m (Criteria)
Line 10: Line 10:
 
!  !! Default installer !! Init script !! Graphical installation process !! Boots !! Default package management tools !! Starting small !!  
 
!  !! Default installer !! Init script !! Graphical installation process !! Boots !! Default package management tools !! Starting small !!  
 
|-
 
|-
| voidlinux ||  || runit ||  || CD/DVD and LiveCD ||  || yes ||  
+
| voidlinux ||  || runit ||  || CD/DVD and LiveCD || xbps || yes ||  
 
|-
 
|-
| devuan ||  || sysvinit ||  || CD/DVD || || yes ||  
+
| devuan ||  || sysvinit ||  || CD/DVD || apt || yes ||  
 
|}
 
|}
  

Revision as of 17:31, 22 July 2015

Making (live) images

Criteria

Default installer Init script Graphical installation process Boots Default package management tools Starting small
voidlinux runit CD/DVD and LiveCD xbps yes
devuan sysvinit CD/DVD apt yes

Installing test environments

virtualbox

vagrant

Installing OS

devuan in vagrant with virtualbox

http://devuan.org/

migrating to devuan from debian

devuan-baseconf.deb

voidlinux in virtualbox

http://www.voidlinux.eu/

Test driven development

Running *only* what we need while avoiding lock-ins:

Basic security

Minimalist applications

Making gendersec images

devuan

voidlinux

Resources

  • Distrowatch

Related

References