diff options
author | Michael Prokop <mika@debian.org> | 2010-06-08 12:38:33 +0200 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2010-06-08 12:38:33 +0200 |
commit | 87c674055316c2938d37e92789a6041824844c0d (patch) | |
tree | 11c7e9f6de630d3bc72d1c5e7d9168f2ef2dd50e /docs/example_script | |
parent | 66522c9547575495d2d36ee0f3d030ef502aeba6 (diff) | |
download | initramfs-tools-87c674055316c2938d37e92789a6041824844c0d.tar.gz initramfs-tools-87c674055316c2938d37e92789a6041824844c0d.zip |
mkinitramfs: warn if TMPDIR is mounted noexec + fall back to not cache run scripts then
If the TMPDIR (/tmp by default) is mounted with noexec
the user will notify several lines like:
/usr/sbin/mkinitramfs: 276: /tmp/mkinitramfs_Ck5cpl/scripts/init-top/all_generic_ide: Permission denied
To get rid of that the user can either point $TMPDIR to
a filesystem that's mounted with exec permission or
otherwise the cache_run_scripts() feature won't be
used. Notify user accordingly with a warning message.
[Closes: #576678]
Signed-off-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'docs/example_script')
0 files changed, 0 insertions, 0 deletions