Re: [arch-general] Configure a console font without initrd

2013-02-21 Thread Martín Cigorraga
On Thu, Feb 21, 2013 at 8:08 AM, Paul Gideon Dann wrote: > On Wednesday 20 Feb 2013 23:28:46 Martín Cigorraga wrote: > > [Unit] > > Description=/etc/rc.local Compatibility > > ConditionPathExists=/etc/rc.local > > > > [Service] > > Type=forking > > ExecStart=/etc/rc.local > > > > [Install] > > Wan

Re: [arch-general] Configure a console font without initrd

2013-02-21 Thread Rodrigo Rivas
On Thu, Feb 21, 2013 at 1:02 PM, Jan Steffens wrote: > On Thu, Feb 21, 2013 at 12:45 PM, Rodrigo Rivas > wrote: > > On Wed, Feb 20, 2013 at 4:34 PM, wrote: > > > >> Hello. > >> > >> I set `KEYMAP' and `FONT' in `/etc/vconsole.conf'. `sudo > >> /usr/lib/systemd/systemd-vconsole-setup' works. But

Re: [arch-general] Configure a console font without initrd

2013-02-21 Thread Jan Steffens
On Thu, Feb 21, 2013 at 12:45 PM, Rodrigo Rivas wrote: > On Wed, Feb 20, 2013 at 4:34 PM, wrote: > >> Hello. >> >> I set `KEYMAP' and `FONT' in `/etc/vconsole.conf'. `sudo >> /usr/lib/systemd/systemd-vconsole-setup' works. But how can I use it >> after `reboot'? >> >> `mkinitcpio.conf' is not an

Re: [arch-general] Configure a console font without initrd

2013-02-21 Thread Rodrigo Rivas
On Wed, Feb 20, 2013 at 4:34 PM, wrote: > Hello. > > I set `KEYMAP' and `FONT' in `/etc/vconsole.conf'. `sudo > /usr/lib/systemd/systemd-vconsole-setup' works. But how can I use it > after `reboot'? > > `mkinitcpio.conf' is not an option because I don't use initrd. I tried > to add the above lin

Re: [arch-general] Configure a console font without initrd

2013-02-21 Thread Paul Gideon Dann
On Wednesday 20 Feb 2013 23:28:46 Martín Cigorraga wrote: > [Unit] > Description=/etc/rc.local Compatibility > ConditionPathExists=/etc/rc.local > > [Service] > Type=forking > ExecStart=/etc/rc.local > > [Install] > WantedBy=default.target > Alias=rc-local.service Wouldn't Type=oneshot (+ option

Re: [arch-general] Configure a console font without initrd

2013-02-20 Thread Martín Cigorraga
On Wed, Feb 20, 2013 at 12:34 PM, wrote: > Hello. > > I set `KEYMAP' and `FONT' in `/etc/vconsole.conf'. `sudo > /usr/lib/systemd/systemd-vconsole-setup' works. But how can I use it > after `reboot'? > > `mkinitcpio.conf' is not an option because I don't use initrd. I tried > to add the above li

[arch-general] Configure a console font without initrd

2013-02-20 Thread jugree
Hello. I set `KEYMAP' and `FONT' in `/etc/vconsole.conf'. `sudo /usr/lib/systemd/systemd-vconsole-setup' works. But how can I use it after `reboot'? `mkinitcpio.conf' is not an option because I don't use initrd. I tried to add the above line to `/etc/rc.local', but it did not work. Thanks