diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-11-24 14:51:55 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-11-24 14:51:55 +0900 |
commit | 1fc6bbcd906d9d2713c4c36c2ec076c76f800e4a (patch) | |
tree | 15a0651abbde78d950f0189a1b38def511807153 | |
parent | 104bafca6965b39730d44b43c5ea39400e818e10 (diff) | |
download | system-plugin-1fc6bbcd906d9d2713c4c36c2ec076c76f800e4a.tar.gz system-plugin-1fc6bbcd906d9d2713c4c36c2ec076c76f800e4a.tar.bz2 system-plugin-1fc6bbcd906d9d2713c4c36c2ec076c76f800e4a.zip |
upgrade: enable serial debugging at upgrade mode
Enable serial debugging during the system-update status
Change-Id: Ib81ac55cfb4e6ad4fe3fc3c2a13365b53d79db88
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |