<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">El 23/04/14 09:33, galleguindio
      escribi&oacute;:<br>
    </div>
    <blockquote cite="mid:5357B318.6030401@gmail.com" type="cite">Hola
      estoy intentando convertir un DEbian 7 en Musix.
      <br>
      Cuales serian los repos m&aacute;s confiables para bajar la identidad
      Musix (o sea marca/soft dedicado/etc)?
      <br>
      Desde ya muchas gracias armando tutorial para Tribuna hacker y
      para el blog despues lo publico para ver sus criticas primero
      aqu&iacute;.
      <br>
      Un abrazo.
      <br>
      <br>
    </blockquote>
    La nota va as&iacute;<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <p style="margin-bottom: 0cm; line-height: 100%">&iquest;Como convertir mi
      Debian 7.0.4 en mi distro favorita:Musix 3.0.1?</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Bueno hoy quiero
      explicarles como desde una instalacci&oacute;n de Debian 7.0.4 podemos
      construir una versi&oacute;n semipersonalizada de Musix. Este metodo
      puede
      aplicarse a cualquier distribuci&oacute;n basada en Debian o inclusive
      partir de una versi&oacute;n SID para construir nuestra distro debianita
      preferida.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Ahora necesito
      hacerles una advertencia; este es un metodo totalmente
      experimental
      que aprend&iacute; con la gente de Canaima Gnu/Linux y muchas veces me
      paso
      que la lentitud de la actualizaci&oacute;n de Canaima me llevo a sumar
      m&aacute;s
      repos Debian y configurar mi sistema para que solo reconociera las
      &uacute;ltimas versiones para que no se &#8220;rompan&#8221;, pero as&iacute; supe
      convertir Debian en varias otras distros y no he tenido problemas.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Bien; pasemos a la
      parte divertida, primero descargamos la versi&oacute;n netinstall y la
      quemamos en un CD o como hago yo habitualmente construyo un
      pendrive
      con Unetbootin que es r&aacute;pido y sencillo.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Si quieren hacerlo
      a
      lo hacker tambi&eacute;n pueden hacerlo:</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Abrir una terminar
      y loguearse como root</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> <font
        color="#800000">sudo
        -s</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%">Listar los discos:</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> <font
        color="#800000">fdisk
        -l</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%">Reparticionar,
      reemplazando sdx por lo que corresponda, por lo general es sdb.
      &iexcl;CUIDADO! ACA SI POD&Eacute;S PERDER ESAS FOTOS QUE DEJASTE AH&Iacute;!</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> <font
        color="#800000">
        fdisk /dev/sdx</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%"><font
        color="#000000">Para
        usar de ayuda te dejo el HELP:</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear d para
      eliminar una partici&oacute;n existente</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear n para
      crear una nueva partici&oacute;n</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear p para
      seleecionar una partici&oacute;n primaria</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear 1 para
      crear la primer partici&oacute;n</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Presionar Enter
      para usar el primer cilindro</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Presionar Enter
      nuevamente para usar el &uacute;ltimo cilindro por defecto</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear a para
      activar</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear 1 para
      marcar como booteable la primer partici&oacute;n activa</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear t para
      elegir el tipo de partici&oacute;n</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear c para
      usar una partici&oacute;n FAT32</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> Tipear w para
      escribir los cambios (si no est&aacute;s seguro, presion&aacute; q)</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> </p>
    <p style="margin-bottom: 0cm; line-height: 100%">formatear la nueva
      partici&oacute;n:</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"> <font
        color="#800000">mkfs.vfat
        -F 32 -n MULTIBOOT /dev/sdx1</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Estos pasos est&aacute;n
      basados en el HowTo de pendrivelinux y UTUTO.</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Inserta el medio de
      almacenamiento que hayas elegido y reinicia la computadora para
      que
      inicie a trav&eacute;s de all&iacute; (tal vez necesites modificar el orden de
      arranque de los dispositivos en la BIOS).</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Sigue las
      instrucciones del instalador normalmente, s&oacute;lo que cuando llegue a
      la secci&oacute;n de "Instalaci&oacute;n de Aplicaciones" (tasksel),
      desmarca todas las que vienen seleccionadas por defecto, nada m&aacute;s
      queremos el sistema base.</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Finaliza la
      instalaci&oacute;n y reinicia la computadora. Bien hasta ac&aacute; ya tenemos
      un
      Debian base en nuestra computadora, o sea que nos tira la pantalla
      negra en modo consola</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Ahora viene un
      lindo
      hackeo simple y b&aacute;sico</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Entonces lo primero
      que accemos es loguearnos como root nuevamente</p>
    <p style="margin-bottom: 0cm; line-height: 100%">su</p>
    <p style="margin-bottom: 0cm; line-height: 100%">ponemos la clave </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Una vez dentro del
      modo consola como root tecleamos</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> nano
      /etc/apt/sources.list </p>
    <p style="margin-bottom: 0cm; line-height: 100%">y agregamos los
      siguientes repositorios: (<big>ACA VAN LOS REPOS DE MUSIX)</big><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"> </p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb <a class="moz-txt-link-freetext" href="http://">http://</a></p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb <a class="moz-txt-link-freetext" href="http://">http://</a></p>
    <p style="margin-bottom: 0cm; line-height: 100%">Para instalar MATE
      (adoro este fork de Gnome2)</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"># main repository</p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb
      <a class="moz-txt-link-freetext" href="http://repo.mate-desktop.org/debian">http://repo.mate-desktop.org/debian</a> wheezy main</p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb
      <a class="moz-txt-link-freetext" href="http://repo.mate-desktop.org/archive/1.8/debian/">http://repo.mate-desktop.org/archive/1.8/debian/</a> wheezy main</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"># mirrors</p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb
      <a class="moz-txt-link-freetext" href="http://packages.mate-desktop.org/repo/debian">http://packages.mate-desktop.org/repo/debian</a> wheezy main</p>
    <p style="margin-bottom: 0cm; line-height: 100%">deb
      <a class="moz-txt-link-freetext" href="http://mirror1.mate-desktop.org/debian">http://mirror1.mate-desktop.org/debian</a> wheezy main</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">yo siempre los
      agrego en el cuerpo principal debajo de los de Debian o bien los
      reemplazo(esto puede ocasionar inestabilidades, pero es cuestion
      de
      enfrentarse a ellas). Pero bueno grabamos con Ctrl+o</p>
    <p style="margin-bottom: 0cm; line-height: 100%">y salimos con
      Ctrl+x</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Ahora editamos las
      preferencias de descarga que es lo que m&aacute;s arriba les dec&iacute;a
      debemos
      modificar si nuestra distro es poco mantenida. De esta manera
      evitamos que Debian nos sobreescriba como una Gran Padre nuestra
      personalizaci&oacute;n del sistema.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Vamos a nano
      /etc/apt/preferences </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Y lo dejamos de la
      siguiente manera</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Package: *</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin: release
      o=Musix</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin-Priority: 900</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Package: *</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin: release
      o=Debian</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin-Priority: 100</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Package: *</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin: origin
      repo.mate-desktop.org</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Pin-Priority: 700</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Grabamos.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Salimos.</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Recien ahora
      actualizamos las fuentes.</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">aptitude update</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Seguidamente,
      instalaremos algunos paquetes esenciales para realizar la
      transformaci&oacute;n de nuestro Debian en Musix:</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">aptitude -t -f
      install <big>(ACA VAN LOS PAQUETES TASK DE MUSIX Y ALGUN OTRO
        NECESARIO PARA LOGRAR UN MUSIX EN REGLA)</big><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Bien ahora esta el
      tema de la base de Musix que necesitamos instalarla para
      reemplazar
      la de Debian sobreescribiendola </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">aptitude install (<big>ACA
        VA EL PAQUETE BASE DE MUSIX INCLUYENDO KERNEL)</big><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Bueno; ya casi
      estamos con nuestro Musix 3.0.1 construido a lo gentoo listo. Pero
      ya
      esta bien de consola, as&iacute; que instalaremos un escritorio para
      realizar todas las otras modificaciones desde una terminal
      gr&aacute;fica.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Cargamos las llaves
      de Mate</p>
    <p style="margin-bottom: 0cm; line-height: 100%">wget
      <a
        href="http://mirror1.mate-desktop.org/debian/mate-archive-keyring.gpg">http://mirror1.mate-desktop.org/debian/mate-archive-keyring.gpg</a>
      (recuerdan la nota de wget?)</p>
    <p style="margin-bottom: 0cm; line-height: 100%">apt-key add
      mate-archive-keyring.gpg</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Actualizamos los
      repositorios nuevamente</p>
    <p style="margin-bottom: 0cm; line-height: 100%">apt-get update</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Ahora instalamos
      nuestro escritorio:</p>
    <p style="margin-bottom: 0cm; line-height: 100%">aptitude install
      mate-core mate-desktop-environment mate-desktop-environment-extra
      xserver-xorg-input-all </p>
    <p style="margin-bottom: 0cm; line-height: 100%">Bien desde aqu&iacute; en
      adelante todo queda en nuestra decisi&oacute;n seguir modificando y
      construyendo nuestro sistema operativo.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Podemos reemplazar
      Grub por Lilo o Burg</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Instalar todas las
      aplicaciones extras que necesitemos.</p>
    <p style="margin-bottom: 0cm; line-height: 100%">En fin la
      modularidad de GNU/linux Musix es infinita</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <title></title>
    <meta name="generator" content="LibreOffice 4.2.3.3 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 2cm }
                p { margin-bottom: 0.25cm; line-height: 120% }
                a:link { so-language: zxx }
        -->
        </style><br>
  </body>
</html>