Am 25.11.2016 um 05:18 schrieb K.Ohta: > Dear Michel, > Sorry for very later. > I test your patch of initramfs-tools, but, don't mount /usr with auto at > entry of fstab. > > I tested below: > 1.debuild initramfs after applying that patch and install packages.
>> W: initramfs-tools-core: script-not-executable usr/share/initramfs-tools/hooks/mount How did you apply the patch? If you do it via "patch < $patch", you'll need to chmod +x hooks/mounts. The lintian warning should have been a clue. If you use "git am $patch", then this will be done automatically: diff --git a/hooks/mount b/hooks/mount new file mode 100755 index 0000000..1464533 --- /dev/null +++ b/hooks/mount The patch was supposed to be applied using git am. >> E: initramfs-tools-core: depends-on-essential-package-without-using-version >> depends: mount That's a fair point. I'm not sure if we need a specific version, so this explicit dependency can likely be dropped. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature