Re: live-build: what do live-task-* do?

2024-05-24 Thread Thomas Schmitt
Hi,

Hans wrote:
> I am playing around with live-build.

This package has its own specialized mailing list:
  debian-l...@lists.debian.org


Have a nice day :)

Thomas



live-build: what do live-task-* do?

2024-05-24 Thread Hans
Hello everyone,

I am playing around with live-build. So I see several packages 
called "live-task-*" (for example live-task-xfce), but I can not see any 
changes in the live-build tree, when I install them or not.

Checked through the manuals, but I found no information, what I have to do 
with it. Yes, live-task-xfce shall add XFCE to the live-build ISO, but I can 
not see any difference by adding just the entry "live-task-xfce" into the file 
"live.list.chroot" below ~/config/package.list and installing the package.

What did I miss? Yes, I see, these are metapackages and want to install more 
packages (what I really NOT want on my building computer).

The logic of this behaviour is not quite clear for me. I suppose, it shall 
show me and let me test, which packages are installed into the live-ISO. 

But if I do not want them on my building computer, I just need to add the 
entry into ~/config/package.list/live.list.chroot and it will work. 

Am I correct?

Personally I think this is not a good way, as installing a package 
like task-live-xfce will install all xfce-packages,too. No good idea for 
several reasons. But someone might have good reasons for this.

Whatever, the question is: What are these live-task-packages for and how shall 
they be handled correctly?

Thank you for enlightening me!

Best regards

Hans  







Re: live-build: erreur sur firmware

2023-11-25 Thread Pierre ESTREm

Bonsoir Didier,

J'ai dans tous mes dépôts la section non-free-firmware.
Par contre je n'avais dans aucun la section "contrib".
Je l'ai ajouté partout, puis je fais un "apt update".
Pas mieux avec le config le plus simple.

Je réinstalle la netinst et je présume que ça ira, tout au mieux au début.

Je me souviens avoir fait un "apt upgrade"...

pierre estrem




Le 25/11/2023 à 08:51, didier gaumet a écrit :

Le 24/11/2023 à 21:32, Pierre ESTREm a écrit :

Bonsoir,

Je n'y comprends plus rien : alors que mes premiers essais étaient 
fructueux; voilà que j'ai systématiquement la même erreur... avec le 
simplissime script auto/config :


#!/bin/sh
set -e
lb config noauto \
     "${@}"

Je fais cela sur une Debian 12.
Et toujours cette erreur sur le paquet firmware-linux...

pierre estrem


Tu as bien la section non-free-firmware présente pour chaque dépôt 
dans le fichier /etc/apt/sources.list de ton PC (celui à partir duquel 
tu essaies de construire ton système cible live)?








Re: live-build: erreur sur firmware

2023-11-24 Thread didier gaumet

Le 24/11/2023 à 21:32, Pierre ESTREm a écrit :

Bonsoir,

Je n'y comprends plus rien : alors que mes premiers essais étaient 
fructueux; voilà que j'ai systématiquement la même erreur... avec le 
simplissime script auto/config :


#!/bin/sh
set -e
lb config noauto \
     "${@}"

Je fais cela sur une Debian 12.
Et toujours cette erreur sur le paquet firmware-linux...

pierre estrem


Tu as bien la section non-free-firmware présente pour chaque dépôt dans 
le fichier /etc/apt/sources.list de ton PC (celui à partir duquel tu 
essaies de construire ton système cible live)?






Re: live-build: erreur sur firmware

2023-11-24 Thread Pierre ESTREm

Bonsoir,

Je n'y comprends plus rien : alors que mes premiers essais étaient 
fructueux; voilà que j'ai systématiquement la même erreur... avec le 
simplissime script auto/config :


#!/bin/sh
set -e
lb config noauto \
    "${@}"

Je fais cela sur une Debian 12.
Et toujours cette erreur sur le paquet firmware-linux...

pierre estrem


Le 23/11/2023 à 22:48, didier gaumet a écrit :

Le 23/11/2023 à 22:46, didier gaumet a écrit :
[...]

 --archive-areas "main contrib non-free" \

[...]

j'ai fait du copier-coller sans me relire et modifier.
il faut donc lire plutôt:

  --archive-areas "main contrib non-free non-free-firmware" \







Re: live-build: erreur sur firmware

2023-11-23 Thread didier gaumet

Le 23/11/2023 à 22:46, didier gaumet a écrit :
[...]

     --archive-areas "main contrib non-free" \

[...]

j'ai fait du copier-coller sans me relire et modifier.
il faut donc lire plutôt:

  --archive-areas "main contrib non-free non-free-firmware" \





Re: live-build: erreur sur firmware

2023-11-23 Thread didier gaumet

De ce que je comprends d'après un tuto sur debian-facile:
(cf https://debian-facile.org/doc:install:live-build )

1) il faut spécifier les options:
lb config noauto \
[...]
--archive-areas "main contrib non-free" \
[...]
--firmware-binary "true" \
--firmware-chroot "true" \
[...]

2) il faut aussi insérer chaque paquet de firmware à installer dans la 
liste des paquets à installer. tu peux alléger un peu la liste en 
spécifiant l'un des métapaquets disponibles:

live-task-non-free-firmware-pc
live-task-non-free-firmware-server

ne m'en demande pas plus, je n'ai jamais expérimenté tout ça :-)



Re: live-build: erreur sur firmware

2023-11-23 Thread Pierre ESTREm

Bonsoir,

Dommage, aucune des deux lignes passent (même retour) :

  --archive-areas main contrib non-free non-free-firmware \
ou
  --archive-areas main contrib non-free-firmware \

Je vais m'appuyer sur la commande que vous citez "apt show" pour 
d'autres tentatives.


Merci !

pierre estrem



Le 23/11/2023 à 08:59, didier gaumet a écrit :

Le 23/11/2023 à 03:23, Pierre ESTREm a écrit :
[...]

E: Package 'firmware-linux' has no installation candidate

[...]

 --archive-areas main contrib non-free \

[...]

Bonjour,

didier@hp-notebook14:~$ apt show firmware-linux
[...]
Section: non-free-firmware/metapackages
[...]

je pense que la ligne suivante serait correcte pour ton emploi:

  --archive-areas main contrib non-free non-free-firmware \

ou simplement

  --archive-areas main contrib non-free-firmware \

si seuls les firmwares t'intéressent parmi les logiciels propriétaires





Re: live-build: erreur sur firmware

2023-11-22 Thread didier gaumet

Le 23/11/2023 à 03:23, Pierre ESTREm a écrit :
[...]

E: Package 'firmware-linux' has no installation candidate

[...]

     --archive-areas main contrib non-free \

[...]

Bonjour,

didier@hp-notebook14:~$ apt show firmware-linux
[...]
Section: non-free-firmware/metapackages
[...]

je pense que la ligne suivante serait correcte pour ton emploi:

  --archive-areas main contrib non-free non-free-firmware \

ou simplement

  --archive-areas main contrib non-free-firmware \

si seuls les firmwares t'intéressent parmi les logiciels propriétaires



live-build: erreur sur firmware

2023-11-22 Thread Pierre ESTREm

Bonjour la liste

Je débute avec cet outil.
Je commence par une iso-hybrid avec un système "normal" :

J'obtiens l'erreur en fin de log :
...
E: Package 'firmware-linux' has no installation candidate
E: An unexpected failure occurred, exiting...
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...

Reading state information...

Je fais cela avec le script auto/config :

#!/bin/sh

set -e

lb config noauto \
    --architectures amd64 \
    --distribution bookworm \
    --system normal \
    --bootloaders syslinux \
    --archive-areas main contrib non-free \
    --apt-recommends true \
    --binary-filesystem ext4 \
    "${@}"

Si j'ajoute l'option "--firmware-binary true" même  erreur.

Où fais-je l'erreur ?

Merci
pierre estrem



OT: Live-Build creator with GUI?

2023-04-01 Thread Hans
Hi folks, 

I am looking for a live-build creation tool with a gui. 

The goal is, easily to click any software I want to use (even packages of 
thiurd parties) and then get a fully for my purposes customized live-file.
And it must be run with debian and usinng debian.

Yes, I could use live-build in the commandline (like I do witk kali linux).

I do NOT want to decide, which windowmanager, but maybe I want to decide which 
of the windowmangers are beein installed.

And yes, I know, there are live-build meta-packages for different 
windowmanagers available.

In short:

I dicovered "live-magic" which is no more available, I also discovered 
"cubic", but this can not be installed on debian, except I am running bookworm 
(which I do not want to run).

Does anyone know a live-build-gui, which is running in debian (NOT Ubuntu!!!), 
with ready to install packages for debian/bullseye and free and open-source?

If there is none, this information would also be appreciated.

Thank you for any help.

Best regards

Hans




Ajout driver dans live-build

2019-06-06 Thread Mac Fly
 Bonjour,

je génère un live-build à partir d'une Debian7.

Malheureusement, suite à un changement de hardware, les disques dur ne sont
plus détecter (disques monter sur une carte Raid nécessitant le driver
MPT3SAS).

Comment puis-je ajouter ce driver en phase "installeur" sur l'iso du
live-build ?

