Difference between revisions of "Making our own linux images"

From Gender and Tech Resources

m (Criteria)
m (Criteria)
Line 8: Line 8:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! !! Default installer !! Init script !! Graphical installation process !! Boots !! Default package management !! Security applications !! Minimalist applications
+
! Distro !! Default installer !! Init script !! Graphical installation process !! Boots !! Default package management !! Security applications !! Minimalist applications
 
|-
 
|-
| voidlinux ||  || runit ||  || CD/DVD and LiveCD || xbps  ||  ||  
+
| voidlinux, independent distribution ||  || runit,uedev ||  || CD/DVD and LiveCD || xbps  ||  ||  
 
|-
 
|-
| devuan ||  || sysvinit ||  || CD/DVD || apt ||  ||  
+
| devuan, debian overlay  ||  || sysvinit,vdev ||  || CD/DVD || apt ||  ||  
 
|}
 
|}
  

Revision as of 20:05, 22 July 2015

Making (live) images

Criteria

Distro Default installer Init script Graphical installation process Boots Default package management Security applications Minimalist applications
voidlinux, independent distribution runit,uedev CD/DVD and LiveCD xbps
devuan, debian overlay sysvinit,vdev CD/DVD apt

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 (live) images

devuan

voidlinux

Resources

Related

References