Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1452558 Details for
Bug 1592221
PATCH: selinux-autorelabel: Fix splash not hiding, Increment boot_indeterminate grub environment variable
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH 1/2] selinux-autorelabel: Use plymouth --quit rather then --hide-splash
0001-selinux-autorelabel-Use-plymouth-quit-rather-then-hi.patch (text/plain), 1.17 KB, created by
Hans de Goede
on 2018-06-18 08:38:50 UTC
(
hide
)
Description:
[PATCH 1/2] selinux-autorelabel: Use plymouth --quit rather then --hide-splash
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2018-06-18 08:38:50 UTC
Size:
1.17 KB
patch
obsolete
>From 4af196aaef4676d2b9816c762f4c31b421d0385f Mon Sep 17 00:00:00 2001 >From: Hans de Goede <hdegoede@redhat.com> >Date: Mon, 18 Jun 2018 09:33:04 +0200 >Subject: [PATCH 1/2] selinux-autorelabel: Use plymouth --quit rather then > --hide-splash > >plymouth by defaults waits for 5 seconds before showing the splash so >that the splash simply gets skipped on real quick boots. > >In my testing it seems that --hide-splash is a no-op when run before >the 5 seconds have passed and the splash is shown, causing the splash >to still be there during a relabel. Note this problem only shows when >*not* using disk-encryption. > >Switching to plymouth --quit fixes this. > >Signed-off-by: Hans de Goede <hdegoede@redhat.com> >--- > selinux-autorelabel | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/selinux-autorelabel b/selinux-autorelabel >index 173c7f0..b17bd8d 100755 >--- a/selinux-autorelabel >+++ b/selinux-autorelabel >@@ -35,7 +35,7 @@ relabel_selinux() { > AUTORELABEL= > . /etc/selinux/config > echo "0" > /sys/fs/selinux/enforce >- [ -x /bin/plymouth ] && plymouth --hide-splash >+ [ -x /bin/plymouth ] && plymouth --quit > > if [ "$AUTORELABEL" = "0" ]; then > echo >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1592221
: 1452558 |
1452559