From 1c133127ad6dfa8e748c686314885de6226de20c3312483ac2d0edf29cf57268 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Wed, 31 Aug 2016 06:30:53 +0000 Subject: [PATCH] Accepting request 423923 from home:michael-chang:branches:devel:openSUSE:Factory - shim-install : fix regression of password prompt (bsc#993764) OBS-URL: https://build.opensuse.org/request/show/423923 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=119 --- shim-install | 4 ++-- shim.changes | 5 +++++ shim.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/shim-install b/shim-install index bda78e1..48c2e32 100644 --- a/shim-install +++ b/shim-install @@ -237,6 +237,7 @@ fi make_grubcfg () { grub_cfg_dirname=`dirname $grub_cfg` +grub_cfg_basename=`basename $grub_cfg` cfg_fs_uuid=`"$grub_probe" --target=fs_uuid "$grub_cfg_dirname"` if test "x$SUSE_BTRFS_SNAPSHOT_BOOTING" = "xtrue"; then @@ -257,8 +258,7 @@ fi cat <