- Use /bin/sh instead of /usr/bin/sh (for backwards compatibility

with SLE Micro 5.1) [bsc#1196679]

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=92
This commit is contained in:
Ignaz Forster 2022-04-08 14:05:22 +00:00 committed by Git OBS Bridge
parent a71d5e1ac3
commit 2c72aa2dbd
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[Service]
ExecStart=/usr/bin/sh -c 'if [ -e /sysroot/etc/selinux/.relabelled ]; then >> /sysroot/etc/selinux/.autorelabel; fi'
ExecStart=/bin/sh -c 'if [ -e /sysroot/etc/selinux/.relabelled ]; then >> /sysroot/etc/selinux/.autorelabel; fi'

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 8 13:47:56 UTC 2022 - Ignaz Forster <iforster@suse.com>
- Use /bin/sh instead of /usr/bin/sh (for backwards compatibility
with SLE Micro 5.1) [bsc#1196679]
-------------------------------------------------------------------
Tue Apr 5 14:57:20 UTC 2022 - Ignaz Forster <iforster@suse.com>