[no subject]

2015-06-10 Thread Ala de Dragón
Hello :D

I was configuring and building a live image.
I just begin to understand the process and how to work with "lb".
The process wasn't finished properly. I need some help because I don't
undesrtand what is happening.

Here goes some info about my system:

$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24)
x86_64 GNU/Linux
david@debian:~$ lb --version
4.0.3-1

/etc/live/build.conf
http://pastebin.com/77SURgVH

So, what I want to create is a live image of squezze with a few
packages from backports, contrib and non-free in a minimal gnome
desktop.

The builds, stops in the chroot stage, and says that packages from
non-free, backports, etc.. can't be found.

On the other hand,

I was looking at the options on
http://live.debian.net/manual/4.x/html/live-manual.en.html and man lb
config. I see that there are some hdd related options, so is possible
to preare a tar with a filesystem on it, untar it over a partiton and
run qemu/kvm with R/W to the filesystem?

I refer to:
--binary-images iso|iso-hybrid|netboot|tar|hdd]
--binary-filesystem fat16|fat32|ext2|ext3|ext4]
--chroot-filesystem ext2|ext3|ext4|squashfs|jffs2|none]
--system live|normal]

I saw in the manual that there are some ready to use skeletons in the GIT repo.
I never used git (svn a few times) can please explain me a bit more in
deep that option?

--config GIT_URL::GIT_ID

is about the command in the manual:

mkdir live-images && cd live-images
$ lb config --config git://live-systems.org/git/live-images.git
$ cd images/rescue

Thanks for your time.

:)


-- 
"El cielo es para los dragones
 lo que el agua es  para las ninfas"


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+924HRshPUGhKxwNnDZgNA4TqAug3Wbod46zUWs6t9keJQ=l...@mail.gmail.com



Re:

2015-06-10 Thread Raju DV



On Wednesday 10 June 2015 05:39 PM, Ala de Dragón wrote:

Hello :D

I was configuring and building a live image.
I just begin to understand the process and how to work with "lb".
The process wasn't finished properly. I need some help because I don't
undesrtand what is happening.

Here goes some info about my system:

$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24)
x86_64 GNU/Linux
david@debian:~$ lb --version
4.0.3-1

/etc/live/build.conf
http://pastebin.com/77SURgVH
Your pastebin URL has expired, Can you post a new one. Also you should 
use paste.debian.net instead




So, what I want to create is a live image of squezze with a few
packages from backports, contrib and non-free in a minimal gnome
desktop.

The builds, stops in the chroot stage, and says that packages from
non-free, backports, etc.. can't be found.

On the other hand,

I was looking at the options on
http://live.debian.net/manual/4.x/html/live-manual.en.html and man lb
config. I see that there are some hdd related options, so is possible
to preare a tar with a filesystem on it, untar it over a partiton and
run qemu/kvm with R/W to the filesystem?

I refer to:
--binary-images iso|iso-hybrid|netboot|tar|hdd]
--binary-filesystem fat16|fat32|ext2|ext3|ext4]
--chroot-filesystem ext2|ext3|ext4|squashfs|jffs2|none]
--system live|normal]

I saw in the manual that there are some ready to use skeletons in the GIT repo.
I never used git (svn a few times) can please explain me a bit more in
deep that option?

--config GIT_URL::GIT_ID

is about the command in the manual:

mkdir live-images && cd live-images
$ lb config --config git://live-systems.org/git/live-images.git
$ cd images/rescue

Thanks for your time.

:)





--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55783d3d.5020...@openmailbox.org



Re:

2015-06-10 Thread Ala de Dragón
2015-06-10 15:35 GMT+02:00, Raju DV :
>
>
> On Wednesday 10 June 2015 05:39 PM, Ala de Dragón wrote:
>> Hello :D
>>
>> I was configuring and building a live image.
>> I just begin to understand the process and how to work with "lb".
>> The process wasn't finished properly. I need some help because I don't
>> undesrtand what is happening.
>>
>> Here goes some info about my system:
>>
>> $ uname -a
>> Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24)
>> x86_64 GNU/Linux
>> david@debian:~$ lb --version
>> 4.0.3-1
>>
>> /etc/live/build.conf
>> http://pastebin.com/77SURgVH
> Your pastebin URL has expired, Can you post a new one. Also you should
> use paste.debian.net instead
>

new paste on http://paste.debian.net/219479/

>>
>> So, what I want to create is a live image of squezze with a few
>> packages from backports, contrib and non-free in a minimal gnome
>> desktop.
>>
>> The builds, stops in the chroot stage, and says that packages from
>> non-free, backports, etc.. can't be found.
>>
>> On the other hand,
>>
>> I was looking at the options on
>> http://live.debian.net/manual/4.x/html/live-manual.en.html and man lb
>> config. I see that there are some hdd related options, so is possible
>> to preare a tar with a filesystem on it, untar it over a partiton and
>> run qemu/kvm with R/W to the filesystem?
>>
>> I refer to:
>> --binary-images iso|iso-hybrid|netboot|tar|hdd]
>> --binary-filesystem fat16|fat32|ext2|ext3|ext4]
>> --chroot-filesystem ext2|ext3|ext4|squashfs|jffs2|none]
>> --system live|normal]
>>
>> I saw in the manual that there are some ready to use skeletons in the GIT
>> repo.
>> I never used git (svn a few times) can please explain me a bit more in
>> deep that option?
>>
>> --config GIT_URL::GIT_ID
>>
>> is about the command in the manual:
>>
>> mkdir live-images && cd live-images
>> $ lb config --config git://live-systems.org/git/live-images.git
>> $ cd images/rescue
>>
>> Thanks for your time.
>>
>> :)
>>
>>
>
>
> --
> To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: https://lists.debian.org/55783d3d.5020...@openmailbox.org
>
>


