[Pkg-cryptsetup-devel] Bug#441428: initramfs-tools 0.91 features
maximilian attems
max at stro.at
Sun Sep 9 18:30:15 UTC 2007
Package: cryptsetup
Version: 1.0.5
hello,
please when applying belows patches bump dep to >= 0.91.
thanks
--
maks
cryptsetup uses in boot scripts several buybox utitilites
make sure busybox lands on initramfs.
--- cryptsetup-1.0.5/debian/initramfs/cryptroot-conf.orig 2007-09-09 20:23:00.000000000 +0200
+++ cryptsetup-1.0.5/debian/initramfs/cryptroot-conf 2007-09-09 20:23:36.000000000 +0200
@@ -1,3 +1,6 @@
# This will setup non-us keyboards in early userspace,
# necessary for punching in passphrases.
KEYMAP=y
+
+# force busybox on initramfs
+BUSYBOX=y
cryptroot-conf is only for mkinitramfs run,
has nothing to search inside of initramfs itself.
--- cryptsetup-1.0.5/debian/rules.orig 2007-09-09 20:25:50.000000000 +0200
+++ cryptsetup-1.0.5/debian/rules 2007-09-09 20:27:11.000000000 +0200
@@ -112,7 +112,7 @@ install: build
install -m 0755 debian/initramfs/cryptroot-script \
$(CURDIR)/debian/cryptsetup/usr/share/initramfs-tools/scripts/local-top/cryptroot
install -m 0644 debian/initramfs/cryptroot-conf \
- $(CURDIR)/debian/cryptsetup/usr/share/initramfs-tools/conf.d/cryptsetup
+ $(CURDIR)/debian/cryptsetup/usr/share/initramfs-tools/conf-hooks.d/cryptsetup
install -m 0755 debian/initramfs/cryptopensc-hook \
$(CURDIR)/debian/cryptsetup/usr/share/initramfs-tools/hooks/cryptopensc
install -m 0755 debian/initramfs/cryptopensc-script-local-top \
More information about the Pkg-cryptsetup-devel
mailing list