* build initramfs: prelink --undo /sbin/*
@ 2011-08-19 3:55 John Reiser
[not found] ` <4E4DDEB7.3050602-Po6cBsTGB2ZWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: John Reiser @ 2011-08-19 3:55 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Fix a typo (omitting the 's' in "sbin") which caused
"prelink --undo" twice on /bin/*, and
"prelink --undo" omitted for /sbin/*.
diff --git a/dracut b/dracut
index cf27b23..601fb6c 100755
--- a/dracut
+++ b/dracut
@@ -642,7 +642,7 @@ type hardlink &>/dev/null && {
if strstr "$modules_loaded" " fips " && command -v prelink >/dev/null; then
for i in $initdir/bin/* \
- $initdir/bin/* \
+ $initdir/sbin/* \
$initdir/usr/bin/* \
$initdir/usr/sbin/*; do
[ -x $i ] && prelink -u $i &>/dev/null
--
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: build initramfs: prelink --undo /sbin/*
[not found] ` <4E4DDEB7.3050602-Po6cBsTGB2ZWk0Htik3J/w@public.gmane.org>
@ 2011-08-19 6:11 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2011-08-19 6:11 UTC (permalink / raw)
To: John Reiser; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
On 19.08.2011 05:55, John Reiser wrote:
> Fix a typo (omitting the 's' in "sbin") which caused
> "prelink --undo" twice on /bin/*, and
> "prelink --undo" omitted for /sbin/*.
>
> diff --git a/dracut b/dracut
> index cf27b23..601fb6c 100755
> --- a/dracut
> +++ b/dracut
> @@ -642,7 +642,7 @@ type hardlink &>/dev/null && {
> if strstr "$modules_loaded" " fips " && command -v prelink >/dev/null; then
> for i in $initdir/bin/* \
> - $initdir/bin/* \
> + $initdir/sbin/* \
> $initdir/usr/bin/* \
> $initdir/usr/sbin/*; do
> [ -x $i ] && prelink -u $i &>/dev/null
>
Thank you! Pushed!
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2318 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-19 6:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 3:55 build initramfs: prelink --undo /sbin/* John Reiser
[not found] ` <4E4DDEB7.3050602-Po6cBsTGB2ZWk0Htik3J/w@public.gmane.org>
2011-08-19 6:11 ` Harald Hoyer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.