-- 
"El cielo es para los dragones
 lo que el agua es  para las ninfas"


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+924HQyt_-hhPVhnmyAfxtFK5Qwk8�05zfb1sS=b=ev5...@mail.gmail.com



Re:

2015-06-10 Thread Ala de Dragón
2015-06-10 22:50 GMT+02:00, chals :
> On Wed, Jun 10, 2015 at 2:09 PM, Ala de Dragón 
> wrote:
>> Hello :D
>>
>
> Hi,
>
>> david@debian:~$ lb --version
>> 4.0.3-1
>>
> [...]
>>
>> So, what I want to create is a live image of squezze with a few
>> packages from backports, contrib and non-free in a minimal gnome
>> desktop.
>>
>> The builds, stops in the chroot stage, and says that packages from
>> non-free, backports, etc.. can't be found.
>>
>
> As far as I know, live-build 4.x and higher will not build oldstable,
> so no use in trying. See the status page on the website -->
> http://live-systems.org/project/status/
>

Thanks for the tip, I was near to be crazy asking to my self why each
time I solve a problem a new one happen. I will try the same process
with a 3.0 version of lb.

:)

>
>> I was looking at the options on
>> http://live.debian.net/manual/4.x/html/live-manual.en.html
>>
>
> The online manual is *not* up-to-date, only the latest debian version
> 4.0.3-1 is up-to-date for live-build 4.x -->
> http://live-systems.org/gitweb/?p=live-manual.git;a=shortlog;h=refs/heads/debian-old-4.0
>

this a GIT place... need to investigate about it, I see some files *.ssi *.ssm
¿are a king of path for some source files?

>>
>> I saw in the manual that there are some ready to use skeletons in the GIT
>> repo.
>> I never used git (svn a few times) can please explain me a bit more in
>> deep that option?
>>
>> --config GIT_URL::GIT_ID
>>
>
> This is perhaps, one of the best options ever! You can keep your
> configuration in a git repo and be ready to clone it at any time to
> build your own customized live systems. Heed that I said *your
> configuration*. I bet all users and developers love this option alike.
> Just my guess...
>
So I can place my configure in, for example github ( I just opened and
account ), prepare a few repos placing on it different configuration
files, like one for sid, testing etc... clone it and use it locally.
Nice.
I need to learn first how GIT works. seems to be a great tools for developers.
I will open a threat in the debian Spanish mail list. There good
friend that will point me.
:)

>> is about the command in the manual:
>>
>> mkdir live-images && cd live-images
>> $ lb config --config git://live-systems.org/git/live-images.git
>> $ cd images/rescue
>>
>
> The URL provided in that example is in case you want to clone the
> live-images repository which is used to build the official debian live
> images. You can make any changes you want after cloning the repo to
> suit your needs. The process should be perfectly documented in
> live-manual, and if it is not, then it is either a bug or a mismatch
> between form and meaning. In both cases, something needs to be done to
> improve it. As usual :)

I have access to the configure files the developers used to create the
live iso's I love to use.
With a bit off effort I can include some personalization to the
iso's... debian is awesome xD

> Suggestions welcome...
>
>> Thanks for your time.
>>
>
> You are welcome. I hope you learn to know how to build your own
> systems and enjoy the process as much as we all do.
>
> Have a nice day :)
>
>
> --
> chals
> www.chalsattack.com
> ch...@chalsattack.com
>

I will enjoy, sure. If I don't enjoy it there is no reason to do it.
I'm just a bit lost like a beginner use to be. With a bit of effort
and your help I will improve, sure.

Greetings, and nice day to all.

Pd: i wish to apologize for mailing us without subject, I just realized about.

-- 
"El cielo es para los dragones
 lo que el agua es  para las ninfas"


--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/ca+924hrfluc4ooxh3oegdxtduuzbftz7mq-m0zzhcxhk0y+...@mail.gmail.com



Hét ideale Vaderdag-cadeau voor de wagenliefhebber!

2015-06-10 Thread CrmConnect
Hét ideale Vaderdag-cadeau voor de wagenliefhebber!  

  Be Exclusive, Get Connected. 

  Als u deze e-mail in tekstformaat ontvangt, zonder afbeeldingen,
klik hier [1]! 

   [2] 

  Nog origineel cadeau voor vaderdag nodig?  

  [3]

  Nog op zoek naar ideaal cadeau voor vaderdag? 

Een mooi moment om vaders eens volledig in de watten te leggen. Wat
dacht u van een heerlijk weekendje rijden met onze BMW i8? Contacteer
ons op:  www.i8huren.be [4]

Een sportwagen, opnieuw uitgevonden.
 Efficiënter & Duurzamer.
 Geen compromis..  

  [5]

 

  [6]

 

  [7]

 

  [8]

  powered by Addemar [9]

 

 Deze e-mail werd verstuurd naar debian-live@lists.debian.org [10].
Klik hier [11] om uit te schrijven. 

 

 privacy policy [12]



Links:
--
[1]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45315/index.html
[2]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45316/index.html
[3]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45317/index.html
[4] http://www.i8huren.be/
[5]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45318/index.html
[6]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45319/index.html
[7]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45320/index.html
[8]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45321/index.html
[9]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45322/index.html
[10]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45323/index.html
[11]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45324/index.html
[12]
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45325/index.html

Online versie: 
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45402/index.html
Deze e-mail werd verstuurd naar debian-live@lists.debian.org.
Profiel aanpassen: 
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45404/index.html
Uitschrijven: 
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45403/index.html
Privacy policy: 
http://crmconnect.fb.email.addemar.com/c200/e1700946/h1449c/l45405/index.html
Powered by Addemar: http://poweredby.addemar.com/