Shahor 04052013

Puppy related raves and general interest that doesn't fit anywhere else
Message
Author
User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#31 Post by technosaurus »

Iguleder wrote:I'm against this, because I don't like multi-call binaries and because I don't like systemd. I'm trying to provide a modular alternative, which doesn't force the user to use all the included daemons.
I was talking more of a non-threaded non-forking multifunction binary. Its fairly easy to accomplish - 1 buf, as many fd as are needed and an event loop. Use argv to set values to TRUE to enable each desired "daemon" Inside the event loop read the fd(s) into the buf for each enabled daemon, do what ever needs to be done with the buf and continue... just for the simple ones to save the multiple elf, buf, and _start overheads.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

laurentius77
Posts: 82
Joined: Wed 30 Mar 2011, 07:02

build Lazyux

#32 Post by laurentius77 »

I want to test Iguleder's new "Lazyux". I downloaded the stuff from github [/url]https://github.com/iguleder/lazyux[url] and I run build_all.sh. I've got a sysroot folder with a LFS inside and the folder "built_packages" with all compiled packages. Does anybody know where can I found a tutorial in order to make a bootable distro from this? Because I suppose I have to get an initrd and vmlinux. Please if you want to help me with a tutorial it will be a great thing. What is the another script "build.sh" for?
[/url]

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

Re: build Lazyux

#33 Post by greengeek »

laurentius77 wrote:I want to test Iguleder's new "Lazyux".
His latest iso is here:
ftp://dimakrasner.com/lazyux-08122013.iso

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#34 Post by Flash »

I'm guessing it can't be run from a multisession DVD. :(

laurentius77
Posts: 82
Joined: Wed 30 Mar 2011, 07:02

Re: build Lazyux

#35 Post by laurentius77 »

greengeek wrote:
laurentius77 wrote:I want to test Iguleder's new "Lazyux".
His latest iso is here:
ftp://dimakrasner.com/lazyux-08122013.iso
Thank you, I got it and I am testing it now.

Post Reply