Maybe the standard hook for frequency scaling interferes somehow? (Are you sure it isn't being executed as opposed to not doing what you expect?)
cfr
https://bbs.archlinux.org/profile.php?id=54639
2012-06-16T00:54:52Z
You can see in this topic that you can have it fallback to a passphrase should the keyfile be invalid or missing. I wonder if you could modify the encrypt hook to require both, instead of falling back. Little more information on the encrypt hook here: https://wiki.archlinux.org/index.php/Mk … ypted_rootI may start looking into this as well, as it's an interesting idea that definit
mkinitcpio's manpage documents hook API . there's plenty of examples available.
falconindy
https://bbs.archlinux.org/profile.php?id=30251
2012-12-21T03:55:14Z
Aha! solved, thanks to https://bbs.archlinux.org/viewtopic.php?id=154591 and 65kid.Thanks for the help!
bobobo1618
https://bbs.archlinux.org/profile.php?id=43759
2013-05-10T15:29:40Z
Not sure, but I think you need libva-vdpau-driver.https://wiki.archlinux.org/index.php/AT … celeration
David Batson
https://bbs.archlinux.org/profile.php?id=53236
2013-05-11T02:36:43Z
Okay, I have created a custom hook script in /etc/rc.d/functions.d/ on the basis of https://wiki.archlinux.org/index.php/Ar … stom_hooks$ cat /etc/rc.d/functions.d/testingscript
testingscript() {
echo 2000 > /proc/sys/vm/dirty_writeback_centisecs
}
add_hook multi_end testingscriptAfter rebooting, I tried cat /proc/sys/vm/dirty_writeback_centisecs: $ cat /proc/sys/vm/dirty_writeback_c
The device-mapper functionality at boot is achieved with the initramfs. So this means you must include the necessary scripts. Fortunately, the amazing devs have included hooks in mkinitpcio that will take care of this for you. In your case, it sounds like you need to include the lvm2 hook before the filesystems hook, and the encrypt hook before the lvm2 hook. This is assumi
When I upgraded I got[2011-07-31 18:35] VERBOSE= in rc.conf no longer has any effect.
[2011-07-31 18:35] Please append 'quiet' to your kernel command line.https://bbs.archlinux.org/viewtopic.php?id=123597https://bbs.archlinux.org/viewtopic.php?id=123535https://bbs.archlinux.org/viewtopic.php?id=123776
karol
https://bbs.archlinux.org/profile.php?id=25522
2011-08-25T13:26:19Z
now my boot hangs on ::running hook [udev]: Triggering uevents...done:: running Hook [uresume]resume libgcrypt version: 1.5.0 then it hangs and nothing, I tried booting a live distro clearing the swap space and still nothing
youicide
https://bbs.archlinux.org/profile.php?id=59005
2012-04-08T01:34:42Z