Re: [arch-general] Debugging third-party library's segfault if its caused by system update?

2015-06-10 Thread Tom Yan
(Assuming by GNU bootloader you mean GRUB) In Arch GRUB is patched to search intel-ucode.img automatically. If you write your own grub.cfg instead of using grub-mkconfig, you just put the image name in the same "initrd" line before the main initramfs. On 11 June 2015 at 00:45, Neven Sajko wrote:

Re: [arch-general] [mkinitcpio] about explicit module inclusion and purpose of udev hook

2015-06-09 Thread Tom Yan
I was being silly. Found the answer myself: if [ -n "$earlymodules$MODULES" ]; then modprobe -qab ${earlymodules//,/ } $MODULES fi in base hook init. On 10 June 2015 at 10:30, Tom Yan wrote: > For my current system, I need the following modules (and their > dependencies) to

[arch-general] [mkinitcpio] about explicit module inclusion and purpose of udev hook

2015-06-09 Thread Tom Yan
For my current system, I need the following modules (and their dependencies) to boot (mount the real root): ahci, sd_mod, btrfs (which are drivers for the sata controller, disk, and the root filesystem respectively.) If I specify these three in the MODULES array of mkinitcpio.conf, the only hook

Re: [arch-general] Locale Changed

2013-12-24 Thread Tom Yan
On 25 December 2013 08:42, Silvio Siefke wrote: > Hello, > > i use XFCE and when i now start i become all in english but i has write > the locales in german. I not understand i do nothing make restart and > now the GTK Programms in English, XFCE in English, VLC in English. > > siefke ~ $ cat /etc/