Code Monkey home page Code Monkey logo

live-cd's Introduction

Huayra GNU/Linux - Instalador en LiveCD
=======================================

* Para construir las imágenes de los instaladores y/o live-cd
  es necesario tener instalado los siguientes paquetes:

  live-build
  md5sum

* Opcionalmente, pero recomendado:

  apt-cacher
  sudo

* Para configurar algún parámetro del build:

  sudo lb config --help

Variables para el build
-----------------------

ARCH (obligatorio): Se debe definir de que arquitectura se genera la iso (amd64 o i386).

  sudo ARCH=amd64 lb build

CACHER: Si se usa el apt-cacher se debe cargar la variable con host y port del mismo:

  sudo ARCH=amd64 CACHER=127.0.0.1:3142 lb build

RELEASE_VERSION: Version del build:

  sudo ARCH=amd64 CACHER=127.0.0.1:3142 RELEASE_VERSION=2.0beta lb build

  (la versión es un texto o número, en caso de no usar la variable, la misma es un timestamp
   ejemplo: huayra-amd64-201312231402.iso)

DEBUG: Valor 1 para habilitar opciones de paquetes de debug:

  sudo ARCH=amd64 CACHER=127.0.0.1:3142 RELEASE_VERSION=2.0beta DEBUG=1 lb build

  (Con la variables de DEBUG por ejemplo se agregan los paquetes guest para virtualbox y vmware)

EFI: Valor 1 para crear una iso con los paquetes grub-efi en vez de grub-pc

  sudo ARCH=amd64 CACHER=127.0.0.1:3142 RELEASE_VERSION=2.0beta EFI=1 lb build

PROPOSED: Valor 1 para agregar repos proposed (por lo general para pruebas de actualizaciones)

  sudo ARCH=amd64 CACHER=127.0.0.1:3142 RELEASE_VERSION=2.0beta EFI=1 PROPOSED=1 lb build

Limpieza del build
------------------

* Para limpiar archivos del build y cache:

  sudo lb clean
  sudo lb clean --cache

* Para limpiar completamente el entorno:

  sudo lb clean --purge

En caso de ser root no hace falta usar sudo.

live-cd's People

Contributors

ftoledo avatar lvm avatar miguelgarcia avatar matiasdelellis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.