Re: [systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-20 Thread Lennart Poettering
On Mon, 20.09.10 19:07, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > This patch is a bit bigger than expected since Gentoo being > non-standard in some places. > > 1. it is installing binaries at /usr/bin instead of /bin. > > 2. it is using CamelCase names for consolefonts. >

[systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-20 Thread Gustavo Sverzut Barbieri
This patch is a bit bigger than expected since Gentoo being non-standard in some places. 1. it is installing binaries at /usr/bin instead of /bin. 2. it is using CamelCase names for consolefonts. 3. /etc/rc.conf:unicode=(yes|no) just forbids loadkeys and setfont "-u" options, but do not d

Re: [systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-20 Thread Lennart Poettering
On Mon, 20.09.10 18:03, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > > On Mon, Sep 20, 2010 at 5:44 PM, Lennart Poettering > wrote: > > On Sun, 19.09.10 21:23, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) > > wrote: > > > > Heya, > > > > Looks pretty good, but a few reques

Re: [systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-20 Thread Gustavo Sverzut Barbieri
On Mon, Sep 20, 2010 at 5:44 PM, Lennart Poettering wrote: > On Sun, 19.09.10 21:23, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) > wrote: > > Heya, > > Looks pretty good, but a few requests: > >> +#ifdef TARGET_GENTOO >> +/* Gentoo uses sys-apps/kbd that installs to /usr and have fonts in

Re: [systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-20 Thread Lennart Poettering
On Sun, 19.09.10 21:23, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: Heya, Looks pretty good, but a few requests: > +#ifdef TARGET_GENTOO > +/* Gentoo uses sys-apps/kbd that installs to /usr and have fonts in > CamelCase */ > +#define KBD_LOADKEYS "/usr/bin/loadkeys" > +#define KB

[systemd-devel] [PATCH] gentoo: vconsole-setup support.

2010-09-19 Thread Gustavo Sverzut Barbieri
This patch is a bit bigger than expected since Gentoo being non-standard in some places. 1. it is installing binaries at /usr/bin instead of /bin. 2. it is using CamelCase names for consolefonts. 3. /etc/rc.conf:unicode=(yes|no) just forbids loadkeys and setfont "-u" options, but do not d