Difference between revisions of "Making our own linux images"

From Gender and Tech Resources

m (Criteria)
m
Line 1: Line 1:
 
== Avoiding lock-ins ==
 
== Avoiding lock-ins ==
  
== Making (live) images ==
+
== Resources ==
  
 
* 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
* Liberté linux (gentoo based) as candidate for a minimalist Live USB for emergencies, adapted to our needs, see [[Anonymising_your_traffic_with_linux#Libert.C3.A9_linux.2C_tails.2C_whonix.2C_freepto|Liberté linux, tails, whonix, freepto]]
+
* Liberté linux (gentoo based) as candidate for a minimalist Live USB for emergencies, adapted to our needs.
  
== Criteria ==
+
=== Candidates ===
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 17: Line 17:
 
| devuan, debian overlay ||  || sysvinit,vdev ||  || CD/DVD || apt ||  ||  
 
| devuan, debian overlay ||  || sysvinit,vdev ||  || CD/DVD || apt ||  ||  
 
|-
 
|-
| liberté linux, gentoo based ||  ||  ||  || USB || none || ||  
+
| liberté linux, gentoo based ||  ||  ||  || USB || none || see [[Anonymising_your_traffic_with_linux#Libert.C3.A9_linux.2C_tails.2C_whonix.2C_freepto|Liberté linux, tails, whonix, freepto]] ||  
 
|}
 
|}
  

Revision as of 13:54, 11 August 2015

Avoiding lock-ins

Resources

Candidates

Distro Default installer Init 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
liberté linux, gentoo based USB none see Liberté linux, tails, whonix, freepto

Installing test environments

virtualbox

vagrant

Installing OS

devuan in vagrant with virtualbox

http://devuan.org/

voidlinux in virtualbox

http://www.voidlinux.eu/

Test driven development

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

Basic security

See growing list of security applications

Minimalist applications

See growing list of minimalist applications

Making gendersec live CD's, ovas and images

Resources

Related

References