You are not logged in.
Pages: 1
Hey all,
I just reinstalled Arch to test the new install without AIF and am currently in the process of restoring my configuration files. All works, except setting my own consolefont (Ohsnap) in early boot. I'm doing it exactly like I had done it prior to reinstalling, but the font loads way later (when udev starts running, I think). Before, it would be during the display of e4rat's messages, which is prior to the INIT messaging appearing.
Here's what I am doing:
1. As per the wiki, I added the consolefont hook to /etc/mkinitcpio.conf, the same position as it was on my old install:
HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck consolefont"2. Consolefont is configured in /etc/vconsole.conf (and works):
KEYMAP=us
FONT=ohsnap7x14b.psfu
FONT_MAP=I have one idea that might be related. Running mkinitcpio -H consolefont gives the following output:
==> Help for hook 'consolefont':
This hook loads consolefont specified in locale.conf or rc.conf during early
userspace.
==> This hook has runtime scripts:
-> pre-mount hookThat doesn't list /etc/vconsole.conf, so perhaps it's not read properly? If this is the case, then to what file should I add the desired font? The manpage on locale.conf doesn't have any information about a consolefont (duh) and rc.conf is something outdated.
Last edited by Unia (2012-08-03 22:22:32)
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Did you see this: https://bbs.archlinux.org/viewtopic.php?id=146038
Offline
EDIT: Double post, sorry
Last edited by Unia (2012-08-03 22:15:08)
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Yes, I had. But I have already found what I was doing wrong. In /etc/vconsole.conf I specified the font like so:
FONT=ohsnap7x14b.psfuI just tested with CONSOLEFONT in /etc/rc.conf and then mkinitcpio complained about not being able to find the font (it didn't say this before). It turned out I had to specify the font without the .pfsu suffix. Doh!
Now it's working again as it should, so consider this solved. Thanks ![]()
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Awesome. Marked it [solved] then...
Offline
Awesome. Marked it [solved] then...
Yes, yes, not so fast ![]()
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Sorry, too much coffee...
Offline
Sorry, too much coffee...
![]()
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Sorry, too much coffee...
Blasphemy! There's no such thing as 'too much coffee'. Off with his head!
Offline
Pages: 1