diff options
Diffstat (limited to 'hooks/casper')
-rwxr-xr-x | hooks/casper | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hooks/casper b/hooks/casper index 0ca7ecb..b2d1062 100755 --- a/hooks/casper +++ b/hooks/casper @@ -75,6 +75,12 @@ manual_add_modules ohci1394 # integrity check copy_exec /usr/lib/casper/casper-md5check /bin +# allow to load custom keymap for using encryption +if [ -x /bin/loadkeys ] && [ -r /etc/console/boottime.kmap.gz ]; then + copy_exec /bin/loadkeys /bin + cp /etc/console/boottime.kmap.gz $DESTDIR/etc/ +fi + cp /usr/share/initramfs-tools/scripts/casper-functions $DESTDIR/scripts cp /usr/share/initramfs-tools/scripts/casper-helpers $DESTDIR/scripts |