SHA256
1
0
forked from pool/s390-tools

Accepting request 655908 from home:markkp:branches:Base:System

Removed obsolete script.

OBS-URL: https://build.opensuse.org/request/show/655908
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=62
This commit is contained in:
Mark Post 2018-12-06 22:30:51 +00:00 committed by Git OBS Bridge
parent 5500b3a5bc
commit d596eac230

View File

@ -1,13 +0,0 @@
--- s390-tools-2.1.0/zdev/src/zdev-root-update.dracut 2017-09-25 08:15:15.000000000 -0400
+++ s390-tools-2.1.0/zdev/src/zdev-root-update.dracut 2018-08-23 21:33:40.847755927 -0400
@@ -20,10 +20,4 @@
exit 1
}
-echo "Installing IPL record"
-zipl --noninteractive || {
- echo "${TOOLNAME}: Error: Could not install IPL record" >&2
- exit 1
-}
-
exit 0