[firstboot/f14/master] * Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-3 - make sure we start up before tty1

Adam Williamson adamwill at fedoraproject.org
Wed Aug 11 01:36:41 UTC 2010


commit 7d83f00da4c73ba4d8d37271c62ae17532b2ef2e
Author: Adam Williamson <adamwill at shaw.ca>
Date:   Tue Aug 10 18:36:39 2010 -0700

    * Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-3
    - make sure we start up before tty1 is spawned, in text boot

 firstboot-1.112-text_after_getty.patch |   10 ++++++++++
 firstboot.spec                         |    9 +++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/firstboot-1.112-text_after_getty.patch b/firstboot-1.112-text_after_getty.patch
new file mode 100644
index 0000000..3800703
--- /dev/null
+++ b/firstboot-1.112-text_after_getty.patch
@@ -0,0 +1,10 @@
+--- firstboot-1.112/systemd/firstboot-text.service	2010-08-10 14:10:35.000000000 -0700
++++ firstboot-1.112/systemd/firstboot-text.service.new	2010-08-10 17:38:16.160109600 -0700
+@@ -1,6 +1,7 @@
+ [Unit]
+ Description=firstboot configuration program (text mode)
+ After=livesys.service
++Before=getty at tty1.service
+ 
+ [Service]
+ Environment=RUNLEVEL=3
diff --git a/firstboot.spec b/firstboot.spec
index 971fc6f..e3716b3 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -4,11 +4,12 @@ Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
 Version: 1.112
-Release: 2%{?dist}
+Release: 3%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
 Source0: %{name}-%{version}.tar.bz2
+Patch0: firstboot-1.112-text_after_getty.patch
 
 License: GPLv2+
 Group: System Environment/Base
@@ -35,6 +36,7 @@ a series of steps that allows for easier configuration of the machine.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
@@ -80,7 +82,10 @@ fi
 /lib/systemd/system/firstboot-graphical.service
 
 %changelog
-* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-1
+* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-3
+- make sure we start up before tty1 is spawned, in text boot
+
+* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-2
 - don't enable the legacy sysv service on install
 
 * Tue Aug 10 2010 Martin Gracik <mgracik at redhat.com> 1.112-1


More information about the scm-commits mailing list