From 5d10b925c87206def34ff0dea347097fb0ce93f4 Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date: Thu, 12 Oct 2017 23:46:48 +0200 Subject: [PATCH] zipl: remove invalid dasdview command line option dasdview command does not accept the '-f' option so because of that the command will always fail. Fixes: #10 Signed-off-by: Rafael Fonseca Acked-by: Stefan Haberland Signed-off-by: Stefan Haberland --- zipl/src/zipl_helper.device-mapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipl/src/zipl_helper.device-mapper b/zipl/src/zipl_helper.device-mapper index f45ac1f8..840beffd 100644 --- a/zipl/src/zipl_helper.device-mapper +++ b/zipl/src/zipl_helper.device-mapper @@ -623,7 +623,7 @@ sub get_dasd_info($) my $type; local *HANDLE; - open(HANDLE, "$dasdview -x -f $dev 2>/dev/null|") or + open(HANDLE, "$dasdview -x $dev 2>/dev/null|") or # dasdview returned with an error return undef; while () {