From 1fc6bbcd906d9d2713c4c36c2ec076c76f800e4a Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Thu, 24 Nov 2016 14:51:55 +0900 Subject: [PATCH] upgrade: enable serial debugging at upgrade mode Enable serial debugging during the system-update status Change-Id: Ib81ac55cfb4e6ad4fe3fc3c2a13365b53d79db88 Signed-off-by: Sunmin Lee --- packaging/system-plugin.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 318b559..f16d192 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -185,6 +185,7 @@ install -m 644 units/offline-update.service %{buildroot}%{_unitdir} ln -s ../init-update.service %{buildroot}%{_unitdir}/system-update.target.wants/init-update.service ln -s %{_datadir}/upgrade %{buildroot}/system-update install -m 644 rules/99-sdb-switch.rules %{buildroot}%{_prefix}/lib/udev/rules.d/ +ln -s ../getty.target %{buildroot}%{_unitdir}/system-update.target.wants # ivi install -m 755 scripts/usb_net_init.sh %{buildroot}%{_bindir} @@ -306,6 +307,7 @@ mv %{_sysconfdir}/fstab_lazymnt %{_sysconfdir}/fstab %{_unitdir}/init-update.service #%{_unitdir}/system-update.target.wants/offline-update.service %{_unitdir}/system-update.target.wants/init-update.service +%{_unitdir}/system-update.target.wants/getty.target /system-update %{_prefix}/lib/udev/rules.d/99-sdb-switch.rules -- 2.7.4