From c972c6eea545add125883eaaeea459551e54589c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:31 +0200 Subject: Adding casper 1.81+debian-4. --- hooks/casper | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hooks/casper') 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 -- cgit v1.2.3