1 --- encrypt_install 2011-06-30 19:57:13.000000000 +0200
2 +++ encrypt_install 2011-07-30 09:19:15.251305984 +0200
6 + SCRIPT="plymouth-encrypt"
7 [ -f "/sbin/cryptsetup" ] && add_binary "/sbin/cryptsetup" "/sbin/cryptsetup"
9 add_file "/lib/initcpio/udev/11-dm-initramfs.rules" "/lib/udev/rules.d/11-dm-initramfs.rules"
10 + PLYMOUTH_PLUGIN_PATH="$(plymouth --get-splash-plugin-path)"
11 + add_binary ${PLYMOUTH_PLUGIN_PATH}/label.so
12 + add_binary ${PLYMOUTH_PLUGIN_PATH}/text.so
13 + add_file "/usr/share/fonts/TTF/DejaVuSans.ttf"
14 + add_file "/etc/fonts/fonts.conf"
15 + add_file "/etc/fonts/conf.d/60-latin.conf"
16 + add_file "/usr/lib/pango/1.6.0/modules/pango-basic-x.so"
20 - This hook allows for an encrypted root device.
21 + This hook allows for an encrypted root device combined with plymouth.