[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [firstboot] Enable firstboot after install (#725566)



On 07/26/2011 10:18 AM, Martin Gracik wrote:
---
  firstboot.spec |    3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/firstboot.spec b/firstboot.spec
index 884e5aa..250b452 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -56,7 +56,8 @@ if [ $1 -ne 2 -a ! -f /etc/sysconfig/firstboot ]; then
    if [ "$platform" = "s390" -o "$platform" = "s390x" ]; then
      echo "RUN_FIRSTBOOT=YES">  /etc/sysconfig/firstboot
    else
-    /bin/systemctl daemon-reload>  /dev/null 2>&1 || :
+    systemctl enable firstboot-graphical.service>/dev/null 2>&1 || :
+    systemctl enable firstboot-text.service>/dev/null 2>&1 || :
    fi
  fi


Ack.

Al_


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]