diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:21:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:21:34 +0000 |
commit | c7be82c38ae67193c9a6e49fb16d5615ce3ce006 (patch) | |
tree | 5000ef910d51151ea9fc4e4f5440f2b7d8851593 /lorax-delete-udisk2-iscsi.patch | |
parent | b5cb83d7ac779a40dc9473ab058aed655abb2cf9 (diff) |
automatic import of loraxopeneuler20.03
Diffstat (limited to 'lorax-delete-udisk2-iscsi.patch')
-rw-r--r-- | lorax-delete-udisk2-iscsi.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lorax-delete-udisk2-iscsi.patch b/lorax-delete-udisk2-iscsi.patch new file mode 100644 index 0000000..0d33467 --- /dev/null +++ b/lorax-delete-udisk2-iscsi.patch @@ -0,0 +1,25 @@ +From aa3cc4336717848d64008e5fa0a57a091e1d1989 Mon Sep 17 00:00:00 2001 +From: songnannan <songnannan2@huawei.com> +Date: Thu, 16 Jan 2020 05:45:09 +0800 +Subject: [PATCH] delete udisk2-iscsi + +--- + share/templates.d/99-generic/runtime-install.tmpl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl +index 6bee5e6..9cf6b5b 100644 +--- a/share/templates.d/99-generic/runtime-install.tmpl ++++ b/share/templates.d/99-generic/runtime-install.tmpl +@@ -106,7 +106,7 @@ installpkg xfsdump + + ## extra storage packages + # hostname is needed for iscsi to work, see RHBZ#1593917 +-installpkg udisks2 udisks2-iscsi hostname ++installpkg udisks2 hostname + + ## extra libblockdev plugins + installpkg libblockdev-lvm-dbus +-- +1.8.3.1 + |