Difference between revisions of "Making our own linux images"

From Gender and Tech Resources

m (Installing OS)
m
Line 3: Line 3:
 
* See DebianCustomCD https://wiki.debian.org/DebianCustomCD. A possible "alternative" to this procedure is to use Simple-CDD https://wiki.debian.org/Simple-CDD.
 
* See DebianCustomCD https://wiki.debian.org/DebianCustomCD. A possible "alternative" to this procedure is to use Simple-CDD https://wiki.debian.org/Simple-CDD.
 
* Voidlinux make live https://github.com/voidlinux/void-mklive
 
* Voidlinux make live https://github.com/voidlinux/void-mklive
 +
 +
== Criteria ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
!  !! Default installer !! Init script !! Graphical installation process !! Boots !! Default package management tools !! Starting small !!
 +
|-
 +
| voidlinux ||  || runit ||  || CD/DVD and LiveCD ||  || yes ||
 +
|-
 +
| devuan ||  || sysvinit ||  || CD/DVD ||  || yes ||
 +
|}
  
 
== Installing test environments ==
 
== Installing test environments ==
Line 15: Line 26:
  
 
http://devuan.org/
 
http://devuan.org/
 +
 +
=== migrating to devuan from debian ===
 +
 +
devuan-baseconf.deb
  
 
=== voidlinux in virtualbox ===
 
=== voidlinux in virtualbox ===
Line 20: Line 35:
 
http://www.voidlinux.eu/
 
http://www.voidlinux.eu/
  
== Running *only* what we need ==
+
== Test driven development ==
  
=== devuan ===
+
Running *only* what we need while avoiding lock-ins:
  
=== voidlinux ===
+
=== Basic security ===
 +
 
 +
=== Minimalist applications ===
  
 
== Making gendersec images ==
 
== Making gendersec images ==
Line 31: Line 48:
  
 
=== voidlinux ===
 
=== voidlinux ===
 +
 +
== Resources ==
 +
 +
* Distrowatch
  
 
== Related ==
 
== Related ==

Revision as of 17:30, 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 yes
devuan sysvinit CD/DVD 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