bb76751d8a
- Rediff patches to match git repository - 95fcoe: Check for FCoE devices prior to binaries * Modify 0055-95fcoe-Only-install-fcoe-module-if-required.patch - 99base: Install chown instead of chgrp * Modify 0052-99base-Add-chown-binary.patch - 95iscsi: do not try to detect iSCSI firmware during booting; should be handled via commandline parameter * Modify 0030-95iscsi-Autodetect-iSCSI-firmware.patch - Rename patch: * old: 0051-mkinitrd-suse-add-update-booloader-message.patch new: 0051-mkinitrd-suse-add-update-bootloader-message.patch OBS-URL: https://build.opensuse.org/request/show/236229 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=157
25 lines
689 B
Diff
25 lines
689 B
Diff
From 9a27c641994d83947057a7dc4dcf8886c0764091 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Renninger <trenn@suse.de>
|
|
Date: Mon, 2 Jun 2014 14:50:14 +0200
|
|
Subject: [PATCH] mkinitrd-suse: add 'update bootloader' message
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
---
|
|
mkinitrd-suse.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/mkinitrd-suse.sh b/mkinitrd-suse.sh
|
|
index 1750b62..bf10a9d 100755
|
|
--- a/mkinitrd-suse.sh
|
|
+++ b/mkinitrd-suse.sh
|
|
@@ -346,5 +346,6 @@ done
|
|
if [ "$skip_update_bootloader" ] ; then
|
|
echo 2>&1 "Did not refresh the bootloader. You might need to refresh it manually."
|
|
else
|
|
+ echo "Update bootloader..."
|
|
update-bootloader --refresh
|
|
fi
|
|
--
|
|
1.8.4.5
|
|
|