mkinitrd unification across distributions
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Amadeusz Żołnowski" <aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Nikoli <nikoli-N9AOi2cAC9ZBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH] lsinitrd: support symlinks
Date: Thu, 19 Apr 2012 12:16:20 +0200	[thread overview]
Message-ID: <4F8FE5F4.1070704@redhat.com> (raw)
In-Reply-To: <1334655087-16937-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>

Am 17.04.2012 11:31, schrieb Amadeusz Żołnowski:
> From: Nikoli <nikoli-N9AOi2cAC9ZBDgjK7y7TUQ@public.gmane.org>
> 
> ---
>  lsinitrd.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lsinitrd.sh b/lsinitrd.sh
> index 1eaa37d..e6767dc 100755
> --- a/lsinitrd.sh
> +++ b/lsinitrd.sh
> @@ -34,7 +34,7 @@ image="${1:-/boot/initramfs-$(uname -r).img}"
>  [[ -f "$image" ]]    || { echo "$image does not exist" ; exit 1 ; }
>  
>  CAT=zcat
> -FILE_T=$(file "$image")
> +FILE_T=$(file --dereference "$image")
>  
>  if echo "test"|xz|xz -dc --single-stream >/dev/null 2>&1; then
>      XZ_SINGLE_STREAM="--single-stream"

pushed

      parent reply	other threads:[~2012-04-19 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17  9:31 [PATCH] lsinitrd: support symlinks Amadeusz Żołnowski
     [not found] ` <1334655087-16937-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2012-04-19 10:16   ` Harald Hoyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8FE5F4.1070704@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nikoli-N9AOi2cAC9ZBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox