[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130522134832.5741eb0bcb0cdb30263021c6@linux-foundation.org>
Date: Wed, 22 May 2013 13:48:32 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joern Engel <joern@...fs.org>
Cc: linux-kernel@...r.kernel.org, Jens Axboe <axboe@...nel.dk>,
Borislav Petkov <bp@...en8.de>, Takashi Iwai <tiwai@...e.de>
Subject: Re: [PATCH 07/14] bcon: check for hdparm in bcon_tail
On Thu, 9 May 2013 16:43:05 -0400 Joern Engel <joern@...fs.org> wrote:
> ...
>
> --- a/Documentation/block/blockconsole/bcon_tail
> +++ b/Documentation/block/blockconsole/bcon_tail
> @@ -14,6 +14,11 @@ if [ -z "$(which lsscsi)" ]; then
> exit 1
> fi
>
> +if [ -z "$(which hdparm)" ]; then
> + echo "You need to install the hdparm package on your distro."
> + exit 1
> +fi
> +
> end_of_log() {
> DEV=$1
> UUID=`head -c40 $DEV|tail -c8`
Fold this one as well?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists