Code Monkey home page Code Monkey logo

kernel-solo's Introduction

script initrd

O projeto surgiu da necessidade de testar distribuições
linux em portátil sem cd ou dvd.

A evolução dos sistemas de arquivo aufs / squashfs 
permite rodar distribuições live e manter uma percistencia em
um diretório, criando assim um sistema usável e de rápida instalação. 

tópicos
- teste de distribuiçoes;
- kernel linux independente de distribuição;
- instalação rápida;
- atualização em grande escala facilitada;
- ...


parametros do init:
rootLabel = label da particao onde se encontra os arq squashfs e diretorio persistencia
rootPath = caminho relativo dentro da partição acima
root = diretorios e/ou arquivos que serão montados como root separados por ,. o primeira
   opcao deve RW (listados na ordem original aufs).

exemplo de grub

menuentry 'kahel deb64' {
  #root=(hd0,msdos11)
  linux /boot/deb64/vmlinuz rootLabel=ptbancFs3 rootPath=kahel root=rw,disco.sfs
  initrd /boot/deb64/initrdsj.gz
}

menuentry 'bodhi' {
  #root=(hd0,msdos11)
  linux /boot/bodhi/vmlinuz rootLabel=ptbancFs3 rootPath=bodhi root=rw,casper/filesystem.squashfs chr=/bin/run-init
  initrd /boot/bodhi/initrdsj.gz   
}

kernel-solo's People

Contributors

sgnyjohn avatar

Stargazers

 avatar  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.