forked from pool/ignition
- 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:
parent
a71d5e1ac3
commit
2c72aa2dbd
@ -1,2 +1,2 @@
|
|||||||
[Service]
|
[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'
|
||||||
|
@ -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>
|
Tue Apr 5 14:57:20 UTC 2022 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user