2013/10/22, Sylvain BERTRAND <sylw...@legeek.net>:
> Hi,
>
> I may have some projects of interests for people concerned with
> suckless.org philosophy:
>
> http://code.google.com/p/charfbuzz/ :
> As you may know, the GTK+ stack has a unicode layout engine
> called pango, which was made hard dependent on harfbuzz, a c++
> component. To keep GTK+ in the C realm and avoid the kludgy c++
> realm, I started a C99 port of harfbuzz. This is possible because
> harfbuzz has a C API.  Without a technically expensive build
> system (GNU autotools, cmake...). Very lightly tested.

Thanks! I try it on my system.

> http://code.google.com/p/cinitramfs/
> Another early linux userspace. This one has no dependency above
> linux syscalls. Need to port blkid to make it more comfy to use,
> and use CPIO text description to avoid being root to create the
> early linux userspace filesystem. And that should be enough.
> Without a technically expensive build system (GNU autotools,
> cmake...). I use it on my systems.

I dislike initramfs conception - it make system more complicated. For
mount root on usb storage I use attached patch. With it you can pass
label to kernel parameters. Example: root=LABEL=root_usb

Attachment: kernel-root_by_label.patch
Description: Binary data

Reply via email to