Bug#845302: systemd: 232-6:Failed to boot, makes kernel panic when starting /sbin/init.
Michael Biebl
biebl at debian.org
Fri Nov 25 06:49:55 GMT 2016
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20161125/3374ed8a/attachment-0002.sig>
More information about the Pkg-systemd-maintainers
mailing list