NB : je n'ai pas la possibilité d'upgrader ma Debian :-(

D'avance merci pour votre aide.

Cordialement,
Litteul.


add driver in live-build

2019-06-06 Thread Mac Fly
Hi,

I make live-build iso form Debian 7.

Unfortunately, I changed hardware server and now HDD are not longer
detected (HDD mount through Raid Card MPT3SAS).

How can'I add this driver into the live-build iso ?

ie : I can't upgrade my Debian version :-(.

Thanks in advance.
Regards,
Litteul.


Ajout driver dans live-build

2019-06-06 Thread Mac Fly
Bonjour,

je génère un live-build à partir d'une Debian7.

Malheureusement, suite à un changement de hardware, les disques dur ne sont
plus détecter (disques monter sur une carte Raid nécessitant le driver
MPT3SAS).

Comment puis-je ajouter ce driver en phase "installeur" sur l'iso du
live-build ?

NB : je n'ai pas la possibilité d'upgrader ma Debian :-(

D'avance merci pour votre aide.

Cordialement,
Litteul.


Re: (deb-cat) live-build

2016-06-23 Thread Lluís Gras
Més o menys seria el següent:

1. Descarreguem la imatge que ens interessi.
serni@debianbox_192_168_10_2:~$ wget -c
http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-8.5.0-amd64-lxde-desktop.iso

2. Descomprimim la ISO.
serni@debianbox_192_168_10_2:~$ 7z
x debian-live-8.5.0-amd64-lxde-desktop.iso

3. Ens fem root i definim el dispositiu de loop associat al fitxer
 filesystem.squashfs
serni@debianbox_192_168_10_2:~$ su -
Contrasenya:
root@debianbox_192_168_10_2:~# losetup /dev/loop0
/home/serni/Escriptori/TMP/ISO/live/filesystem.squashfs

4. Muntem el contingut de filesystem.squashfs  a /mnt
root@debianbox_192_168_10_2:~# mount -t squashfs /dev/loop0 /mnt

5. Creem un directori on transferirem el contingut de /mnt (ro) per
poder-lo modificar.
root@debianbox_192_168_10_2:~# mkdir /root/FS

6. Copiem les dades amb rsync -av
root@debianbox_192_168_10_2:~# rsync -av /mnt/ /root/FS/

7. Jo en aquest punt em faria un petit script per treballar/chrootar dins
de /root/FS o d'on sigui. les comandes que executo són:

root@debianbox_192_168_10_2:~# mount -t proc none /root/FS/proc

root@debianbox_192_168_10_2:~# mount -t sysfs none /root/FS/sys

root@debianbox_192_168_10_2:~# mount -o bind /run /root/FS/run

root@debianbox_192_168_10_2:~# mount -o bind /dev /root/FS/dev

root@debianbox_192_168_10_2:~# mount -o bind /dev/pts /root/FS/dev/pts

i finalment fem el chroot.

root@debianbox_192_168_10_2:~# chroot /root/FS

Ja a dins del chroot.

8. Afegim un nameserver a  /etc/resolv.conf
root@debianbox_192_168_10_2:/# echo "nameserver 8.8.8.8" >> /etc/resolv.conf

I ara ja hauries de poder actualitzar el sistema amb apt-get, aptitude, etc
...

9. Un cop minimitzat el teu sistema, hauries de desfer els passos,
eliminant l'entrada de /etc/resolv.conf, el dispositiu de loop, sortint del
chroot i recuperant l'entorn.

root@debianbox_192_168_10_2:/# exit

root@debianbox_192_168_10_2:~# umount -l /root/FS/proc

root@debianbox_192_168_10_2:~# umount /root/FS/sys

root@debianbox_192_168_10_2:~# umount /root/FS/dev/pts

root@debianbox_192_168_10_2:~# umount -l /root/FS/dev

root@debianbox_192_168_10_2:~# umount -l /root/FS/run

root@debianbox_192_168_10_2:~# losetup -D

10. A continuació generem el nou fitxer filesystem.squashfs
root@debianbox_192_168_10_2:~# mksquashfs /root/FS /root/filesystem.squashfs

11. I l'emprem per substituir l'original de la ISO descomprimida.
root@debianbox_192_168_10_2:~# cp -a
/root/filesystem.squashfs /home/serni/Escriptori/TMP/ISO/live/

12. Regenerem la ISO amb alguna cosa com:
root@debianbox_192_168_10_2:~# genisoimage -o
debian-live-8.5.0-amd64-lxde-desktop_remake.iso -R -b isolinux.bin -c
boot.cat -A "mkisofs" -V "Debian LXDE amd64" -allow-limited-size
-allow-limited-size -no-emul-boot -boot-load-size 4 -boot-info-table
 /home/serni/Escriptori/TMP/ISO

O potser isomaster faria el fet.

13. Comprovar que els darrers 12 punts han funcionat ;-)

El dia 23 de juny de 2016, 9:00, Narcis Garcia  ha
escrit:

> Coneixeu alguna guia per aquest procediment?
> De tota manera vull assegurar-me que la manera d'eliminar coses
> mantingui la coherència funcional, és a dir, no vull eliminar fitxers «a
> cegues» que poden formar part d'un paquet, sinó millor eliminar paquets.
>
> La fórmula del UCK seria ideal
> uck.sf.net
>
>
> El 23/06/16 a les 08:54, Lluís Gras ha escrit:
> > llavors suposo que la cosa consistiria en extraure la imatge squashfs de
> > dins de la ISO, muntar-la en algun lloc fer un chroot al directori
> > muntat i eliminar els paquets "innecessaris", refer la imatge squashfs i
> > generar una nova ISO al el fitxer actualitzat.
> >
> > El dia 23 de juny de 2016, 8:49, Narcis Garcia  > > ha escrit:
> >
> > No m'interessa crear la meva metadistribució ni res semblant.
> > Vull refer el mateix Live-CD de Debian eliminant paquets i conservant
> > absolutament tota la resta (arrencada, configuracions, etc.)
> >
> >
> > El 23/06/16 a les 08:14, Lluís Gras ha escrit:
> > >
> > > Hola Narcís,
> > >
> > > Per si t'interessa, jo tinc preparat un deb i en pots disposar que
> > > utilitzo per generar una Debian Live en base al contingut d'una
> partició
> > > on hi ha la instal·lació de Debian que volem portar a la butxaca.
> > > Utilitza overlayfs amb lo que com a mínim necessites nuclis 4.X.
> > > (Stretch o Jessie amb backports)
> > > També incorpora un mecanisme de persistència reparticionant el USB
> en
> > > dos particions i et permet tenir vàries configuracions diferents
> que
> > > s'incorporen de forma dinàmica al menú del syslinux/extlinux.
> > >
> > > S'utilitza com a root amb quelcom semblant a:
> > >
> > > root@debianbox_192_168_10_2:~# makeliveusbcd
> > >
> > > Ús. debianbox:~# makeliveusbcd PuntdeMuntatgeParticio NomDistro
> > > NomUsuari DirectoriHome NucliExistentEnParticio(Opcional si
> existeix més

Re: (deb-cat) live-build

2016-06-23 Thread Narcis Garcia
Coneixeu alguna guia per aquest procediment?
De tota manera vull assegurar-me que la manera d'eliminar coses
mantingui la coherència funcional, és a dir, no vull eliminar fitxers «a
cegues» que poden formar part d'un paquet, sinó millor eliminar paquets.

La fórmula del UCK seria ideal
uck.sf.net


El 23/06/16 a les 08:54, Lluís Gras ha escrit:
> llavors suposo que la cosa consistiria en extraure la imatge squashfs de
> dins de la ISO, muntar-la en algun lloc fer un chroot al directori
> muntat i eliminar els paquets "innecessaris", refer la imatge squashfs i
> generar una nova ISO al el fitxer actualitzat.
> 
> El dia 23 de juny de 2016, 8:49, Narcis Garcia  > ha escrit:
> 
> No m'interessa crear la meva metadistribució ni res semblant.
> Vull refer el mateix Live-CD de Debian eliminant paquets i conservant
> absolutament tota la resta (arrencada, configuracions, etc.)
> 
> 
> El 23/06/16 a les 08:14, Lluís Gras ha escrit:
> >
> > Hola Narcís,
> >
> > Per si t'interessa, jo tinc preparat un deb i en pots disposar que
> > utilitzo per generar una Debian Live en base al contingut d'una partició
> > on hi ha la instal·lació de Debian que volem portar a la butxaca.
> > Utilitza overlayfs amb lo que com a mínim necessites nuclis 4.X.
> > (Stretch o Jessie amb backports)
> > També incorpora un mecanisme de persistència reparticionant el USB en
> > dos particions i et permet tenir vàries configuracions diferents que
> > s'incorporen de forma dinàmica al menú del syslinux/extlinux.
> >
> > S'utilitza com a root amb quelcom semblant a:
> >
> > root@debianbox_192_168_10_2:~# makeliveusbcd
> >
> > Ús. debianbox:~# makeliveusbcd PuntdeMuntatgeParticio NomDistro
> > NomUsuari DirectoriHome NucliExistentEnParticio(Opcional si existeix més
> > d'un nucli)
> > Per exemple:
> > makeliveusbcd /media/sda7 BoxLinux usuari homelocal
> >
> > Si interessa ja diràs ...
> >
> > El dia 22 de juny de 2016, 19:41, Narcis Garcia  
> > >> ha
> escrit:
> >
> > Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els 
> que
> > es publiquen a debian.org 
>  però que hi càpiga en
> > un CD-ROM.
> > He llegit que l'enorme mida dels Live-CD es deu a què inclouen molts
> > paquets d'idioma (que curiosament quasi no es poden fer servir), 
> així
> > que vull refer la ISO publicada descartant coses que a mi em 
> sobrarien.
> >
> > He trobat aquesta guia:
> > http://www.debianuserforums.org/viewtopic.php?f=9=185
> > però no em queda clar:
> > 1. Es pot generar una imatge .iso IGUAL que la que publiquen?
> > 2. Es pot aprofitar la imatge .iso que ja es disposa per només 
> fer-ne un
> > derivat?
> >
> > Gràcies.
> >
> > --
> >
> >
> > __
> > I'm using this express-made address because personal addresses 
> aren't
> > masked enough at lists.debian.org 
>  archives.
> >
> >
> 
> 



Re: (deb-cat) live-build

2016-06-23 Thread Lluís Gras
llavors suposo que la cosa consistiria en extraure la imatge squashfs de
dins de la ISO, muntar-la en algun lloc fer un chroot al directori muntat i
eliminar els paquets "innecessaris", refer la imatge squashfs i generar una
nova ISO al el fitxer actualitzat.

El dia 23 de juny de 2016, 8:49, Narcis Garcia  ha
escrit:

> No m'interessa crear la meva metadistribució ni res semblant.
> Vull refer el mateix Live-CD de Debian eliminant paquets i conservant
> absolutament tota la resta (arrencada, configuracions, etc.)
>
>
> El 23/06/16 a les 08:14, Lluís Gras ha escrit:
> >
> > Hola Narcís,
> >
> > Per si t'interessa, jo tinc preparat un deb i en pots disposar que
> > utilitzo per generar una Debian Live en base al contingut d'una partició
> > on hi ha la instal·lació de Debian que volem portar a la butxaca.
> > Utilitza overlayfs amb lo que com a mínim necessites nuclis 4.X.
> > (Stretch o Jessie amb backports)
> > També incorpora un mecanisme de persistència reparticionant el USB en
> > dos particions i et permet tenir vàries configuracions diferents que
> > s'incorporen de forma dinàmica al menú del syslinux/extlinux.
> >
> > S'utilitza com a root amb quelcom semblant a:
> >
> > root@debianbox_192_168_10_2:~# makeliveusbcd
> >
> > Ús. debianbox:~# makeliveusbcd PuntdeMuntatgeParticio NomDistro
> > NomUsuari DirectoriHome NucliExistentEnParticio(Opcional si existeix més
> > d'un nucli)
> > Per exemple:
> > makeliveusbcd /media/sda7 BoxLinux usuari homelocal
> >
> > Si interessa ja diràs ...
> >
> > El dia 22 de juny de 2016, 19:41, Narcis Garcia  > > ha escrit:
> >
> > Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els
> que
> > es publiquen a debian.org  però que hi càpiga en
> > un CD-ROM.
> > He llegit que l'enorme mida dels Live-CD es deu a què inclouen molts
> > paquets d'idioma (que curiosament quasi no es poden fer servir), així
> > que vull refer la ISO publicada descartant coses que a mi em
> sobrarien.
> >
> > He trobat aquesta guia:
> > http://www.debianuserforums.org/viewtopic.php?f=9=185
> > però no em queda clar:
> > 1. Es pot generar una imatge .iso IGUAL que la que publiquen?
> > 2. Es pot aprofitar la imatge .iso que ja es disposa per només
> fer-ne un
> > derivat?
> >
> > Gràcies.
> >
> > --
> >
> >
> > __
> > I'm using this express-made address because personal addresses aren't
> > masked enough at lists.debian.org 
> archives.
> >
> >
>
>


Re: (deb-cat) live-build

2016-06-23 Thread Narcis Garcia
No m'interessa crear la meva metadistribució ni res semblant.
Vull refer el mateix Live-CD de Debian eliminant paquets i conservant
absolutament tota la resta (arrencada, configuracions, etc.)


El 23/06/16 a les 08:14, Lluís Gras ha escrit:
> 
> Hola Narcís,
> 
> Per si t'interessa, jo tinc preparat un deb i en pots disposar que
> utilitzo per generar una Debian Live en base al contingut d'una partició
> on hi ha la instal·lació de Debian que volem portar a la butxaca.
> Utilitza overlayfs amb lo que com a mínim necessites nuclis 4.X.
> (Stretch o Jessie amb backports)
> També incorpora un mecanisme de persistència reparticionant el USB en
> dos particions i et permet tenir vàries configuracions diferents que
> s'incorporen de forma dinàmica al menú del syslinux/extlinux.
> 
> S'utilitza com a root amb quelcom semblant a:
> 
> root@debianbox_192_168_10_2:~# makeliveusbcd
> 
> Ús. debianbox:~# makeliveusbcd PuntdeMuntatgeParticio NomDistro
> NomUsuari DirectoriHome NucliExistentEnParticio(Opcional si existeix més
> d'un nucli)
> Per exemple:
> makeliveusbcd /media/sda7 BoxLinux usuari homelocal
> 
> Si interessa ja diràs ...
> 
> El dia 22 de juny de 2016, 19:41, Narcis Garcia  > ha escrit:
> 
> Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els que
> es publiquen a debian.org  però que hi càpiga en
> un CD-ROM.
> He llegit que l'enorme mida dels Live-CD es deu a què inclouen molts
> paquets d'idioma (que curiosament quasi no es poden fer servir), així
> que vull refer la ISO publicada descartant coses que a mi em sobrarien.
> 
> He trobat aquesta guia:
> http://www.debianuserforums.org/viewtopic.php?f=9=185
> però no em queda clar:
> 1. Es pot generar una imatge .iso IGUAL que la que publiquen?
> 2. Es pot aprofitar la imatge .iso que ja es disposa per només fer-ne un
> derivat?
> 
> Gràcies.
> 
> --
> 
> 
> __
> I'm using this express-made address because personal addresses aren't
> masked enough at lists.debian.org  archives.
> 
> 



Re: (deb-cat) live-build

2016-06-23 Thread Lluís Gras
Hola Narcís,

Per si t'interessa, jo tinc preparat un deb i en pots disposar que utilitzo
per generar una Debian Live en base al contingut d'una partició on hi ha la
instal·lació de Debian que volem portar a la butxaca. Utilitza overlayfs
amb lo que com a mínim necessites nuclis 4.X. (Stretch o Jessie amb
backports)
També incorpora un mecanisme de persistència reparticionant el USB en dos
particions i et permet tenir vàries configuracions diferents que
s'incorporen de forma dinàmica al menú del syslinux/extlinux.

S'utilitza com a root amb quelcom semblant a:

root@debianbox_192_168_10_2:~# makeliveusbcd

Ús. debianbox:~# makeliveusbcd PuntdeMuntatgeParticio NomDistro NomUsuari
DirectoriHome NucliExistentEnParticio(Opcional si existeix més d'un nucli)
Per exemple:
makeliveusbcd /media/sda7 BoxLinux usuari homelocal

Si interessa ja diràs ...

El dia 22 de juny de 2016, 19:41, Narcis Garcia  ha
escrit:

> Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els que
> es publiquen a debian.org però que hi càpiga en un CD-ROM.
> He llegit que l'enorme mida dels Live-CD es deu a què inclouen molts
> paquets d'idioma (que curiosament quasi no es poden fer servir), així
> que vull refer la ISO publicada descartant coses que a mi em sobrarien.
>
> He trobat aquesta guia:
> http://www.debianuserforums.org/viewtopic.php?f=9=185
> però no em queda clar:
> 1. Es pot generar una imatge .iso IGUAL que la que publiquen?
> 2. Es pot aprofitar la imatge .iso que ja es disposa per només fer-ne un
> derivat?
>
> Gràcies.
>
> --
>
>
> __
> I'm using this express-made address because personal addresses aren't
> masked enough at lists.debian.org archives.
>
>


Re: (deb-cat) live-build

2016-06-22 Thread Robert Marsellés
Hola Narcís,

On 22/06/16 19:41, Narcis Garcia wrote:
> Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els que
> es publiquen a debian.org però que hi càpiga en un CD-ROM.
> 
> He trobat aquesta guia:
> http://www.debianuserforums.org/viewtopic.php?f=9=185
> però no em queda clar:
> 1. Es pot generar una imatge .iso IGUAL que la que publiquen?
> 2. Es pot aprofitar la imatge .iso que ja es disposa per només fer-ne un
> derivat?
> 

D'aquest enllaç no en sé rés però aquest altre [1] és de l'equip que fa
les eines per generar de Official Debian Live images.

Jo vaig usar algunes d'aquestes eines per fer una memòria USB amb Debian
Live (XFCE-Stretch) que permetés guardar fitxers en una altra partició
del mateix USB seguint aquest blog [2]. L'uso quan viatjo i no em fio
dels ordinadors desconeguts o com a disc de rescat.

Tot i això, jo sempre vaig usar la imatge oficial perquè no tenia
problemes d'espai, així que no sé si et serveix.

Salut i peles,

robert

[1] https://wiki.debian.org/DebianLive
[2]
http://syn.theti.ca/2013/06/22/tutorial-wheezy-live-iso-hybrid-with-persistence-on-usb/comment-page-1/

Hi ha un enllaç cap a la traducció en castellà però crec que estava
trencat. No sé si algú ho ha arreglat.



(deb-cat) live-build

2016-06-22 Thread Narcis Garcia
Hola, necessito tenir un Live-CD actualitzat amb LXDE, tal com els que
es publiquen a debian.org però que hi càpiga en un CD-ROM.
He llegit que l'enorme mida dels Live-CD es deu a què inclouen molts
paquets d'idioma (que curiosament quasi no es poden fer servir), així
que vull refer la ISO publicada descartant coses que a mi em sobrarien.

He trobat aquesta guia:
http://www.debianuserforums.org/viewtopic.php?f=9=185
però no em queda clar:
1. Es pot generar una imatge .iso IGUAL que la que publiquen?
2. Es pot aprofitar la imatge .iso que ja es disposa per només fer-ne un
derivat?

Gràcies.

-- 


__
I'm using this express-made address because personal addresses aren't
masked enough at lists.debian.org archives.



Re: Re: Re: live build

2015-08-31 Thread Gerard ROBIN
I got help from the debian-live list (chals)
the file auto/config must be :

#!/bin/sh

set -e

lb config noauto \
--architecture amd64 \
--bootappend-live "boot=live ip=frommedia persistence 
locales=fr_FR.UTF-8 keyboard-layouts=fr" \
--archive-areas "main contrib non-free" \
--debug \

"${@}"

and in the file persistence.conf "/ union" gives global persistence.

ip=frommedia provides the persistence of /etc/network/interfaces

man live-boot for an explanation (thanks chals)

The problem with non-free miraculously disappeared ... ?

-- 
Gerard
___
***
*  Created with "mutt 1.5.23" *
*  under Debian Linux JESSIE version 8.1  *
*  Registered Linux User #388243  *
*  https://Linuxcounter.net   *
***



Re: Re: live build

2015-08-25 Thread Gerard ROBIN
thanks for your reply.
I read the documentation before posting, but this documentation
is outdated. after much testing I managed to get just about what I wanted.

if it can help those who want to try live build I put some guidelines
that work for me:

auto/config:

#!/bin/sh

set -e

lb config noauto \
--architecture amd64 \
--bootappend-live boot=live config persistence locales=fr_FR.UTF-8 
keyboard-layouts=fr \
--archive-areas main contrib \
--debug \

${@}

config/archives/perso-repoitory.list.chroot :

deb http://ftp.fr.debian.org/debian/ jessie main contrib
deb-src http://ftp.fr.debian.org/debian/ jessie main contrib 

deb http://ftp.fr.debian.org/debian/ jessie-backports main contrib
deb-src http://ftp.fr.debian.org/debian/ jessie-backports main contrib

config/papckage-lists/ :
config/papckage-lists/desktop.list.chroot
config/papckage-lists/firmware.list.chroot
.8
config/papckage-lists/x11.list.chroot

in the files of the directory config/papckage-lists/  everyone puts what he 
wants.

for my part in the file desktop.list.chroot I put the packages for xfce4 and it 
works very well

for the persistence, the explanations are very vagueness :(

this file persistence.conf woks for me:

cat persistence.conf

/home
/usr union
/etc union

remaining problems:
I don't know how to make the directory network persistent ?
non-free in --archives-areas and prism2-usb-firmware-installer

regards
-- 
Gerard
___
***
*  Created with mutt 1.5.23 *
*  under Debian Linux JESSIE version 8.1  *
*  Registered Linux User #388243  *
*  https://Linuxcounter.net   *
***



Re: live build

2015-08-20 Thread humbert . olivier . 1
 From: Gerard ROBIN
 
 Hello,
 I am using live build and I don't need the package 
 prism2-usb-firmware-installer and I would like to know how prevent this 
 package to be installed. 
 On the other hand this package requests a connection unresponsive, and 
 lb buid can't to be completed.


http://live.debian.net/manual/current/html/live-manual.en.html#429

and even better : 
http://live.debian.net/manual/current/html/live-manual.fr.html#429

HTH
Olivier



Many questions to live-build

2015-08-18 Thread Hans
Hello folks,

I am running live-build for several  targets (debian-live, kali linux and some 
other). I read into the manual, but there are some questions, the manual could 
not solve. Maybe you can help. 

What I want to do is the following:

I want to download and create a chroot for several architectures. It is 
important for me, that I can do this step-by-step.
The command lb build does everything in one step, and I cannot control the 
single steps.

It should do in this way: 

Step 1:
The first step should download and unpack all the packages and creating the 
chroot. Then it should stop!

Step 2:
I want to dive into the chroot and want to do some changes. This works already 
with the chroot command. When I have finished all my settings and changes I 
want to do Step 3.

Step 3: 
My changed chroot should now be built and it should now an ISO beeing created.


Ok, now to my questions:

1. Which commands must I use for Step 1, that the chroot is build and then 
stops?


2. Which command must I use for Step 2, to create the bootable ISO?


3. I am running live-build in an amd64-environment. But I want to build the 
livefile not only for  amd64, but for i386 and arm as well. The command 
lb clean --purge makes my system clean, and the switch -a arm or -a i386 tells 
what architecture it has to be built. Can I build for any archjitecture on the 
same machine?


4. I am using apt-cacher-ng, to prevent from repeating downloads at each 
build. Is there a way, to use the same live-build folder for different 
architectures (i.e. by forcing the chroot into subfolders)


Thank you very much for reading this and for your help!

Best regards

Hans
  

 

 



live build

2015-08-12 Thread Gerard ROBIN
Hello,
I am using live build and I don't need the package 
prism2-usb-firmware-installer and I would like to know how prevent this 
package to be installed. 
On the other hand this package requests a connection unresponsive, and 
lb buid can't to be completed.

tia.

-- 
Gerard
___
***
*  Created with mutt 1.5.23 *
*  under Debian Linux JESSIE version 8.1  *
*  Registered Linux User #388243  *
*  https://Linuxcounter.net   *
***


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150812113129.GA4748@mauritiusGA



Re: Live Build - Panneau de controle cinnamon sans paramètres régionaux

2015-05-08 Thread Stéphane GARGOLY
Bonjour à tous les utilisateurs et développeurs de Debian :

Le mardi 5 mai 2015 à 21:20, kayl kayl.k...@laposte.net a écrit :
 j'ai créé une Debian Live avec le bureau cinnamon. Le problème c'est que
 lorsque je vais dans le panneau de contrôle,je trouve tout sauf l'icône
 des Paramètres régionaux.

Je n'ai pas de solution à te proposer mais peux-tu exposer ton problème à la 
liste de discussion dédiée au Debian Live : debian-l...@lists.debian.org ?

Cette liste est - apparemment - entièrement en anglais mais, pour peu que tu 
maîtrises cette langue, je pense que tu as plus de chance de se voir proposer 
des solutions à ton problème. :-)

Je te donne le lien te permettant de souscrire à cette liste : 
https://lists.debian.org/debian-live/

Cordialement et à bientôt,

Stéphane.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/201505082014.56739.stephane.garg...@gmail.com



Live Build - Panneau de controle cinnamon sans paramètres régionaux

2015-05-05 Thread kayl
Bonsoir,
j'ai créé une Debian Live avec le bureau cinnamon. Le problème c'est que 
lorsque je vais dans le panneau de contrôle,je trouve tout sauf l'icône des 
Paramètres régionaux.

J'utilise live-build v4.0.3-1

Voici mon fichier config:
#!/bin/sh

set -e

lb config noauto \
 --architectures i386 \
 --linux-flavours 486 \
 --distribution jessie \
 --archive-areas main contrib non-free \
 --debian-installer live \
 --debian-installer-gui true \
 --bootappend-live boot=live config locales=fr_FR.UTF-8,en_US.UTF-8 
keyboard-layouts=fr,us \
 --apt apt \
 --apt-secure true \
 --apt-options --force-yes --yes \
 --firmware-binary false \
 --firmware-chroot false \
 ${@}

et voici le contenu de mon fichier live.list.chroot:
live-boot live-config live-config-systemd debian-keyring tasksel tasksel-data 
laptop-detect task-desktop task-french task-french-desktop aspell-fr 
task-cinnamon-desktop cinnamon-l10n cinnamon-screensaver cinnamon-session 
cinnamon-session-common cinnamon-control-center locales


y-a-t-il un paquet que j'aurais oublié de mettre ?

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1889738954.3179880.1430860826929.javamail.zim...@laposte.net



Questions to live-build

2015-01-24 Thread Hans
Hello list,

I am looking for some answers, the live-build I could not find in the live-
build documentation. I hope, someone very experienced can help me.

The situation:
I created a live-build structure and with lb config and lb build I can 
build an ISO-image. That is working well.

Question 1:
I want to change the chroot. For this, I chroot into the chroot and now I can 
do my changes I want to do (i.e. change configs or add packages whatever).

How can I build a new ISO-image without the process of cleaning the chroot and 
avoid unpacking of all the packages again and again? Is lb clean necessary? 
lb build is doing that every time!


Question 2:
During build I see tons of lb commands, started by lb build. Is there an 
explanation of all the lb-commands, so that it might be possible for me, 
doing a step-by-step build, i.e. giving me the possibilty to restart at a 
certain point, when something crashes?

At the moment, when I am building a live-system, and it crashes after several 
hours because of a dmaged package or something else, I have to fix it, then 
restart again and wait agian for hours. I hope, there is a better solution.


I am building mainly debian-live and kali-linux.

Thank you for every hints!

Best regards

Hans



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2129629.fFie7LNnfs@protheus2



Re: Questions to live-build

2015-01-24 Thread mrr

On 24/01/2015 13:30, Hans wrote:

Hello list,

I am looking for some answers, the live-build I could not find in the live-
build documentation. I hope, someone very experienced can help me.

The situation:
I created a live-build structure and with lb config and lb build I can
build an ISO-image. That is working well.

Question 1:
I want to change the chroot. For this, I chroot into the chroot and now I can
do my changes I want to do (i.e. change configs or add packages whatever).

How can I build a new ISO-image without the process of cleaning the chroot and
avoid unpacking of all the packages again and again? Is lb clean necessary?
lb build is doing that every time!



If I understand, created files inside the chroot are keeped upon reboot 
but not installed packets ?
If so (seems weird though), cleaning the chroot would just be a matter 
of executing a remove script when going to runlevel 0 or 6 (or whatever!)
Keeping packets is more challenging. Could you mount your iso image on / 
so as to work on a physical partition rather than a ramfs?
But I guess it wouldn't be as simple as the iso dynamically loads a 
valid file system on boot (I think). You could see the situation with a

$ df /

What about changing completely the strategy i.e.:
- boot on the iso.
- installation of packets
(- purging of unwanted files)
- eventually installing a boot loader (the iso obviously has one but the 
working file-system may not). I'm not sure it would work so I would do 
that in a second time, and the first time you boot with the new iso, you 
may use an extern tool.

- copying the entire root tree on some other support.
- creating an iso with the file generated above.

The difficulty might be to copy a file-system which is in use.

But I'm sure not a very experienced one so other answers will give you 
some more valuable information, not double hypothesis of what your 
question really is and my answer.




Question 2:
During build I see tons of lb commands, started by lb build. Is there an
explanation of all the lb-commands, so that it might be possible for me,
doing a step-by-step build, i.e. giving me the possibilty to restart at a
certain point, when something crashes?

At the moment, when I am building a live-system, and it crashes after several
hours because of a dmaged package or something else, I have to fix it, then
restart again and wait agian for hours. I hope, there is a better solution.



If building an iso works as I said above (or otherwise) you would have 
your backup and a new starting point but it would not prevent the crash!
Crashes are quite seldom on Linux (well, for sure on my wheezy at 
least!), anyway the best idea would be to find the cause and fix it.

Maybe there is a crash dump somewhere (that stays across reboots)?
Does it crashes on both distributions?
Does it crashes if you don't install anything (to test that, you would 
need time, at least twice the mean time between failures, maybe a night) ?




I am building mainly debian-live and kali-linux.

Thank you for every hints!

Best regards

Hans





Just ideas man, just ideas! As I said, I'm not a professional in that field!

--
mrr


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54c3aae8$0$2334$426a3...@news.free.fr



echec xorriso dans live-build (jessie)

2014-11-30 Thread Thuban
Lorsque je souhaite créer une image avec live-build sous jessie, tout se
déroule bien sauf la dernière étape où xorriso doit créer l'image iso.

J'obtiens le message d'erreur suivant :  

xorriso 1.3.2 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:live-image-amd64.hybrid.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data,  116g free
xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes'
xorriso : WARNING : -volid text problematic as automatic mount point name
xorriso : WARNING : -volid text is too long for Joliet (28  16)
xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules
Added to ISO image: directory '/'='/binary'
xorriso : UPDATE : 593 files added in 1 seconds
xorriso : UPDATE : 593 files added in 1 seconds
xorriso : NOTE : Copying to System Area: 432 bytes from file 
'/usr/lib/ISOLINUX/isohdpfx.bin'
xorriso : FAILURE : Cannot find in ISO image: -boot_image ... 
bin_path='/isolinux/isolinux.bin'
xorriso : NOTE : -return_with SORRY 32 triggered by problem severity FAILURE

Quelqu'un a-t-il rencontré le même problème?

Les pistes de résolution sont les bienvenues.

-- 
Thuban
PubKey : http://yeuxdelibad.net/Divers/thuban.pub

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/20141130112628.GA2285@Lothlorien



Re: Imagen personalizada con live-build

2014-09-27 Thread Francisco Del Roio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hola,

El 26/09/2014 a las 07:43 a.m., oseargent...@gmail.com escibió:
(...)

No parece complicado a simple vista, pero a veces, armar y probar y
que no funcione es tan frustrante...

Conseguí meterle los paquetes, pero descubrí que no se añade el script
/etc/init.d/espeakup a los directorios rc.d en /etc, por lo que no
tengo screen reader en la imagen live...

Raro que no incluyan por defecto configuración automática para
live-boot o live-config los paquetes mas específicos.

Sigo probando y os aviso si consigo progresos :D

Saludos,
- -- 
Cuando Tus fuerzas terminan, las de Dios comienzan.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)

iQEcBAEBAgAGBQJUJpkVAAoJELcQqmDiUAB00uUH/jmwpCkPcinTgcT0xMHToUHv
msrQ5iR599/+gV+OiV0yNPZxyndM29PcKRo9Z6L0bEvyeJkZApADD4IuElMpIiNs
KNFPKJpmus4XD5iLSzqtwdR7IREza20D+h7ZlV+qSv2FYKTkmQeKZeiSf2EJlAr7
p7nvuAFJuyrZlnr2by7syQnmStyiSEpgTLO9xigKZJ5qfWE6bDYnCYLY8C1oPbg1
JD5dJMa0MVXn4cznr6lOPpkuKDkPsUMPa063fwYp2jsHx/b0oY7hkQoKu3rmr+/l
HGGPRGuax0HLej9NlKvYBVw6LbOrNhHz3kyrh5+/T6k0x8taadA6Mi5gQ7JkDk4=
=JYa8
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54269915.3090...@openmailbox.org



Re: Imagen personalizada con live-build

2014-09-26 Thread oseargent...@gmail.com
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El 25/09/14 22:04, Francisco Del Roio escribió:
 Hola,
 
 El 24/09/2014 a las 11:27 a.m., Camaleón escribió:
 El Tue, 23 Sep 2014 22:22:47 -0300, Francisco Del Roio escribió:
  (...)
 
 No tengo mucha experiencia con la generación de estos sistemas
 pero lo primero que comprobaría es si esos paquetes que quieres
 instalar están accesibles para el generador de la imagen, es
 decir, si se trata de paquetes ubicados en los repos de Debian
 cuyo recurso has configurado previamente para que puedan ser
 localizados en los mirrors online o si se trata de paquetes de
 terceros de los que tienes que decirle al , configurador dónde
 obtenerlos y dónde instalarlos en el sistema.
 
 Saludos,
 
 
 ya le voy pillando el truco mas o menos, aunque no funciona como
 yo pensaba. Es una herramienta un tanto engorrosa y tiene unos
 fallos jodidos de sortear, como por ejemplo lo de mirar en 
 /debian/dists/$DIST$/Contents-$ARCH$.gz en lugar de adentrarse en
 las áreas... en fin...
 
 Ya le pillaré el truco y os informo xD pero es todo un reto.
 
 P.D: No quiero una herramienta al estilo de remastersys porque 
 prefiero elegir unas determinadas herramientas que no requieren de 
 toda la carga de un escritorio gnome.
 
 La razón es que, en un principio, la idea es poder utilizar 
 clonezilla, pero, tras montar el sistema de archivos squashfs que 
 viene en la iso y explorarlo, descubrí que no incluye ningún
 screenreader.
 
 Asi que nada, tengo que sudar un poco. :D
 
 Saludos,
 
 

Hola Francisco ¿como estás? eh estado trabajando con live-build en el
proyecto de GNU/EterTICs [0] desde la versión 3.0 actualmente la
estable, antes usaba Remastersys y el concepto de trabajo es
totalmente distinto.

En líneas generales el manual de live-build [1] está muy preciso y es
la guía número uno, otra ayuda importante para la generación correcta
de la iso es la configuración de los archivos build, clean y config
dentro del directorio auto de tu proyecto y luego dentro del
directorio config/package-list podrías crear un archivo
utilidades.list.chroot con una linea por cada programa que quieras
incluir.

Dentro del trabajo con las radios comunitarias y la comunicación
popular para Radios Libres [2] vengo desarrollando personalización de
Debian orientada al uso en éstos medios, al cual denominé GNU/EterTICs
[3], acá tenés los fuentes que use para generar la iso de la versión
3.0 actual estable y para fines de Octubre durante el FMSL [4] espero
liberar la versión 4 con varios cambios [5] una vez liberada subo los
fuentes al ftp.

La verdad que live-build es mucho más engorroso que otras herramientas
al principio, pero una vez que se entiende el funcionamiento, donde
poner cada cosa la construcción se vuelva muy sencilla, es una gran
herramienta live-build.

Espero haber aportado algo cualquier cosa estamos en contacto.


- -
[0] http://javierobregon.com.ar/?page_id=63
[1] http://live-build.debian.net/manual/stable/pdf/portrait.es.a4.pdf
[2] http://javierobregon.com.ar/?page_id=61
[3] ftp://ftp.unam.edu.ar/gnuetertics/v3.0/gnuetertics3.tar.bz2
[4] http://fmsl.com.ar/
[5] http://javierobregon.com.ar/?p=945

PD: No te vi más por el chat!!!

- -- 
Javier Obregón (aka 4rkng3l)
Hasta la victoria siempre... venceremos!!
Happy Hacking!

Medios de contacto:
- --
Blog Personal: http://javierobregon.com.ar/

== [[ RMS ]] =
...El software libre NO ES UN ASUNTO TÉCNICO, es un asunto ÉTICO del uso
de las tecnologías, porque el software libre RESPETA la LIBERTAD del
usuario y la SOLIDARIDAD SOCIAL de su COMUNIDAD...
==

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJUJUNlAAoJEMXzEOgQvnEfFnkH/Am88hcZfjuvz+Zvql2Bj5gq
oZqh9+qDOjF+zAL5msCZgTAeZS6FaVWfJh9y5WD6H3KvLuCHq2HWPoAk2zSF9pCo
qMhidgOXG6hGFRfvqK8haJZ+va8AEMos65IKS9eL0lt5qP0+/e2MWuDDUEVS9Q+G
l45R6LLy7p+ZwX0nc/ZS9x7ScjCJNlZtUbmzpaBIS+YrLgcZ3MAcMp/hIefdE1hL
kAGeH4wU/K4+5mg63Od91w+q+Kp9edohAr/THyYVA3hUf2r8K04zzaYHCXhfsayn
Mm5AHsaFvF8OBAhkuzS/CnKurgq/yz4+ZMvwUtTe81EX3jfBa3mwYdata1ve1oM=
=R3oD
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54254365.8060...@gmail.com



Re: Imagen personalizada con live-build

2014-09-26 Thread Atilio
Hola te recomiendo mirar lihuen.linti.unlp.edu.ar

y ver su repo que ya han estado trabajando con lives customizados.


slds.

El 26 de septiembre de 2014, 7:43, oseargent...@gmail.com 
oseargent...@gmail.com escribió:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 El 25/09/14 22:04, Francisco Del Roio escribió:
  Hola,
 
  El 24/09/2014 a las 11:27 a.m., Camaleón escribió:
  El Tue, 23 Sep 2014 22:22:47 -0300, Francisco Del Roio escribió:
   (...)
 
  No tengo mucha experiencia con la generación de estos sistemas
  pero lo primero que comprobaría es si esos paquetes que quieres
  instalar están accesibles para el generador de la imagen, es
  decir, si se trata de paquetes ubicados en los repos de Debian
  cuyo recurso has configurado previamente para que puedan ser
  localizados en los mirrors online o si se trata de paquetes de
  terceros de los que tienes que decirle al , configurador dónde
  obtenerlos y dónde instalarlos en el sistema.
 
  Saludos,
 
 
  ya le voy pillando el truco mas o menos, aunque no funciona como
  yo pensaba. Es una herramienta un tanto engorrosa y tiene unos
  fallos jodidos de sortear, como por ejemplo lo de mirar en
  /debian/dists/$DIST$/Contents-$ARCH$.gz en lugar de adentrarse en
  las áreas... en fin...
 
  Ya le pillaré el truco y os informo xD pero es todo un reto.
 
  P.D: No quiero una herramienta al estilo de remastersys porque
  prefiero elegir unas determinadas herramientas que no requieren de
  toda la carga de un escritorio gnome.
 
  La razón es que, en un principio, la idea es poder utilizar
  clonezilla, pero, tras montar el sistema de archivos squashfs que
  viene en la iso y explorarlo, descubrí que no incluye ningún
  screenreader.
 
  Asi que nada, tengo que sudar un poco. :D
 
  Saludos,
 
 

 Hola Francisco ¿como estás? eh estado trabajando con live-build en el
 proyecto de GNU/EterTICs [0] desde la versión 3.0 actualmente la
 estable, antes usaba Remastersys y el concepto de trabajo es
 totalmente distinto.

 En líneas generales el manual de live-build [1] está muy preciso y es
 la guía número uno, otra ayuda importante para la generación correcta
 de la iso es la configuración de los archivos build, clean y config
 dentro del directorio auto de tu proyecto y luego dentro del
 directorio config/package-list podrías crear un archivo
 utilidades.list.chroot con una linea por cada programa que quieras
 incluir.

 Dentro del trabajo con las radios comunitarias y la comunicación
 popular para Radios Libres [2] vengo desarrollando personalización de
 Debian orientada al uso en éstos medios, al cual denominé GNU/EterTICs
 [3], acá tenés los fuentes que use para generar la iso de la versión
 3.0 actual estable y para fines de Octubre durante el FMSL [4] espero
 liberar la versión 4 con varios cambios [5] una vez liberada subo los
 fuentes al ftp.

 La verdad que live-build es mucho más engorroso que otras herramientas
 al principio, pero una vez que se entiende el funcionamiento, donde
 poner cada cosa la construcción se vuelva muy sencilla, es una gran
 herramienta live-build.

 Espero haber aportado algo cualquier cosa estamos en contacto.


 - -
 [0] http://javierobregon.com.ar/?page_id=63
 [1] http://live-build.debian.net/manual/stable/pdf/portrait.es.a4.pdf
 [2] http://javierobregon.com.ar/?page_id=61
 [3] ftp://ftp.unam.edu.ar/gnuetertics/v3.0/gnuetertics3.tar.bz2
 [4] http://fmsl.com.ar/
 [5] http://javierobregon.com.ar/?p=945

 PD: No te vi más por el chat!!!

 - --
 Javier Obregón (aka 4rkng3l)
 Hasta la victoria siempre... venceremos!!
 Happy Hacking!

 Medios de contacto:
 - --
 Blog Personal: http://javierobregon.com.ar/

 == [[ RMS ]] =
 ...El software libre NO ES UN ASUNTO TÉCNICO, es un asunto ÉTICO del uso
 de las tecnologías, porque el software libre RESPETA la LIBERTAD del
 usuario y la SOLIDARIDAD SOCIAL de su COMUNIDAD...
 ==

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)

 iQEcBAEBAgAGBQJUJUNlAAoJEMXzEOgQvnEfFnkH/Am88hcZfjuvz+Zvql2Bj5gq
 oZqh9+qDOjF+zAL5msCZgTAeZS6FaVWfJh9y5WD6H3KvLuCHq2HWPoAk2zSF9pCo
 qMhidgOXG6hGFRfvqK8haJZ+va8AEMos65IKS9eL0lt5qP0+/e2MWuDDUEVS9Q+G
 l45R6LLy7p+ZwX0nc/ZS9x7ScjCJNlZtUbmzpaBIS+YrLgcZ3MAcMp/hIefdE1hL
 kAGeH4wU/K4+5mg63Od91w+q+Kp9edohAr/THyYVA3hUf2r8K04zzaYHCXhfsayn
 Mm5AHsaFvF8OBAhkuzS/CnKurgq/yz4+ZMvwUtTe81EX3jfBa3mwYdata1ve1oM=
 =R3oD
 -END PGP SIGNATURE-


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: https://lists.debian.org/54254365.8060...@gmail.com




Re: Imagen personalizada con live-build

2014-09-25 Thread Francisco Del Roio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hola,

El 24/09/2014 a las 11:27 a.m., Camaleón escribió:
 El Tue, 23 Sep 2014 22:22:47 -0300, Francisco Del Roio escribió: 
 (...)
 
 No tengo mucha experiencia con la generación de estos sistemas pero
 lo primero que comprobaría es si esos paquetes que quieres instalar
 están accesibles para el generador de la imagen, es decir, si se
 trata de paquetes ubicados en los repos de Debian cuyo recurso has
 configurado previamente para que puedan ser localizados en los
 mirrors online o si se trata de paquetes de terceros de los que
 tienes que decirle al , configurador dónde obtenerlos y dónde
 instalarlos en el sistema.
 
 Saludos,
 

ya le voy pillando el truco mas o menos, aunque no funciona como yo
pensaba.
Es una herramienta un tanto engorrosa y tiene unos fallos jodidos de
sortear, como por ejemplo lo de mirar en
/debian/dists/$DIST$/Contents-$ARCH$.gz en lugar de adentrarse en las
áreas... en fin...

Ya le pillaré el truco y os informo xD pero es todo un reto.

P.D: No quiero una herramienta al estilo de remastersys porque
prefiero elegir unas determinadas herramientas que no requieren de
toda la carga de un escritorio gnome.

La razón es que, en un principio, la idea es poder utilizar
clonezilla, pero, tras montar el sistema de archivos squashfs que
viene en la iso y explorarlo, descubrí que no incluye ningún screenreader.

Asi que nada, tengo que sudar un poco. :D

Saludos,
- -- 
Cuando Tus fuerzas terminan, las de Dios comienzan.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)

iQEcBAEBAgAGBQJUJLulAAoJELcQqmDiUAB0j+EIAO/KUnjxYOYhZzom39JByXxX
0HDKig9WQHFlqbyFzsV6KbaD4g0f93RIpk4EGn/fo5yCHX4wP4ySyAq9LMQFcagh
sktDhKL/cooIhugOPxSmVqNoiy7zmNUFbXdctYECnSBWzAa9sXL3ukJvn1TGG3PM
sRuAV6iXw7VRaPpmlq7Ppx8a/YJSTOF9MDr5wFiWTI5zRgfiKRQPcAmoczCDJMzT
z4aRkegnZKvI2V9wvrpFdUEmZ62ugfHCeOJ2lXzWOyLoTytQiITcZSOANZXHeeuQ
px6kcNB4aKdT2WUrtOt1AZlqrSyhjeuMUNYWfTNz6E2QCG/jyGvD/y+2LrgzP00=
=Yuwz
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5424bba6.7060...@openmailbox.org



Re: Imagen personalizada con live-build

2014-09-24 Thread Camaleón
El Tue, 23 Sep 2014 22:22:47 -0300, Francisco Del Roio escribió:

 Estoy tratando de armarme una imagen personalizada de debian-live que
 contenga herramientas que iré añadiendo con el tiempo.
 
 Por momento, solo intento añadir dos paquetes en particular, pero no se
 porqué no quiere instalármelos en el sistema de archivos de la imagen...

(...)

No tengo mucha experiencia con la generación de estos sistemas pero lo 
primero que comprobaría es si esos paquetes que quieres instalar están 
accesibles para el generador de la imagen, es decir, si se trata de 
paquetes ubicados en los repos de Debian cuyo recurso has configurado 
previamente para que puedan ser localizados en los mirrors online o si se 
trata de paquetes de terceros de los que tienes que decirle al 
configurador dónde obtenerlos y dónde instalarlos en el sistema.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.09.24.14.27...@gmail.com



Re: Imagen personalizada con live-build

2014-09-24 Thread Haylem Candelario Bauzá
Te recomiendo que pruebes isoboot un programa libre que he realizado
recientemente. Primero hice el isocrea pero la nueva versión se llama
isoboot, en resumen, después que instalas el sistema y  le pones los
programas en el día a día al igual que el fondo y todas las
configuraciones, te hace un iso de todo eso booteable con instalador y
todo en modo texto.
lo puedes descargar de aquí 

http://gutl.jovenclub.cu/isoboot-haga-sus-live-cds-de-forma-eficiente/



-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1411595437.4025.5.ca...@debian.inor.sld.cu



Imagen personalizada con live-build

2014-09-23 Thread Francisco Del Roio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hola,

Estoy tratando de armarme una imagen personalizada de debian-live que
contenga herramientas que iré añadiendo con el tiempo.

Por momento, solo intento añadir dos paquetes en particular, pero no
se porqué no quiere instalármelos en el sistema de archivos de la
imagen...

La única modificación a la config predeterminada que hice fue añadirle
un par de archivos .list.chroot al directorio config/package-lists del
árbol de trabajo con los paquetes a añadir, concretamente uno en cada uno.

Aclaro que todos los demás paquetes se instalan correctamente,los
únicos que no lo hacen son los paquetes extras que quiero añadirle a
la imagen personalizada, como si no existiera en el repositorio.

Mañana os envío el log para que podáis verlo mejor, pero básicamente
ese es mi problema.

Un saludo,
- -- 
Cuando Tus fuerzas terminan, las de Dios comienzan.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)

iQEcBAEBAgAGBQJUIhznAAoJELcQqmDiUAB0zVkIAOLeCp/it683wETRcs3j09ar
GnitAi38T9wHkZsTLmlyZqtYWw8pDIzxMelfguDzKovX7lH6Ay7EgAXZDwbJy30l
KbTKcqcHnTeH/WYqM5JjifxRPxIEXozy3P1iyo3Xv2Sp9yqk90cDWpvKl/kiBpQC
YK1VeR4CXh4IbKi4pEGDH4vU6JGxGl9VmA5W29m+wkPfHM+4YSFBmz0rFHR0FGYd
drNv/u8IlMfDyrWuUVlQ+Ea2S1danJAnDYBDDTnfDspYKlsu2XDY1yU7j9Kk3koC
xdnmv4jhbZCvaPBs0EPYbPFr0y9/aEhRIVY4+6QXQG/b57rSSBvC6z+1mD8nrQA=
=gRRh
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54221ce7.9070...@openmailbox.org



Debian live build...

2013-09-19 Thread Antispammbox-debian



Debian Live Build still down?


http://live-build-cgi.debian.net/

Regards







--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/E1ACB48239FB4C51B3730EC8744FDB05@CentrinoDuo



Re: Debian live build

2013-08-27 Thread antispammbox-debian


Ok, many thanks.

Regards


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/7BC987AD7DA84ADA82566FD975CB3F27@rx



Debian live build

2013-08-26 Thread Antispammbox-debian


Debian Live build don't function?

http://live-build-cgi.debian.net/

Regards



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/55CE143782074FE3BED4CF63124360F4@CentrinoDuo



Re: Debian live build

2013-08-26 Thread Ralf Mardorf
On Mon, 2013-08-26 at 21:34 +0200, Antispammbox-debian wrote:
 Debian Live build don't function?
 
 http://live-build-cgi.debian.net/

http://live.debian.net/  http://live.debian.net/devel/live-build/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1377545967.706.54.camel@archlinux



question to live-build

2013-08-23 Thread Hans-J. Ullrich
Hi folks, 

I hope, someone is more experienced with live-build than me.

The problem:
I have set up a live-build for kali-linux, which I want often build for new 
updates. But I do not want to download the whole stuff every time, so I am 
using apt-cacher-ng, which is working perfectly 

I also want to avoid the installing and unpacking of the whole stuff at every 
run, if this is possible. And I want just to download newer or additionally 
stuff, of course.

Now my question:
What is the best command before any build?
lb clean? lb clean --binary? lb clean --cache? lb clean --chroot?

At the moment I am just using lb clean, and it works well, except it unpackes 
all packages every time.

I creates a little script for me, which I attached. Nothing special, jsut to 
make things easier, You can use and change it in any way you want. 

This script will be improved and released by me, as soon as I understand live-
build better.


Thanks for your help.

Best regards

Hans 


kali-build.sh
Description: application/shellscript


live-build questions

2013-07-17 Thread Hans-J. Ullrich
Hi all, 
don't know, if I may ask these questions here, but I allow me to do so.

1. How can build a new iso, when I already did a live build?
(in case, when there are new package versions available)
lb clean and lb clean --binary did not help. The second build started again, 
hen I did a lb clean --purge - but then I have to download all the packages 
again! And I do not want to download 3 GB again and again.

2. How can I add my own configurations in the build? 
I want to add my own xorg.conf and my own 50-synaptics.conf

Thanks for any help.

I already checked the live-build manual, but not everything was clear for me 
(i.e. I did not understand, what the docu meant with stages)

Best regards

Hans

P.S. The build was a kali-linux vuild.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201307171927.00671.hans.ullr...@loop.de



Re: live-build questions

2013-07-17 Thread Rob Owens
- Original Message -
 From: Hans-J. Ullrich hans.ullr...@loop.de
 
 Hi all,
 don't know, if I may ask these questions here, but I allow me to do
 so.
 
 1. How can build a new iso, when I already did a live build?
 (in case, when there are new package versions available)
 lb clean and lb clean --binary did not help. The second build started
 again,
 hen I did a lb clean --purge - but then I have to download all the
 packages
 again! And I do not want to download 3 GB again and again.
 
 2. How can I add my own configurations in the build?
 I want to add my own xorg.conf and my own 50-synaptics.conf
 
 Thanks for any help.
 
 I already checked the live-build manual, but not everything was clear
 for me
 (i.e. I did not understand, what the docu meant with stages)
 
 Best regards
 
 Hans
 
 P.S. The build was a kali-linux vuild.
 
 
There is a debian-live email list that might give you quicker answers.

I'll tell you how I've handled rebuilds in the past:  I use apt-cacher-ng.  So 
all of my *.deb downloads are cached, whether for live-build or not.  I forget 
the lb option for specifying your apt cache, but you can always do this in your 
terminal:

export http_proxy=http://myproxy:3142;

It's not too late to set up apt-cacher-ng.  There is a method for importing 
already-downloaded debs into the cache.

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1119053089.51269759.1374082934166.javamail.r...@ptd.net



Re: syslinux, live-build - looking for files

2013-03-24 Thread David Sastre Medina
On Sat, Mar 23, 2013 at 07:31:21PM +0100, Hans-J. Ullrich wrote:
 Hi folks, 
 
 I am looking for the following files for wheezy:
 
 ldlinux.c32
 libcom32.c32
 libutil.c32
 
 They should be in package live-build:
 
 apt-file search ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/extlinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/isolinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/pxelinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/syslinux/ldlinux.c32
 
 But there are only a symlink to /usr/lib/syslinux/l*.c32
 
 I suppose the related packages are syslinux and syslinux-common.
 If someone got these files somehow maybe from an older installation or 
 another 
 distribution, it would be nice, if he could send me.
 
 On the other hand it might be a bug? I need those files to create a live-cd.

All three files can be found in the upstream package¹ (pick the version
you need):

$ atool -l syslinux-5.01.zip | grep -E 'l(dlinux|ib(util|com32)).c32'
24812  2013-01-28 17:55   com32/libutil/libutil.c32
   115784  2013-01-28 17:55   com32/elflink/ldlinux/ldlinux.c32
   184268  2013-01-28 17:55   com32/lib/libcom32.c32

Indeed, it looks like a (syslinux-common?) packaging bug, as the target 
for those files can't be found in the package:

# apt-file search /usr/lib/syslinux/l*.c32
syslinux-common: /usr/lib/syslinux/linux.c32

¹ https://www.kernel.org/pub/linux/utils/boot/syslinux/

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Re: syslinux, live-build - looking for files

2013-03-24 Thread Andrei POPESCU
On Sb, 23 mar 13, 19:31:21, Hans-J. Ullrich wrote:
 Hi folks, 
 
 I am looking for the following files for wheezy:
 
 ldlinux.c32
 libcom32.c32
 libutil.c32
 
 They should be in package live-build:
 
 apt-file search ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/extlinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/isolinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/pxelinux/ldlinux.c32
 live-build: /usr/share/live/build/bootloaders/syslinux/ldlinux.c32
 
 But there are only a symlink to /usr/lib/syslinux/l*.c32

I get a lot more results.
 
 I suppose the related packages are syslinux and syslinux-common.
 If someone got these files somehow maybe from an older installation or 
 another 
 distribution, it would be nice, if he could send me.

And what is preventing you from installing syslinux-common?

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: syslinux, live-build - looking for files

2013-03-24 Thread Hans-J. Ullrich
Am Sonntag, 24. März 2013 schrieb David Sastre Medina:
 On Sun, Mar 24, 2013 at 06:45:51PM +0100, Hans-J. Ullrich wrote:
  Am Sonntag, 24. März 2013 schrieben Sie:
   On Sat, Mar 23, 2013 at 07:31:21PM +0100, Hans-J. Ullrich wrote:
I am looking for the following files for wheezy:

ldlinux.c32
libcom32.c32
libutil.c32

They should be in package live-build:

apt-file search ldlinux.c32
live-build: /usr/share/live/build/bootloaders/extlinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/isolinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/pxelinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/syslinux/ldlinux.c32

But there are only a symlink to /usr/lib/syslinux/l*.c32
   
   All three files can be found in the upstream package¹ (pick the version
   you need):
   
   $ atool -l syslinux-5.01.zip | grep -E 'l(dlinux|ib(util|com32)).c32'
   
   24812  2013-01-28 17:55   com32/libutil/libutil.c32
  
  115784  2013-01-28 17:55   com32/elflink/ldlinux/ldlinux.c32
  184268  2013-01-28 17:55   com32/lib/libcom32.c32
   
   Indeed, it looks like a (syslinux-common?) packaging bug, as the target
   for those files can't be found in the package:
   
   # apt-file search /usr/lib/syslinux/l*.c32
   syslinux-common: /usr/lib/syslinux/linux.c32
   
   ¹ https://www.kernel.org/pub/linux/utils/boot/syslinux/
  
  Nope, it is ldinux.c32 and not linux.c32 that I am looking for.
 
 Precisely, that's what I'm trying to show (maybe not very
 successfully). The sylinux-common package does not contain files
 matching /usr/lib/syslinux/l*.c32 other than linux.c32.

Yes, and it seems , these are not in the syslinux packages from kernel.org.
I found only a single rpm packiage of RedHat (version 5.0), which got it into.

Best regards

Hans


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201303241909.20494.hans.ullr...@loop.de



Re: syslinux, live-build - looking for files

2013-03-24 Thread David Sastre Medina
On Sun, Mar 24, 2013 at 06:45:51PM +0100, Hans-J. Ullrich wrote:
 Am Sonntag, 24. März 2013 schrieben Sie:
  On Sat, Mar 23, 2013 at 07:31:21PM +0100, Hans-J. Ullrich wrote:
   I am looking for the following files for wheezy:
   
   ldlinux.c32
   libcom32.c32
   libutil.c32
   
   They should be in package live-build:
   
   apt-file search ldlinux.c32
   live-build: /usr/share/live/build/bootloaders/extlinux/ldlinux.c32
   live-build: /usr/share/live/build/bootloaders/isolinux/ldlinux.c32
   live-build: /usr/share/live/build/bootloaders/pxelinux/ldlinux.c32
   live-build: /usr/share/live/build/bootloaders/syslinux/ldlinux.c32
   
   But there are only a symlink to /usr/lib/syslinux/l*.c32
  
  All three files can be found in the upstream package¹ (pick the version
  you need):
  
  $ atool -l syslinux-5.01.zip | grep -E 'l(dlinux|ib(util|com32)).c32'
  24812  2013-01-28 17:55   com32/libutil/libutil.c32
 115784  2013-01-28 17:55   com32/elflink/ldlinux/ldlinux.c32
 184268  2013-01-28 17:55   com32/lib/libcom32.c32
  
  Indeed, it looks like a (syslinux-common?) packaging bug, as the target
  for those files can't be found in the package:
  
  # apt-file search /usr/lib/syslinux/l*.c32
  syslinux-common: /usr/lib/syslinux/linux.c32
  
  ¹ https://www.kernel.org/pub/linux/utils/boot/syslinux/
 Nope, it is ldinux.c32 and not linux.c32 that I am looking for.

Precisely, that's what I'm trying to show (maybe not very
successfully). The sylinux-common package does not contain files
matching /usr/lib/syslinux/l*.c32 other than linux.c32.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


syslinux, live-build - looking for files

2013-03-23 Thread Hans-J. Ullrich
Hi folks, 

I am looking for the following files for wheezy:

ldlinux.c32
libcom32.c32
libutil.c32

They should be in package live-build:

apt-file search ldlinux.c32
live-build: /usr/share/live/build/bootloaders/extlinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/isolinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/pxelinux/ldlinux.c32
live-build: /usr/share/live/build/bootloaders/syslinux/ldlinux.c32

But there are only a symlink to /usr/lib/syslinux/l*.c32

I suppose the related packages are syslinux and syslinux-common.
If someone got these files somehow maybe from an older installation or another 
distribution, it would be nice, if he could send me.

On the other hand it might be a bug? I need those files to create a live-cd.

Thanks for your help.

Regards

Hans






-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201303231931.22106.hans.ullr...@loop.de



[Live-Build] Questions diverses

2013-02-19 Thread ledubdub

Bonjour à tous,

Je cherche à générer une clé USB contenant toutes les applications que 
j'ai l'habitude d'utiliser.
J'utilise Live-build dans sa version 4.0~a11-1 de la branche 
expérimentale disponible hier.


J'ai constaté qu'il est maintenant nécessaire de mettre boot=live 
config dans l'option --bootappend-live si et seulement si on lui 
ajoute des choix relatifs à la langue. Est-ce un bug ou une régression ?
En l'absence de boot=live config le système est tout simplement pas 
amorçable.


En l'état, il m'est, aléatoirement, impossible d'installer cette version.
En effet le script 
/usr/share/debian-installer-launcher/debian-installer.sh contient cette 
ligne :


   chroot /live/installer /usr/bin/env -i LIVE_INSTALLER_MODE=1
   DEBIAN_FRONTEND=$DI_FRONTEND DISPLAY=:0 TERM=$TERM $CMDLINE $@

et si le DISPLAY n'est pas :0 alors il n'y a pas d'affichage.
Je pense que cette ligne serait préférable :

   chroot /live/installer /usr/bin/env -i LIVE_INSTALLER_MODE=1
   DEBIAN_FRONTEND=$DI_FRONTEND DISPLAY=${DISPLAY} TERM=$TERM $CMDLINE $@

Qu'en pensez-vous ?

Dans la version 3.0 de Live-Build, il était possible de fixer le nom du 
fichier image généré avec les options --hdd-label et --iso-volume. 
Ce n'est plus le cas avec la version 4.0, ou alors je ne sais pas 
comment faire. J'ai épluché les deux derniers mois de la mailling-list 
du projet et n'ai rien trouvé sur ce dysfonctionnement à l'exception 
d'un problème d'espace dans le nom.
Le nom du fichier, chez moi, devrait être ma_debian_20130218, c'est ce 
qui est mentionné dans le fichier config/binary :

LB_HDD_LABEL=ma_debian_20130218
LB_ISO_APPLICATION=ma_debian_20130218
Pourriez-vous m'indiquer où est mon erreur ?

Pour information, je passe par un fichier auto/config qui est celui-ci

#!/bin/sh

lb config noauto \
--debug \
--binary-images hdd \
--distribution wheezy \
--apt aptitude \
--parent-archive-areas main contrib non-free \
--mirror-bootstrap http://ftp.fr.debian.org/debian/ \
--mirror-binary http://ftp.fr.debian.org/debian/ \
--mirror-chroot http://ftp.fr.debian.org/debian/ \
--bootappend-live boot=live config locales=fr_FR.UTF-8 
keyboard-layouts=fr persistent swapon persistence hostname=dublive 
user-fullname=wheezy username=wheezy \

--debian-installer-gui true \
--debian-installer live \
--memtest memtest86+ \
--win32-loader true \
--hdd-label ma_debian_$(date +%Y%m%d) \
--iso-volume ma_debian_$(date +%Y%m%d) \
--iso-application ma_debian_$(date +%Y%m%d) \
--security true \
${@}

cp deb-multimedia.list.binary config/archives/
cp deb-multimedia.list.chroot config/archives/
cp /usr/share/keyrings/deb-multimedia-keyring.gpg 
config/archives/deb-multimedia.list.key.binary
cp /usr/share/keyrings/deb-multimedia-keyring.gpg 
config/archives/deb-multimedia.list.key.chroot

cp mes-paquets.list.chroot config/package-lists/

Dans l'espoir de vous lire, je vous souhaite une agréable journée.

Cordialement,

LeDub

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/5123670c.7000...@yahoo.fr



Re: [Live-Build] Questions diverses

2013-02-19 Thread Sylvain L. Sauvage
Le mardi 19 février 2013 à 12:50:36, ledubdub a écrit :
 Bonjour à tous,

’soir,

[…]
 J'utilise Live-build dans sa version 4.0~a11-1 de la branche
 expérimentale disponible hier.
[…] 
 Qu'en pensez-vous ? […]

  Que, notamment pour une version de développement très peu 
utilisée, tu aurais bien plus de chances d’avoir des réponses 
précises sur ces possibles bogues auprès des développeurs de 
l’application en question.

-- 
 Sylvain Sauvage

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/201302191933.14636.sylvain.l.sauv...@free.fr