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 889659 Details for
Bug 1091317
firstboot-graphical service stays enabled after the firstboot
[?]
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 fixing the issue for both newly installed and existing systems
0001-Disable-firstboot-graphical-service-at-the-end-XXX.patch (text/plain), 1.50 KB, created by
Vratislav Podzimek
on 2014-04-25 11:03:50 UTC
(
hide
)
Description:
patch fixing the issue for both newly installed and existing systems
Filename:
MIME Type:
Creator:
Vratislav Podzimek
Created:
2014-04-25 11:03:50 UTC
Size:
1.50 KB
patch
obsolete
>From ebbb77d718cc5faa8b98c64599f75cb33428c49a Mon Sep 17 00:00:00 2001 >From: Vratislav Podzimek <vpodzime@redhat.com> >Date: Fri, 25 Apr 2014 12:47:47 +0200 >Subject: [PATCH] Disable firstboot-graphical service at the end (#XXX) > >There's no point in running the service again and again on every single boot >for it only to find out it shouldn't actually run. > >Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com> >--- > progs/firstboot | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/progs/firstboot b/progs/firstboot >index 3d9c5e9..ba57ca6 100755 >--- a/progs/firstboot >+++ b/progs/firstboot >@@ -119,6 +119,10 @@ if __name__ == '__main__': > if line.strip() == 'RUN_FIRSTBOOT=NO': > os.system('systemctl stop firstboot-graphical.service > /dev/null 2>&1') > os.system('systemctl stop firstboot-text.service > /dev/null 2>&1') >+ >+ # disable the service so that it doesn't run on every boot just to find >+ # out it should kill itself >+ os.system("systemctl disable firstboot-graphical.service") > sys.exit(0) > > if not opts.module_dir: >@@ -178,5 +182,9 @@ if __name__ == '__main__': > except OSError: > pass > >+ # disable the service so that it doesn't run on every boot just to find >+ # out it should kill itself >+ os.system("systemctl disable firstboot-graphical.service") >+ > if reboot_required: > os.system("/sbin/reboot") >-- >1.8.3.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 1091317
: 889659